Searched defs:memif_queue (Results 1 – 1 of 1) sorted by relevance
47 struct memif_queue { struct48 struct rte_mempool *mempool; /**< mempool for RX packets */49 struct pmd_internals *pmd; /**< device internals */51 memif_ring_type_t type; /**< ring type */54 uint16_t in_port; /**< port id */56 memif_region_offset_t ring_offset;59 uint16_t last_head; /**< last ring head */60 uint16_t last_tail; /**< last ring tail */62 struct rte_mbuf **buffers;68 uint64_t n_pkts; /**< number of rx/tx packets */[all …]