All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: fix a typo in DPDK programmer's guide
@ 2017-10-29 13:24 Rami Rosen
  2017-11-02 17:03 ` Mcnamara, John
  0 siblings, 1 reply; 3+ messages in thread
From: Rami Rosen @ 2017-10-29 13:24 UTC (permalink / raw)
  To: dev; +Cc: Rami Rosen

This patch fixes a trivial typo in DPDK programmer's guide:
it should be rte_cpu_get_features() instead of rte_cpu_get_feature().

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 doc/guides/prog_guide/env_abstraction_layer.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/prog_guide/env_abstraction_layer.rst b/doc/guides/prog_guide/env_abstraction_layer.rst
index 4775eb3..9e834fc 100644
--- a/doc/guides/prog_guide/env_abstraction_layer.rst
+++ b/doc/guides/prog_guide/env_abstraction_layer.rst
@@ -153,7 +153,7 @@ which can trigger the generation of a core file, readable by gdb.
 CPU Feature Identification
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-The EAL can query the CPU at runtime (using the rte_cpu_get_feature() function) to determine which CPU features are available.
+The EAL can query the CPU at runtime (using the rte_cpu_get_features() function) to determine which CPU features are available.
 
 User Space Interrupt Event
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
-- 
1.9.1

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

* Re: [PATCH] doc: fix a typo in DPDK programmer's guide
  2017-10-29 13:24 [PATCH] doc: fix a typo in DPDK programmer's guide Rami Rosen
@ 2017-11-02 17:03 ` Mcnamara, John
  2017-11-08  1:02   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Mcnamara, John @ 2017-11-02 17:03 UTC (permalink / raw)
  To: Rosen, Rami, dev; +Cc: Rosen, Rami



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Rami Rosen
> Sent: Sunday, October 29, 2017 1:25 PM
> To: dev@dpdk.org
> Cc: Rosen, Rami <rami.rosen@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: fix a typo in DPDK programmer's guide
> 
> This patch fixes a trivial typo in DPDK programmer's guide:
> it should be rte_cpu_get_features() instead of rte_cpu_get_feature().
> 
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>

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

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

* Re: [PATCH] doc: fix a typo in DPDK programmer's guide
  2017-11-02 17:03 ` Mcnamara, John
@ 2017-11-08  1:02   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2017-11-08  1:02 UTC (permalink / raw)
  To: Rosen, Rami; +Cc: dev, Mcnamara, John

> > This patch fixes a trivial typo in DPDK programmer's guide:
> > it should be rte_cpu_get_features() instead of rte_cpu_get_feature().
> > 
> > Signed-off-by: Rami Rosen <rami.rosen@intel.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:[~2017-11-08  1:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-29 13:24 [PATCH] doc: fix a typo in DPDK programmer's guide Rami Rosen
2017-11-02 17:03 ` Mcnamara, John
2017-11-08  1:02   ` 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.