Re: [dpdk-dev] [PATCH] doc: fix a typo in DPDK programmer's guide

2017-11-07 Thread Thomas Monjalon
> > 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 > > Acked-by: John McNamara Applied, thanks

Re: [dpdk-dev] [PATCH] doc: fix a typo in DPDK programmer's guide

2017-11-02 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Rami Rosen > Sent: Sunday, October 29, 2017 1:25 PM > To: dev@dpdk.org > Cc: Rosen, Rami > Subject: [dpdk-dev] [PATCH] doc: fix a typo in DPDK programmer's guide > > This patch

[dpdk-dev] [PATCH] doc: fix a typo in DPDK programmer's guide

2017-10-29 Thread 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 --- doc/guides/prog_guide/env_abstraction_layer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guid