Searched refs:ioat_pktmbuf_pool (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/examples/ioat/ |
| H A D | ioatfwd.c | 107 struct rte_mempool *ioat_pktmbuf_pool; variable 355 ret = rte_mempool_get_bulk(ioat_pktmbuf_pool, in ioat_enqueue_packets() 377 rte_mempool_put_bulk(ioat_pktmbuf_pool, (void *)&pkts_copy[i], in ioat_enqueue_packets() 411 ret = rte_mempool_get_bulk(ioat_pktmbuf_pool, in ioat_rx_port() 422 rte_mempool_put_bulk(ioat_pktmbuf_pool, in ioat_rx_port() 430 rte_mempool_put_bulk(ioat_pktmbuf_pool, in ioat_rx_port() 465 rte_mempool_put_bulk(ioat_pktmbuf_pool, in ioat_tx_port() 483 rte_mempool_put_bulk(ioat_pktmbuf_pool, in ioat_tx_port() 960 ioat_pktmbuf_pool = rte_pktmbuf_pool_create("mbuf_pool", nb_mbufs, in main() 963 if (ioat_pktmbuf_pool == NULL) in main() [all …]
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ioat.rst | 135 ioat_pktmbuf_pool = rte_pktmbuf_pool_create("mbuf_pool", nb_mbufs, 138 if (ioat_pktmbuf_pool == NULL) 150 port_init(portid, ioat_pktmbuf_pool); 403 ret = rte_mempool_get_bulk(ioat_pktmbuf_pool, 414 rte_mempool_put_bulk(ioat_pktmbuf_pool, 422 rte_mempool_put_bulk(ioat_pktmbuf_pool, 459 ret = rte_mempool_get_bulk(ioat_pktmbuf_pool, 484 rte_mempool_put_bulk(ioat_pktmbuf_pool, (void *)&pkts[i], nb_rx - i); 485 rte_mempool_put_bulk(ioat_pktmbuf_pool, (void *)&pkts_copy[i], 527 rte_mempool_put_bulk(ioat_pktmbuf_pool, [all …]
|