Searched defs:pkt_rx_queue (Results 1 – 2 of 2) sorted by relevance
41 struct pkt_rx_queue { struct42 int sockfd;44 struct iovec *rd;45 uint8_t *map;46 unsigned int framecount;47 unsigned int framenum;49 struct rte_mempool *mb_pool;50 uint16_t in_port;51 uint8_t vlan_strip;53 volatile unsigned long rx_pkts;[all …]
110 struct pkt_rx_queue { struct111 struct xsk_ring_cons rx;112 struct xsk_umem_info *umem;113 struct xsk_socket *xsk;114 struct rte_mempool *mb_pool;139 struct pkt_rx_queue *pair; argument