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 3/3] docs:delete unsupported SPP VF Secondary Command
Date: Fri,  8 Jun 2018 18:01:52 +0900	[thread overview]
Message-ID: <201806080901.w5891qlm010254@imss04.silk.ntt-tx.co.jp> (raw)
In-Reply-To: <1528448512-21000-1-git-send-email-x-fn-spp@sl.ntt-tx.co.jp>

From: Hiroyuki Nakamura <nakamura.hiroyuki@po.ntt-tx.co.jp>

This commit delete unsupported SPP VF Secondary Command.

Signed-off-by: Hiroyuki Nakamura <nakamura.hiroyuki@po.ntt-tx.co.jp>
Signed-off-by: Naoki Takada <takada.naoki@lab.ntt.co.jp>
---
 docs/guides/spp_vf/commands/secondary.rst | 102 ------------------------------
 1 file changed, 102 deletions(-)

diff --git a/docs/guides/spp_vf/commands/secondary.rst b/docs/guides/spp_vf/commands/secondary.rst
index 564e9af..19e594c 100644
--- a/docs/guides/spp_vf/commands/secondary.rst
+++ b/docs/guides/spp_vf/commands/secondary.rst
@@ -282,105 +282,3 @@ before running ``flush`` command.
 .. code-block:: console
 
     spp > sec 1;cancel
-
-
-add
----
-
-Add a PMD to the secondary with resource ID.
-
-Adding ring 0 by
-
-.. code-block:: console
-
-    spp> sec 1;add ring 0
-    recv:7:{addring0}
-
-Or adding vhost 0 by
-
-.. code-block:: console
-
-    spp> sec 1;add vhost 0
-    recv:7:{addvhost0}
-
-
-patch
-------
-
-Create a path between two ports, source and destination ports.
-Port ID is referred by status sub commnad.
-This command just creates path and does not start forwarding.
-
-.. code-block:: console
-
-    spp > sec 1;patch 0 2
-    recv:7:{patch02}
-
-
-forward
--------
-
-Start forwarding.
-
-.. code-block:: console
-
-    spp > sec 1;forward
-    recv:7:{start forwarding}
-
-Running status is changed from ``Idling`` to ``Running`` by
-executing it.
-
-.. code-block:: console
-
-    spp > sec 1;status
-    recv:7:{Client ID 1 Running
-    1
-    port id: 0,on,PHY,outport: none
-    port id: 1,on,PHY,outport: none
-    }
-
-
-stop
-----
-
-Stop forwarding.
-
-.. code-block:: console
-
-    spp > sec 1;stop
-    recv:7:{start forwarding}
-
-Running status is changed from ``Running`` to ``Idling`` by
-executing it.
-
-.. code-block:: console
-
-    spp > sec 1;status
-    recv:7:{Client ID 1 Running
-    1
-    port id: 0,on,PHY,outport: none
-    port id: 1,on,PHY,outport: none
-    }
-
-
-del
----
-
-Delete PMD added by ``add`` subcommand from the secondary.
-
-.. code-block:: console
-
-    spp> sec 1;del ring 0
-    recv:7:{delring0}
-
-
-exit
-----
-
-Terminate the secondary. For terminating all secondaries, use ``bye sec``
-command instead of it.
-
-.. code-block:: console
-
-    spp> sec 1;exit
-    recv:7:{delring0}
-- 
2.7.4

  parent reply	other threads:[~2018-06-08  9:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1528448512-21000-1-git-send-email-x-fn-spp@sl.ntt-tx.co.jp>
2018-06-08  9:01 ` [spp] [PATCH 1/3] docs: add how to install qemu 2.7 x-fn-spp
2018-06-11  1:22   ` Yasufumi Ogawa
2018-06-08  9:01 ` [spp] [PATCH 2/3] docs: correct incorrect SPP git URL x-fn-spp
2018-06-11  1:27   ` Yasufumi Ogawa
2018-06-15  2:58   ` Yasufumi Ogawa
2018-06-08  9:01 ` x-fn-spp [this message]
2018-06-11  1:36   ` [spp] [PATCH 3/3] docs:delete unsupported SPP VF Secondary Command Yasufumi Ogawa

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=201806080901.w5891qlm010254@imss04.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).