[dpdk-stable] patch 'doc: fix spelling in testpmd guide' has been queued to LTS release 18.11.2
Kevin Traynor
ktraynor at redhat.com
Tue Apr 30 19:01:15 CEST 2019
Hi,
FYI, your patch has been queued to LTS release 18.11.2
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 05/07/19. So please
shout if anyone has objections.
Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.
Queued patches can be viewed on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable-queue.git
Thanks.
Kevin Traynor
---
>From 96d3e8dc945f035d74497e63211577c1709cc221 Mon Sep 17 00:00:00 2001
From: Stephen Hemminger <stephen at networkplumber.org>
Date: Wed, 10 Apr 2019 10:48:56 -0700
Subject: [PATCH] doc: fix spelling in testpmd guide
[ upstream commit 47ae571e015a90329d9a11a4e12558c742f71fe2 ]
Minor spelling errors found with aspell.
Fixes: e76d7a768ce0 ("doc: fix syntax in testpmd user guide")
Fixes: fb73e096110a ("app/testpmd: enable device hotplug monitoring")
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
Acked-by: Rami Rosen <ramirose at gmail.com>
---
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 4495ed038..e934b4bed 100644
--- a/doc/guides/testpmd_app_ug/run_app.rst
+++ b/doc/guides/testpmd_app_ug/run_app.rst
@@ -23,5 +23,5 @@ 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``
@@ -366,5 +366,5 @@ 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.20.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2019-04-30 17:58:14.769330840 +0100
+++ 0020-doc-fix-spelling-in-testpmd-guide.patch 2019-04-30 17:58:13.799139943 +0100
@@ -1 +1 @@
-From 47ae571e015a90329d9a11a4e12558c742f71fe2 Mon Sep 17 00:00:00 2001
+From 96d3e8dc945f035d74497e63211577c1709cc221 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 47ae571e015a90329d9a11a4e12558c742f71fe2 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 7b4341647..89a097d09 100644
+index 4495ed038..e934b4bed 100644
@@ -29 +30 @@
-@@ -370,5 +370,5 @@ The commandline options are:
+@@ -366,5 +366,5 @@ The commandline options are:
More information about the stable
mailing list