]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/mempool_lib.rst
vhost: add power monitor API
[dpdk.git] / doc / guides / prog_guide / mempool_lib.rst
index 890535eb23483855383a97f81e6f2b9e04b41f43..55838317b9daa8222cef65c8ef583bd18efb837c 100644 (file)
@@ -115,7 +115,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 ``MEMPOOL_REGISTER_OPS`` macro.
+  adding a new mempool ops code, and using the ``RTE_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