Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_mbuf.c728 struct rte_mempool *pool2 = NULL; in test_pktmbuf_pool_bulk() local
746 pool2 = rte_pktmbuf_pool_create("test_pktmbuf_bulk2", in test_pktmbuf_pool_bulk()
748 if (pool2 == NULL) { in test_pktmbuf_pool_bulk()
755 if (!(rte_mempool_full(pool) && rte_mempool_full(pool2))) { in test_pktmbuf_pool_bulk()
760 rte_mempool_avail_count(pool2) == NB_MBUF)) { in test_pktmbuf_pool_bulk()
763 rte_mempool_avail_count(pool2), in test_pktmbuf_pool_bulk()
846 m = rte_pktmbuf_alloc((i & 4) ? pool2 : pool); in test_pktmbuf_pool_bulk()
857 if (!(rte_mempool_empty(pool) && rte_mempool_empty(pool2))) { in test_pktmbuf_pool_bulk()
865 rte_mempool_avail_count(pool2) == CHAIN_LEN / 2)) { in test_pktmbuf_pool_bulk()
872 if (!(rte_mempool_full(pool) && rte_mempool_full(pool2))) { in test_pktmbuf_pool_bulk()
[all …]