doc/testpmd: fix typo in testpmd guide

Message ID 1540549623-18043-1-git-send-email-wang.yong19@zte.com.cn (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series doc/testpmd: fix typo in testpmd guide |

Checks

Context Check Description
ci/Intel-compilation success Compilation OK
ci/checkpatch success coding style OK

Commit Message

Yong Wang Oct. 26, 2018, 10:27 a.m. UTC
  The forwarding mode mac_swap should be macswap in testpmd guide.

Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>
---
 doc/guides/testpmd_app_ug/run_app.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Ferruh Yigit Oct. 26, 2018, 2:32 p.m. UTC | #1
On 10/26/2018 11:27 AM, dev-bounces@dpdk.org wrote:
> The forwarding mode mac_swap should be macswap in testpmd guide.
> 
> Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
  
Ferruh Yigit Oct. 26, 2018, 3:10 p.m. UTC | #2
On 10/26/2018 3:32 PM, Ferruh Yigit wrote:
> On 10/26/2018 11:27 AM, dev-bounces@dpdk.org wrote:
>> The forwarding mode mac_swap should be macswap in testpmd guide.
>>
>> Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>
> 
> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

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

Patch

diff --git a/doc/guides/testpmd_app_ug/run_app.rst b/doc/guides/testpmd_app_ug/run_app.rst
index 21924c3..851df65 100644
--- a/doc/guides/testpmd_app_ug/run_app.rst
+++ b/doc/guides/testpmd_app_ug/run_app.rst
@@ -332,7 +332,7 @@  The commandline options are:
 
        io (the default)
        mac
-       mac_swap
+       macswap
        flowgen
        rxonly
        txonly