From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama500.ecl.ntt.co.jp (tama500.ecl.ntt.co.jp [129.60.39.148]) by dpdk.org (Postfix) with ESMTP id 4FB771D737 for ; Fri, 15 Jun 2018 10:35:55 +0200 (CEST) Received: from vc2.ecl.ntt.co.jp (vc2.ecl.ntt.co.jp [129.60.86.154]) by tama500.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id w5F8ZsGR009489; Fri, 15 Jun 2018 17:35:54 +0900 Received: from vc2.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id ADCC1638CE9; Fri, 15 Jun 2018 17:35:54 +0900 (JST) Received: from jcms-pop21.ecl.ntt.co.jp (jcms-pop21.ecl.ntt.co.jp [129.60.87.134]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id 9DC63638ACE; Fri, 15 Jun 2018 17:35:54 +0900 (JST) Received: from [IPv6:::1] (watercress.nslab.ecl.ntt.co.jp [129.60.13.73]) by jcms-pop21.ecl.ntt.co.jp (Postfix) with ESMTPSA id 88FBC400336; Fri, 15 Jun 2018 17:35:54 +0900 (JST) References: <201806130848.w5D8mqwV001270@imss03.silk.ntt-tx.co.jp> <201806150751.w5F7pr07017968@imss03.silk.ntt-tx.co.jp> From: Yasufumi Ogawa Message-ID: <92b24cda-47a2-b6dc-c06d-37629016ec17@lab.ntt.co.jp> Date: Fri, 15 Jun 2018 17:34:25 +0900 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <201806150751.w5F7pr07017968@imss03.silk.ntt-tx.co.jp> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-CC-Mail-RelayStamp: 1 To: x-fn-spp@sl.ntt-tx.co.jp, ferruh.yigit@intel.com Cc: spp@dpdk.org X-TM-AS-MML: disable Subject: Re: [spp] [PATCH v3 3/3] docs: delete unsupported SPP VF Secondary Command 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, 15 Jun 2018 08:35:56 -0000 On 2018/06/15 16:51, x-fn-spp@sl.ntt-tx.co.jp wrote: > From: Hiroyuki Nakamura > > This commit delete unsupported SPP VF Secondary Command. > Thanks. LGTM! Acked-by: Yasufumi Ogawa > Signed-off-by: Hiroyuki Nakamura > Signed-off-by: Naoki Takada > --- > 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} > -- Yasufumi Ogawa NTT Network Service Systems Labs