From 885d4c0dccd399c5fe8afacbab499653919731a3 Mon Sep 17 00:00:00 2001 From: Shreyansh Jain Date: Mon, 18 Jul 2016 17:03:00 +0530 Subject: [PATCH] doc: fix macro name in mempool guide Signed-off-by: Shreyansh Jain Acked-by: John McNamara --- doc/guides/prog_guide/mempool_lib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/mempool_lib.rst b/doc/guides/prog_guide/mempool_lib.rst index 59466752fd..ffdc109610 100644 --- a/doc/guides/prog_guide/mempool_lib.rst +++ b/doc/guides/prog_guide/mempool_lib.rst @@ -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 -- 2.20.1