Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_mbuf.c587 struct rte_mempool *pktmbuf_pool2) in test_attach_from_different_pool() argument
606 clone = rte_pktmbuf_alloc(pktmbuf_pool2); in test_attach_from_different_pool()
635 clone2 = rte_pktmbuf_alloc(pktmbuf_pool2); in test_attach_from_different_pool()
2685 struct rte_mempool *pktmbuf_pool2 = NULL; in test_mbuf() local
2708 pktmbuf_pool2 = rte_pktmbuf_pool_create("test_pktmbuf_pool2", in test_mbuf()
2712 if (pktmbuf_pool2 == NULL) { in test_mbuf()
2778 if (test_attach_from_different_pool(pktmbuf_pool, pktmbuf_pool2) < 0) { in test_mbuf()
2874 rte_mempool_free(pktmbuf_pool2); in test_mbuf()