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