Searched defs:virtnet_rx (Results 1 – 1 of 1) sorted by relevance
20 struct virtnet_rx { struct21 struct virtqueue *vq;23 struct rte_mbuf fake_mbuf;24 uint64_t mbuf_initializer; /**< value to init mbufs. */25 struct rte_mempool *mpool; /**< mempool for mbuf allocation */27 uint16_t queue_id; /**< DPDK queue index. */28 uint16_t port_id; /**< Device port identifier. */31 struct virtnet_stats stats;33 const struct rte_memzone *mz; /**< mem zone to populate RX ring. */