Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dtestpmd.c2593 struct rte_mempool *mpx; in rx_queue_setup() local
2599 mpx = mbuf_pool_find(socket_id, mp_n); in rx_queue_setup()
2606 rx_seg->mp = mpx ? mpx : mp; in rx_queue_setup()