Soft Patch Panel
 help / color / mirror / Atom feed
From: ogawa.yasufumi@lab.ntt.co.jp
To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp
Subject: [spp] [PATCH 1/4] docs: update spp_nfv command output
Date: Wed, 19 Dec 2018 11:17:05 +0900	[thread overview]
Message-ID: <1545185828-19721-2-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> (raw)
In-Reply-To: <1545185828-19721-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp>

From: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>

Some of old command examples have remained. This patch is to update them
to the latest.

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>
---
 docs/guides/commands/secondary/spp_nfv.rst | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/guides/commands/secondary/spp_nfv.rst b/docs/guides/commands/secondary/spp_nfv.rst
index 4bc71a8..5cb2d36 100644
--- a/docs/guides/commands/secondary/spp_nfv.rst
+++ b/docs/guides/commands/secondary/spp_nfv.rst
@@ -21,7 +21,7 @@ All of Sub commands are referred with ``help`` command.
 
 .. code-block:: console
 
-    spp > help sec
+    spp > help nfv
 
     Send a command to secondary process specified with ID.
 
@@ -64,12 +64,14 @@ For example, adding ``ring:0`` by
 .. code-block:: console
 
     spp> nfv 1; add ring:0
+    Add ring:0.
 
 Or adding ``vhost:0`` by
 
 .. code-block:: console
 
     spp> nfv 1; add vhost:0
+    Add vhost:0.
 
 
 patch
@@ -81,6 +83,7 @@ This command just creates a path and does not start forwarding.
 .. code-block:: console
 
     spp > nfv 1; patch phy:0 ring:0
+    Patch ports (phy:0 -> ring:0).
 
 
 forward
@@ -91,6 +94,7 @@ Start forwarding.
 .. code-block:: console
 
     spp > nfv 1; forward
+    Start forwarding.
 
 Running status is changed from ``idling`` to ``running`` by
 executing it.
@@ -112,6 +116,7 @@ Stop forwarding.
 .. code-block:: console
 
     spp > nfv 1; stop
+    Stop forwarding.
 
 Running status is changed from ``running`` to ``idling`` by
 executing it.
@@ -133,6 +138,7 @@ Delete a port from the secondary.
 .. code-block:: console
 
     spp> nfv 1; del ring:0
+    Delete ring:0.
 
 
 exit
-- 
2.7.4

  reply	other threads:[~2018-12-19  2:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-19  2:17 [spp] [PATCH 0/4] Update SPP command examples ogawa.yasufumi
2018-12-19  2:17 ` ogawa.yasufumi [this message]
2018-12-19  2:17 ` [spp] [PATCH 2/4] docs: update figure of topo term example ogawa.yasufumi
2018-12-19  2:17 ` [spp] [PATCH 3/4] docs: update figure of before using topo_subgraph ogawa.yasufumi
2018-12-19  2:17 ` [spp] [PATCH 4/4] docs: update figure of after " ogawa.yasufumi

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=1545185828-19721-2-git-send-email-ogawa.yasufumi@lab.ntt.co.jp \
    --to=ogawa.yasufumi@lab.ntt.co.jp \
    --cc=ferruh.yigit@intel.com \
    --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).