From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yong Wang Subject: [PATCH] doc/testpmd: fix typo in testpmd guide Date: Fri, 26 Oct 2018 06:27:03 -0400 Message-ID: <1540549623-18043-1-git-send-email-wang.yong19@zte.com.cn> Cc: dev@dpdk.org, Yong Wang To: john.mcnamara@intel.com Return-path: Received: from mxct.zte.com.cn (out1.zte.com.cn [202.103.147.172]) by dpdk.org (Postfix) with ESMTP id 6AC954F90 for ; Fri, 26 Oct 2018 12:59:37 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The forwarding mode mac_swap should be macswap in testpmd guide. Signed-off-by: Yong Wang --- doc/guides/testpmd_app_ug/run_app.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1