Home
last modified time | relevance | path

Searched refs:pktmbuf_pool (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/core/src/
H A Ddpdk_module.c73 static struct rte_mempool *pktmbuf_pool[MAX_CPUS] = {NULL}; variable
150 struct rte_mempool *pktmbuf_pool; member
191 dpc->pktmbuf_pool = pktmbuf_pool[ctxt->cpu]; in dpdk_init_handle()
197 dpc->wmbufs[j].m_table[i] = rte_pktmbuf_alloc(pktmbuf_pool[ctxt->cpu]); in dpdk_init_handle()
270 dpc->wmbufs[nif].m_table[i] = rte_pktmbuf_alloc(pktmbuf_pool[ctxt->cpu]); in dpdk_send_pkts()
673 pktmbuf_pool[rxlcore_id] = in dpdk_load_module_lower_half()
680 if (pktmbuf_pool[rxlcore_id] == NULL) in dpdk_load_module_lower_half()
727 pktmbuf_pool[rxlcore_id]); in dpdk_load_module_lower_half()
792 pktmbuf_pool[rxlcore_id] = in dpdk_load_module_lower_half()
794 if (pktmbuf_pool[rxlcore_id] == NULL) in dpdk_load_module_lower_half()