struct tad_rte_mbuf_sap
Overview
RTE mbuf service access point data More…
#include <tad_rte_mbuf_sap.h> struct tad_rte_mbuf_sap { // fields struct rte_ring* pkt_ring; struct rte_mempool* pkt_pool; csap_p csap; };
Detailed Documentation
RTE mbuf service access point data
Fields
struct rte_ring* pkt_ring
RTE ring to store the queue of mbufs
struct rte_mempool* pkt_pool
RTE mempool to store mbufs
csap_p csap
CSAP handle