* [dpdk-dev] [PATCH] doc: fix a typo in sample apps guide (kni)
@ 2017-12-29 12:08 Rami Rosen
2018-01-08 16:24 ` Ferruh Yigit
0 siblings, 1 reply; 3+ messages in thread
From: Rami Rosen @ 2017-12-29 12:08 UTC (permalink / raw)
To: dev; +Cc: Rami Rosen
This trivial patch fixes a typo in sample apps guide, in
the kernel nic interface (kni) section.
Using "-config", as it is now today in this doc, will not
work and will emit an error; it shuold be "--config" instead,
and this patch fixes it accordingly.
Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
doc/guides/sample_app_ug/kernel_nic_interface.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/sample_app_ug/kernel_nic_interface.rst b/doc/guides/sample_app_ug/kernel_nic_interface.rst
index e1ac415..67f2140 100644
--- a/doc/guides/sample_app_ug/kernel_nic_interface.rst
+++ b/doc/guides/sample_app_ug/kernel_nic_interface.rst
@@ -181,7 +181,7 @@ and one lcore of kernel thread for each port:
.. code-block:: console
- ./build/kni -l 4-7 -n 4 -- -P -p 0x3 -config="(0,4,6,8),(1,5,7,9)"
+ ./build/kni -l 4-7 -n 4 -- -P -p 0x3 --config="(0,4,6,8),(1,5,7,9)"
KNI Operations
--------------
--
1.9.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: fix a typo in sample apps guide (kni)
2017-12-29 12:08 [dpdk-dev] [PATCH] doc: fix a typo in sample apps guide (kni) Rami Rosen
@ 2018-01-08 16:24 ` Ferruh Yigit
2018-01-10 11:15 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2018-01-08 16:24 UTC (permalink / raw)
To: Rami Rosen, dev
On 12/29/2017 12:08 PM, Rami Rosen wrote:
> This trivial patch fixes a typo in sample apps guide, in
> the kernel nic interface (kni) section.
> Using "-config", as it is now today in this doc, will not
> work and will emit an error; it shuold be "--config" instead,
> and this patch fixes it accordingly.
>
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: fix a typo in sample apps guide (kni)
2018-01-08 16:24 ` Ferruh Yigit
@ 2018-01-10 11:15 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2018-01-10 11:15 UTC (permalink / raw)
To: Rami Rosen; +Cc: dev, Ferruh Yigit
08/01/2018 17:24, Ferruh Yigit:
> On 12/29/2017 12:08 PM, Rami Rosen wrote:
> > This trivial patch fixes a typo in sample apps guide, in
> > the kernel nic interface (kni) section.
> > Using "-config", as it is now today in this doc, will not
> > work and will emit an error; it shuold be "--config" instead,
> > and this patch fixes it accordingly.
> >
> > Signed-off-by: Rami Rosen <rami.rosen@intel.com>
>
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-10 11:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-29 12:08 [dpdk-dev] [PATCH] doc: fix a typo in sample apps guide (kni) Rami Rosen
2018-01-08 16:24 ` Ferruh Yigit
2018-01-10 11:15 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).