All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: Fix incorrect mempool ops register macro name
@ 2016-07-18 11:33 Shreyansh Jain
  2016-07-18 12:05 ` Mcnamara, John
  0 siblings, 1 reply; 3+ messages in thread
From: Shreyansh Jain @ 2016-07-18 11:33 UTC (permalink / raw)
  To: olivier.matz; +Cc: david.hunt, dev

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
---
 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 5946675..ffdc109 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.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] doc: Fix incorrect mempool ops register macro name
  2016-07-18 11:33 [PATCH] doc: Fix incorrect mempool ops register macro name Shreyansh Jain
@ 2016-07-18 12:05 ` Mcnamara, John
  2016-07-22 16:04   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Mcnamara, John @ 2016-07-18 12:05 UTC (permalink / raw)
  To: Shreyansh Jain, olivier.matz; +Cc: Hunt, David, dev

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shreyansh Jain
> Sent: Monday, July 18, 2016 12:33 PM
> To: olivier.matz@6wind.com
> Cc: Hunt, David <david.hunt@intel.com>; dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: Fix incorrect mempool ops register macro
> name
> 
> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>

Acked-by: John McNamara <john.mcnamara@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] doc: Fix incorrect mempool ops register macro name
  2016-07-18 12:05 ` Mcnamara, John
@ 2016-07-22 16:04   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2016-07-22 16:04 UTC (permalink / raw)
  To: Shreyansh Jain; +Cc: dev, Mcnamara, John, olivier.matz, Hunt, David

> > Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-22 16:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-18 11:33 [PATCH] doc: Fix incorrect mempool ops register macro name Shreyansh Jain
2016-07-18 12:05 ` Mcnamara, John
2016-07-22 16:04   ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.