]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_mempool/rte_mempool_ops.c
vhost: extract split ring handling from Rx and Tx functions
[dpdk.git] / lib / librte_mempool / rte_mempool_ops.c
index efc1c084cd89b6bd9369b3541d003a1ad7256fe0..a27e1fa5144abc88844456a2754d2168184efb86 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);