From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama500.ecl.ntt.co.jp (tama500.ecl.ntt.co.jp [129.60.39.148]) by dpdk.org (Postfix) with ESMTP id 9E7931B4BA for ; Thu, 29 Nov 2018 13:30:44 +0100 (CET) Received: from vc1.ecl.ntt.co.jp (vc1.ecl.ntt.co.jp [129.60.86.153]) by tama500.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id wATCUh3x015106; Thu, 29 Nov 2018 21:30:43 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id BA668EA85E5; Thu, 29 Nov 2018 21:30:43 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id A1F1DEA8620; Thu, 29 Nov 2018 21:30:43 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp Date: Thu, 29 Nov 2018 21:28:28 +0900 Message-Id: <1543494509-26537-3-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1543494509-26537-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> References: <1543494509-26537-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-TM-AS-MML: disable Subject: [spp] [PATCH 2/3] docs: correct typos of spp_vf commands X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2018 12:30:46 -0000 From: Yasufumi Ogawa Modify two typos in command examples in `Deleting port` subsection. Signed-off-by: Yasufumi Ogawa --- docs/guides/commands/secondary/spp_vf.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/commands/secondary/spp_vf.rst b/docs/guides/commands/secondary/spp_vf.rst index 2ba2790..2ffe237 100644 --- a/docs/guides/commands/secondary/spp_vf.rst +++ b/docs/guides/commands/secondary/spp_vf.rst @@ -272,7 +272,7 @@ Delete a port which is not used anymore. .. code-block:: console - spp > sec SEC_ID; port del RES_UID DIR NAME + spp > vf SEC_ID; port del RES_UID DIR NAME It is same as the adding port, but no need to add additional sub command for VLAN features. @@ -282,7 +282,7 @@ Here is an example. .. code-block:: console # delete rx port 'ring:0' from 'cls1' - spp > vf 2; port del rx cls1 + spp > vf 2; port del ring:0 rx cls1 # delete tx port 'vhost:1' from 'mgr1' spp > vf 2; port del vhost:1 tx mgr1 -- 2.7.4