[dpdk-stable] patch 'doc: fix a parameter name in testpmd guide' has been queued to LTS release 17.11.6

Yongseok Koh yskoh at mellanox.com
Fri Mar 8 18:47:16 CET 2019


Hi,

FYI, your patch has been queued to LTS release 17.11.6

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objection by 03/13/19. So please
shout if anyone has objection.

Also note that after the patch there's a diff of the upstream commit vs the patch applied
to the branch. If the code is different (ie: not only metadata diffs), due for example to
a change in context or macro names, please double check it.

Thanks.

Yongseok

---
>From 0c41b3df2afa7d1eb0279d03d4288a7ab55f9efe Mon Sep 17 00:00:00 2001
From: Rami Rosen <ramirose at gmail.com>
Date: Fri, 4 Jan 2019 11:10:46 +0200
Subject: [PATCH] doc: fix a parameter name in testpmd guide

[ upstream commit 132a08b5879e4633f5a800c1774b36c26b72c5f3 ]

There is no parameter called "eth-peer-configfile" in testpmd.
It should be "eth-peers-configfile". See the usage() method in
app/test-pmd/parameters.c.

Fixes: a67857e97ba8 ("doc: clarify usage of testpmd MAC forward mode")

Signed-off-by: Rami Rosen <ramirose at gmail.com>
Acked-by: Bernard Iremonger <bernard.iremonger at intel.com>
---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index 3d7478e5f..2865f24b9 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -329,7 +329,7 @@ The available information categories are:
 * ``mac``: Changes the source and the destination Ethernet addresses of packets before forwarding them.
   Default application behaviour is to set source Ethernet address to that of the transmitting interface, and destination
   address to a dummy value (set during init). The user may specify a target destination Ethernet address via the 'eth-peer' or
-  'eth-peer-configfile' command-line options. It is not currently possible to specify a specific source Ethernet address.
+  'eth-peers-configfile' command-line options. It is not currently possible to specify a specific source Ethernet address.
 
 * ``macswap``: MAC swap forwarding mode.
   Swaps the source and the destination Ethernet addresses of packets before forwarding them.
-- 
2.11.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-03-08 09:46:42.161976918 -0800
+++ 0038-doc-fix-a-parameter-name-in-testpmd-guide.patch	2019-03-08 09:46:40.177400000 -0800
@@ -1,14 +1,15 @@
-From 132a08b5879e4633f5a800c1774b36c26b72c5f3 Mon Sep 17 00:00:00 2001
+From 0c41b3df2afa7d1eb0279d03d4288a7ab55f9efe Mon Sep 17 00:00:00 2001
 From: Rami Rosen <ramirose at gmail.com>
 Date: Fri, 4 Jan 2019 11:10:46 +0200
 Subject: [PATCH] doc: fix a parameter name in testpmd guide
 
+[ upstream commit 132a08b5879e4633f5a800c1774b36c26b72c5f3 ]
+
 There is no parameter called "eth-peer-configfile" in testpmd.
 It should be "eth-peers-configfile". See the usage() method in
 app/test-pmd/parameters.c.
 
 Fixes: a67857e97ba8 ("doc: clarify usage of testpmd MAC forward mode")
-Cc: stable at dpdk.org
 
 Signed-off-by: Rami Rosen <ramirose at gmail.com>
 Acked-by: Bernard Iremonger <bernard.iremonger at intel.com>
@@ -17,10 +18,10 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
-index ab40b9f5f..854af2d5f 100644
+index 3d7478e5f..2865f24b9 100644
 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
 +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
-@@ -304,7 +304,7 @@ The available information categories are:
+@@ -329,7 +329,7 @@ The available information categories are:
  * ``mac``: Changes the source and the destination Ethernet addresses of packets before forwarding them.
    Default application behaviour is to set source Ethernet address to that of the transmitting interface, and destination
    address to a dummy value (set during init). The user may specify a target destination Ethernet address via the 'eth-peer' or


More information about the stable mailing list