DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: fix spelling in testpmd guide
@ 2019-04-10 17:48 Stephen Hemminger
  2019-04-10 17:48 ` Stephen Hemminger
  2019-04-10 22:04 ` Rami Rosen
  0 siblings, 2 replies; 6+ messages in thread
From: Stephen Hemminger @ 2019-04-10 17:48 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

Minor spelling errors found with aspell.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 doc/guides/testpmd_app_ug/run_app.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/testpmd_app_ug/run_app.rst b/doc/guides/testpmd_app_ug/run_app.rst
index b717b8c7b742..278fc24a43ec 100644
--- a/doc/guides/testpmd_app_ug/run_app.rst
+++ b/doc/guides/testpmd_app_ug/run_app.rst
@@ -22,7 +22,7 @@ They must be separated from the EAL options, shown in the previous section, with
 
     sudo ./testpmd -l 0-3 -n 4 -- -i --portmask=0x1 --nb-cores=2
 
-The commandline options are:
+The command line options are:
 
 *   ``-i, --interactive``
 
@@ -369,7 +369,7 @@ The commandline options are:
 
 *   ``--hot-plug``
 
-    Enable device event monitor machenism for hotplug.
+    Enable device event monitor mechanism for hot plug.
 
 *   ``--vxlan-gpe-port=N``
 
-- 
2.17.1

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

* [dpdk-dev] [PATCH] doc: fix spelling in testpmd guide
  2019-04-10 17:48 [dpdk-dev] [PATCH] doc: fix spelling in testpmd guide Stephen Hemminger
@ 2019-04-10 17:48 ` Stephen Hemminger
  2019-04-10 22:04 ` Rami Rosen
  1 sibling, 0 replies; 6+ messages in thread
From: Stephen Hemminger @ 2019-04-10 17:48 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

Minor spelling errors found with aspell.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 doc/guides/testpmd_app_ug/run_app.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/testpmd_app_ug/run_app.rst b/doc/guides/testpmd_app_ug/run_app.rst
index b717b8c7b742..278fc24a43ec 100644
--- a/doc/guides/testpmd_app_ug/run_app.rst
+++ b/doc/guides/testpmd_app_ug/run_app.rst
@@ -22,7 +22,7 @@ They must be separated from the EAL options, shown in the previous section, with
 
     sudo ./testpmd -l 0-3 -n 4 -- -i --portmask=0x1 --nb-cores=2
 
-The commandline options are:
+The command line options are:
 
 *   ``-i, --interactive``
 
@@ -369,7 +369,7 @@ The commandline options are:
 
 *   ``--hot-plug``
 
-    Enable device event monitor machenism for hotplug.
+    Enable device event monitor mechanism for hot plug.
 
 *   ``--vxlan-gpe-port=N``
 
-- 
2.17.1


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

* Re: [dpdk-dev] [PATCH] doc: fix spelling in testpmd guide
  2019-04-10 17:48 [dpdk-dev] [PATCH] doc: fix spelling in testpmd guide Stephen Hemminger
  2019-04-10 17:48 ` Stephen Hemminger
@ 2019-04-10 22:04 ` Rami Rosen
  2019-04-10 22:04   ` Rami Rosen
  2019-04-12 16:58   ` Ferruh Yigit
  1 sibling, 2 replies; 6+ messages in thread
From: Rami Rosen @ 2019-04-10 22:04 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: dev

Stephen Hemminger ‏<stephen@networkplumber.org>:

> Minor spelling errors found with aspell.
>
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> --
>
Acked-by: Rami Rosen <ramirose@gmail.com>

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

* Re: [dpdk-dev] [PATCH] doc: fix spelling in testpmd guide
  2019-04-10 22:04 ` Rami Rosen
@ 2019-04-10 22:04   ` Rami Rosen
  2019-04-12 16:58   ` Ferruh Yigit
  1 sibling, 0 replies; 6+ messages in thread
From: Rami Rosen @ 2019-04-10 22:04 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: dev

Stephen Hemminger ‏<stephen@networkplumber.org>:

> Minor spelling errors found with aspell.
>
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> --
>
Acked-by: Rami Rosen <ramirose@gmail.com>

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

* Re: [dpdk-dev] [PATCH] doc: fix spelling in testpmd guide
  2019-04-10 22:04 ` Rami Rosen
  2019-04-10 22:04   ` Rami Rosen
@ 2019-04-12 16:58   ` Ferruh Yigit
  2019-04-12 16:58     ` Ferruh Yigit
  1 sibling, 1 reply; 6+ messages in thread
From: Ferruh Yigit @ 2019-04-12 16:58 UTC (permalink / raw)
  To: Rami Rosen, Stephen Hemminger; +Cc: dev

On 4/10/2019 11:04 PM, Rami Rosen wrote:
> Stephen Hemminger ‏<stephen@networkplumber.org>:
> 
>> Minor spelling errors found with aspell.
>>
>> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
>> --
>>
> Acked-by: Rami Rosen <ramirose@gmail.com>
> 

    Fixes: e76d7a768ce0 ("doc: fix syntax in testpmd user guide")
    Fixes: fb73e096110a ("app/testpmd: enable device hotplug monitoring")
    Cc: stable@dpdk.org


Applied to dpdk-next-net/master, thanks.

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

* Re: [dpdk-dev] [PATCH] doc: fix spelling in testpmd guide
  2019-04-12 16:58   ` Ferruh Yigit
@ 2019-04-12 16:58     ` Ferruh Yigit
  0 siblings, 0 replies; 6+ messages in thread
From: Ferruh Yigit @ 2019-04-12 16:58 UTC (permalink / raw)
  To: Rami Rosen, Stephen Hemminger; +Cc: dev

On 4/10/2019 11:04 PM, Rami Rosen wrote:
> Stephen Hemminger ‏<stephen@networkplumber.org>:
> 
>> Minor spelling errors found with aspell.
>>
>> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
>> --
>>
> Acked-by: Rami Rosen <ramirose@gmail.com>
> 

    Fixes: e76d7a768ce0 ("doc: fix syntax in testpmd user guide")
    Fixes: fb73e096110a ("app/testpmd: enable device hotplug monitoring")
    Cc: stable@dpdk.org


Applied to dpdk-next-net/master, thanks.

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

end of thread, other threads:[~2019-04-12 16:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-10 17:48 [dpdk-dev] [PATCH] doc: fix spelling in testpmd guide Stephen Hemminger
2019-04-10 17:48 ` Stephen Hemminger
2019-04-10 22:04 ` Rami Rosen
2019-04-10 22:04   ` Rami Rosen
2019-04-12 16:58   ` Ferruh Yigit
2019-04-12 16:58     ` Ferruh Yigit

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).