vhost: extract split ring handling from Rx and Tx functions
[dpdk.git] / lib / librte_mempool / rte_mempool_ops.c
index efc1c08..a27e1fa 100644 (file)
@@ -60,6 +60,7 @@ rte_mempool_register_ops(const struct rte_mempool_ops *h)
        ops->calc_mem_size = h->calc_mem_size;
        ops->populate = h->populate;
        ops->get_info = h->get_info;
+       ops->dequeue_contig_blocks = h->dequeue_contig_blocks;
 
        rte_spinlock_unlock(&rte_mempool_ops_table.sl);