Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_common.c135 const char *mp_ops_name; in cperf_alloc_common_memory() local
210 mp_ops_name = rte_mbuf_best_mempool_ops(); in cperf_alloc_common_memory()
213 mp_ops_name, NULL); in cperf_alloc_common_memory()
/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf.c231 const char *mp_ops_name = ops_name; in rte_pktmbuf_pool_create_by_ops() local
252 if (mp_ops_name == NULL) in rte_pktmbuf_pool_create_by_ops()
253 mp_ops_name = rte_mbuf_best_mempool_ops(); in rte_pktmbuf_pool_create_by_ops()
254 ret = rte_mempool_set_ops_byname(mp, mp_ops_name, NULL); in rte_pktmbuf_pool_create_by_ops()
296 const char *mp_ops_name; in rte_pktmbuf_pool_create_extbuf() local
344 mp_ops_name = rte_mbuf_best_mempool_ops(); in rte_pktmbuf_pool_create_extbuf()
345 ret = rte_mempool_set_ops_byname(mp, mp_ops_name, NULL); in rte_pktmbuf_pool_create_extbuf()