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 7AB9D2B95 for ; Fri, 27 Jul 2018 02:33:19 +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 w6R0XGuK013222; Fri, 27 Jul 2018 09:33:16 +0900 Received: (from root@localhost) by gwchk03.silk.ntt-tx.co.jp (unknown) id w6R0XGWf008701; Fri, 27 Jul 2018 09:33:16 +0900 Received: from gwchk.silk.ntt-tx.co.jp [10.107.0.110] by gwchk03.silk.ntt-tx.co.jp with ESMTP id KAA08303; Fri, 27 Jul 2018 09:32:07 +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 w6R0W7vR009241; Fri, 27 Jul 2018 09:32:07 +0900 Received: from mgate02.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 w6R0W7G3009234; Fri, 27 Jul 2018 09:32:07 +0900 Message-Id: <201807270032.w6R0W7G3009234@imss03.silk.ntt-tx.co.jp> Received: from localhost by mgate02.silk.ntt-tx.co.jp (unknown) id w6R0W6no001872 ; Fri, 27 Jul 2018 09:32:07 +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, 27 Jul 2018 09:32:05 +0900 X-Mailer: git-send-email 2.18.0 In-Reply-To: <201807190223.w6J2N99b017386@imss03.silk.ntt-tx.co.jp> References: <201807190223.w6J2N99b017386@imss03.silk.ntt-tx.co.jp> X-TM-AS-MML: No Subject: [spp] [PATCH v3 1/2] docs: remove description related to flush and cancel 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, 27 Jul 2018 00:33:21 -0000 From: Hideyuki Yamashita This patche removes descriptions related to flush and cancel. - remove from Use Cases(4.1.2,4.1.5) - remove from SPP VF Commands(5.2.5,5.2.6) - typo fix in Use Cases Signed-off-by: Hideyuki Yamashita Signed-off-by: Naoki Takada --- docs/guides/spp_vf/commands/secondary.rst | 31 ----------------------- docs/guides/spp_vf/use_cases/usecase1.rst | 27 +++----------------- 2 files changed, 4 insertions(+), 54 deletions(-) diff --git a/docs/guides/spp_vf/commands/secondary.rst b/docs/guides/spp_vf/commands/secondary.rst index 19e594c..58ccec5 100644 --- a/docs/guides/spp_vf/commands/secondary.rst +++ b/docs/guides/spp_vf/commands/secondary.rst @@ -251,34 +251,3 @@ This is an example to delete an entry with VLAN ID 101. .. code-block:: console spp > sec 0;classifier_table del vlan 101 52:54:00:01:00:01 ring:0 - - -flush ------ - -.. note:: - This command is only supported for spp_vf. - -Activate series of commands for a SPP VF secondary process -(``component``, ``port`` or ``classifier`` command). - -You can cancel commands any time until -before running ``cancel`` command. - -.. code-block:: console - - spp > sec 1;flush - - -cancel ------- - -.. note:: - This command is only supported for spp_vf. - -Cancel all of commands for a SPP VF secondary process -before running ``flush`` command. - -.. code-block:: console - - spp > sec 1;cancel diff --git a/docs/guides/spp_vf/use_cases/usecase1.rst b/docs/guides/spp_vf/use_cases/usecase1.rst index 6a4f62f..5109518 100644 --- a/docs/guides/spp_vf/use_cases/usecase1.rst +++ b/docs/guides/spp_vf/use_cases/usecase1.rst @@ -243,19 +243,6 @@ Register entries to classifier_table for classifier2. Please verify that MAC address of target VM is specified in [MACADDRESS] parameter. -Finally, activate all of settings by doign `flush` subcommand. - -.. code-block:: console - - spp > sec 1;flush - -.. note:: - - Commands for SPP VF Controller are accepted but not activated until - user inputs ``flush`` subcommand. - You can cancel all of commands before doing ``flush``. - - Setup for VMs ~~~~~~~~~~~~~ @@ -337,8 +324,8 @@ for the first SSH login path. .. code-block:: console # Delete MAC address from Classifier - spp > sec 1;classifier_table del mac 51:54:00:12:34:56 ring:0 - spp > sec 1;classifier_table del mac 51:54:00:12:34:58 ring:1 + spp > sec 1;classifier_table del mac 52:54:00:12:34:56 ring:0 + spp > sec 1;classifier_table del mac 52:54:00:12:34:58 ring:1 .. code-block:: console @@ -382,8 +369,8 @@ components. .. code-block:: console # Delete MAC address from Classifier - spp > sec 1;classifier_table del mac 51:54:00:12:34:57 ring:4 - spp > sec 1;classifier_table del mac 51:54:00:12:34:59 ring:5 + spp > sec 1;classifier_table del mac 52:54:00:12:34:57 ring:4 + spp > sec 1;classifier_table del mac 52:54:00:12:34:59 ring:5 .. code-block:: console @@ -419,9 +406,3 @@ Then, stop components. spp > sec 1;component stop forwarder7 spp > sec 1;component stop forwarder8 spp > sec 1;component stop merger2 - -Finally, run ``flush`` subcommand. - -.. code-block:: console - - spp > sec 1;flush -- 2.18.0