Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf_pool_ops.c92 const char *best_ops = rte_mbuf_user_mempool_ops(); in rte_mbuf_best_mempool_ops() local
93 if (best_ops) in rte_mbuf_best_mempool_ops()
94 return best_ops; in rte_mbuf_best_mempool_ops()
97 best_ops = rte_mbuf_platform_mempool_ops(); in rte_mbuf_best_mempool_ops()
98 if (best_ops) in rte_mbuf_best_mempool_ops()
99 return best_ops; in rte_mbuf_best_mempool_ops()