Searched refs:pktmbuf_pool2 (Results 1 – 1 of 1) sorted by relevance
579 struct rte_mempool *pktmbuf_pool2) in test_attach_from_different_pool() argument598 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() local2800 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()