Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_mbuf.c579 struct rte_mempool *pktmbuf_pool2) in test_attach_from_different_pool() argument
598 clone = rte_pktmbuf_alloc(pktmbuf_pool2); in test_attach_from_different_pool()
627 clone2 = rte_pktmbuf_alloc(pktmbuf_pool2); in test_attach_from_different_pool()
2777 struct rte_mempool *pktmbuf_pool2 = NULL; in test_mbuf() local
2800 pktmbuf_pool2 = rte_pktmbuf_pool_create("test_pktmbuf_pool2", in test_mbuf()
2804 if (pktmbuf_pool2 == NULL) { in test_mbuf()
2870 if (test_attach_from_different_pool(pktmbuf_pool, pktmbuf_pool2) < 0) { in test_mbuf()
2971 rte_mempool_free(pktmbuf_pool2); in test_mbuf()