From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 3A97627D for ; Fri, 8 Mar 2019 18:48:58 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from yskoh@mellanox.com) with ESMTPS (AES256-SHA encrypted); 8 Mar 2019 19:48:55 +0200 Received: from scfae-sc-2.mti.labs.mlnx (scfae-sc-2.mti.labs.mlnx [10.101.0.96]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x28HloAs002625; Fri, 8 Mar 2019 19:48:54 +0200 From: Yongseok Koh To: Rami Rosen Cc: Bernard Iremonger , dpdk stable Date: Fri, 8 Mar 2019 09:47:16 -0800 Message-Id: <20190308174749.30771-38-yskoh@mellanox.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20190308174749.30771-1-yskoh@mellanox.com> References: <20190308174749.30771-1-yskoh@mellanox.com> Subject: [dpdk-stable] patch 'doc: fix a parameter name in testpmd guide' has been queued to LTS release 17.11.6 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Mar 2019 17:48:58 -0000 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 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 Acked-by: Bernard Iremonger --- 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 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@dpdk.org Signed-off-by: Rami Rosen Acked-by: Bernard Iremonger @@ -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