doc: fix macro name in mempool guide
authorShreyansh Jain <shreyansh.jain@nxp.com>
Mon, 18 Jul 2016 11:33:00 +0000 (17:03 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 22 Jul 2016 16:03:43 +0000 (18:03 +0200)
Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/prog_guide/mempool_lib.rst

index 5946675..ffdc109 100644 (file)
@@ -141,7 +141,7 @@ management systems and software based memory allocators, to be used with DPDK.
 There are two aspects to a mempool handler.
 
 * Adding the code for your new mempool operations (ops). This is achieved by
-  adding a new mempool ops code, and using the ``REGISTER_MEMPOOL_OPS`` macro.
+  adding a new mempool ops code, and using the ``MEMPOOL_REGISTER_OPS`` macro.
 
 * Using the new API to call ``rte_mempool_create_empty()`` and
   ``rte_mempool_set_ops_byname()`` to create a new mempool and specifying which