Home
last modified time | relevance | path

Searched defs:vhost_queue (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/examples/vhost/
H A Dmain.h28 struct vhost_queue { struct
29 struct rte_vhost_vring vr;
30 uint16_t last_avail_idx;
31 uint16_t last_used_idx;
/f-stack/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c91 struct vhost_queue { struct
92 int vid;
93 rte_atomic32_t allow_queuing;
94 rte_atomic32_t while_queuing;
95 struct pmd_internal *internal;
96 struct rte_mempool *mb_pool;
97 uint16_t port;
98 uint16_t virtqueue_id;
99 struct vhost_stats stats;
100 int intr_enable;
[all …]