Home
last modified time | relevance | path

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

/dpdk/lib/mbuf/
H A Drte_mbuf_pool_ops.c91 const char *best_ops = rte_mbuf_user_mempool_ops(); in rte_mbuf_best_mempool_ops() local
92 if (best_ops) in rte_mbuf_best_mempool_ops()
93 return best_ops; in rte_mbuf_best_mempool_ops()
96 best_ops = rte_mbuf_platform_mempool_ops(); in rte_mbuf_best_mempool_ops()
97 if (best_ops) in rte_mbuf_best_mempool_ops()
98 return best_ops; in rte_mbuf_best_mempool_ops()