Searched refs:best_ops (Results 1 – 1 of 1) sorted by relevance
92 const char *best_ops = rte_mbuf_user_mempool_ops(); in rte_mbuf_best_mempool_ops() local93 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()