net/sfc: implement representor Rx queue start/stop
[dpdk.git] / drivers / mempool / stack / rte_mempool_stack.c
index 7e85c8d..1476905 100644 (file)
@@ -93,5 +93,5 @@ static struct rte_mempool_ops ops_lf_stack = {
        .get_count = stack_get_count
 };
 
-MEMPOOL_REGISTER_OPS(ops_stack);
-MEMPOOL_REGISTER_OPS(ops_lf_stack);
+RTE_MEMPOOL_REGISTER_OPS(ops_stack);
+RTE_MEMPOOL_REGISTER_OPS(ops_lf_stack);