Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_mempool.c847 struct rte_mempool *mp_cache = NULL; in test_mempool() local
873 mp_cache = rte_mempool_create("test_cache", MEMPOOL_SIZE, in test_mempool()
880 if (mp_cache == NULL) { in test_mempool()
1055 if (test_mempool_basic(mp_cache, 0) < 0) in test_mempool()
1106 rte_mempool_free(mp_cache); in test_mempool()