Soft Patch Panel
 help / color / mirror / Atom feed
From: x-fn-spp@sl.ntt-tx.co.jp
To: ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp
Cc: spp@dpdk.org
Subject: [spp] [PATCH v3 1/2] docs: remove description related to flush and cancel
Date: Fri, 27 Jul 2018 09:32:05 +0900	[thread overview]
Message-ID: <201807270032.w6R0W7G3009234@imss03.silk.ntt-tx.co.jp> (raw)
In-Reply-To: <201807190223.w6J2N99b017386@imss03.silk.ntt-tx.co.jp>

From: Hideyuki Yamashita <yamashita.hideyuki@po.ntt-tx.co.jp>

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 <yamashita.hideyuki@po.ntt-tx.co.jp>
Signed-off-by: Naoki Takada <takada.naoki@lab.ntt.co.jp>
---
 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

  parent reply	other threads:[~2018-07-27  0:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-16 23:43 [spp] [PATCH 0/2] remove flush command and cancel command from vf x-fn-spp
2018-07-19  2:23 ` [spp] [PATCH v2 " x-fn-spp
2018-07-27  0:32   ` [spp] [PATCH v3 0/2] change to not use flush and cancel commnad x-fn-spp
2018-07-29 23:15     ` Yasufumi Ogawa
2018-08-22  9:34       ` Ferruh Yigit
2018-07-27  0:32   ` x-fn-spp [this message]
2018-07-27  0:32   ` [spp] [PATCH v3 2/2] spp_vf: " x-fn-spp
2018-07-19  2:23 ` [spp] [PATCH v2 1/2] docs: remove description related to flush and cancel x-fn-spp
2018-07-19  2:23 ` [spp] [PATCH v2 2/2] spp_vf: remove flush command and cancel command x-fn-spp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201807270032.w6R0W7G3009234@imss03.silk.ntt-tx.co.jp \
    --to=x-fn-spp@sl.ntt-tx.co.jp \
    --cc=ferruh.yigit@intel.com \
    --cc=ogawa.yasufumi@lab.ntt.co.jp \
    --cc=spp@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).