Home
last modified time | relevance | path

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

/dpdk/lib/mbuf/
H A Drte_mbuf.c225 const char *mp_ops_name = ops_name; in rte_pktmbuf_pool_create_by_ops() local
246 if (mp_ops_name == NULL) in rte_pktmbuf_pool_create_by_ops()
247 mp_ops_name = rte_mbuf_best_mempool_ops(); in rte_pktmbuf_pool_create_by_ops()
248 ret = rte_mempool_set_ops_byname(mp, mp_ops_name, NULL); in rte_pktmbuf_pool_create_by_ops()
290 const char *mp_ops_name; in rte_pktmbuf_pool_create_extbuf() local
338 mp_ops_name = rte_mbuf_best_mempool_ops(); in rte_pktmbuf_pool_create_extbuf()
339 ret = rte_mempool_set_ops_byname(mp, mp_ops_name, NULL); in rte_pktmbuf_pool_create_extbuf()
/dpdk/app/test-crypto-perf/
H A Dcperf_test_common.c149 const char *mp_ops_name; in cperf_alloc_common_memory() local
242 mp_ops_name = rte_mbuf_best_mempool_ops(); in cperf_alloc_common_memory()
245 mp_ops_name, NULL); in cperf_alloc_common_memory()
/dpdk/lib/eventdev/
H A Drte_eventdev.c1241 const char *mp_ops_name; in rte_event_vector_pool_create() local
1260 mp_ops_name = rte_mbuf_best_mempool_ops(); in rte_event_vector_pool_create()
1261 ret = rte_mempool_set_ops_byname(mp, mp_ops_name, NULL); in rte_event_vector_pool_create()