Searched defs:memif_queue (Results 1 – 1 of 1) sorted by relevance
51 struct memif_queue { struct52 struct rte_mempool *mempool; /**< mempool for RX packets */53 struct pmd_internals *pmd; /**< device internals */55 memif_ring_type_t type; /**< ring type */58 uint16_t in_port; /**< port id */60 memif_region_offset_t ring_offset;63 uint16_t last_head; /**< last ring head */64 uint16_t last_tail; /**< last ring tail */66 struct rte_mbuf **buffers;72 uint64_t n_pkts; /**< number of rx/tx packets */[all …]