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