From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bcmv-tmail01.ecl.ntt.co.jp (bcmv-tmail01.ecl.ntt.co.jp [124.146.185.148]) by dpdk.org (Postfix) with ESMTP id A79461B5E8 for ; Wed, 19 Dec 2018 03:19:26 +0100 (CET) Received: from bcmv-ns01.ecl.ntt.co.jp (bcmv-ns01.ecl.ntt.co.jp [129.60.83.123]) by bcmv-tmail01.ecl.ntt.co.jp (8.14.4/8.14.4) with ESMTP id wBJ2JPQC019380; Wed, 19 Dec 2018 11:19:25 +0900 Received: from bcmv-ns01.ecl.ntt.co.jp (localhost [127.0.0.1]) by bcmv-ns01.ecl.ntt.co.jp (Postfix) with ESMTP id 533D9179; Wed, 19 Dec 2018 11:19:25 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by bcmv-ns01.ecl.ntt.co.jp (Postfix) with ESMTP id 3C771143; Wed, 19 Dec 2018 11:19:25 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp Date: Wed, 19 Dec 2018 11:17:05 +0900 Message-Id: <1545185828-19721-2-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1545185828-19721-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> References: <1545185828-19721-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-TM-AS-MML: disable Subject: [spp] [PATCH 1/4] docs: update spp_nfv command output 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: Wed, 19 Dec 2018 02:19:27 -0000 From: Yasufumi Ogawa Some of old command examples have remained. This patch is to update them to the latest. Signed-off-by: Yasufumi Ogawa --- 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