Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ntb/
H A Drte_pmd_ntb.h40 struct rte_mempool *rx_mp; member
H A Dntb.c267 q_conf->rx_mp = hw->rx_queues[queue_id]->mpool; in ntb_queue_conf_get()
328 if (rxq_conf->rx_mp == NULL) { in ntb_rxq_setup()
333 rxq->mpool = rxq_conf->rx_mp; in ntb_rxq_setup()
/f-stack/dpdk/examples/ntb/
H A Dntb_fwd.c1412 ntb_q_conf.rx_mp = mbuf_pool; in main()