From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail04.ics.ntt-tx.co.jp (mail05.ics.ntt-tx.co.jp [210.232.35.69]) by dpdk.org (Postfix) with ESMTP id F1BF0271 for ; Fri, 21 Sep 2018 06:20:59 +0200 (CEST) Received: from gwchk03.silk.ntt-tx.co.jp (gwchk03.silk.ntt-tx.co.jp [10.107.0.111]) by mail04.ics.ntt-tx.co.jp (unknown) with ESMTP id w8L4Kvxs024883; Fri, 21 Sep 2018 13:20:57 +0900 Received: (from root@localhost) by gwchk03.silk.ntt-tx.co.jp (unknown) id w8L4Kvvh030347; Fri, 21 Sep 2018 13:20:57 +0900 Received: from gwchk.silk.ntt-tx.co.jp [10.107.0.110] by gwchk03.silk.ntt-tx.co.jp with ESMTP id PAA28889; Fri, 21 Sep 2018 13:16:46 +0900 Received: from imss03.silk.ntt-tx.co.jp (localhost [127.0.0.1]) by imss03.silk.ntt-tx.co.jp (unknown) with ESMTP id w8L4GkAs018041; Fri, 21 Sep 2018 13:16:46 +0900 Received: from mgate01.silk.ntt-tx.co.jp (smtp02.silk.ntt-tx.co.jp [10.107.0.37]) by imss03.silk.ntt-tx.co.jp (unknown) with ESMTP id w8L4Gk2R018038; Fri, 21 Sep 2018 13:16:46 +0900 Message-Id: <201809210416.w8L4Gk2R018038@imss03.silk.ntt-tx.co.jp> Received: from localhost by mgate01.silk.ntt-tx.co.jp (unknown) id w8L4GjIC026914 ; Fri, 21 Sep 2018 13:16:46 +0900 From: x-fn-spp@sl.ntt-tx.co.jp To: ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Cc: spp@dpdk.org Date: Fri, 21 Sep 2018 13:16:45 +0900 X-Mailer: git-send-email 2.18.0 X-TM-AS-MML: No Subject: [spp] [PATCH] docs: update command examples of spp_nfv 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: Fri, 21 Sep 2018 04:21:00 -0000 From: Hideyuki Yamashita Update command examples of `add ring` and `del ring` because there are still old. Signed-off-by: Hideyuki Yamashita Signed-off-by: Naoki Takada --- docs/guides/setup/use_cases.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/setup/use_cases.rst b/docs/guides/setup/use_cases.rst index 2c83fe0..f825a98 100644 --- a/docs/guides/setup/use_cases.rst +++ b/docs/guides/setup/use_cases.rst @@ -198,7 +198,7 @@ All of ring PMDs is showed with ``status`` subcommand. .. code-block:: console spp > sec 1;add ring 0 - recv:6:{addring0} + addring0 spp > sec 1;status status: idling ports: @@ -213,7 +213,7 @@ use it anymore. .. code-block:: console spp > sec 1;del ring 0 - recv:6:{delring0} + delring0 spp > sec 1;status status: idling ports: -- 2.18.0