From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail04.ics.ntt-tx.co.jp (mail05.ics.ntt-tx.co.jp [210.232.35.69]) by dpdk.org (Postfix) with ESMTP id F0B5C4F9A for ; Fri, 28 Dec 2018 04:30:41 +0100 (CET) Received: from gwchk03.silk.ntt-tx.co.jp (gwchk03.silk.ntt-tx.co.jp [10.107.0.111]) by mail04.ics.ntt-tx.co.jp (unknown) with ESMTP id wBS3UepT024158; Fri, 28 Dec 2018 12:30:40 +0900 Received: (from root@localhost) by gwchk03.silk.ntt-tx.co.jp (unknown) id wBS3UdDK011651; Fri, 28 Dec 2018 12:30:39 +0900 Received: from gwchk.silk.ntt-tx.co.jp [10.107.0.110] by gwchk03.silk.ntt-tx.co.jp with ESMTP id NAA11416; Fri, 28 Dec 2018 12:29:28 +0900 Received: from imss04.silk.ntt-tx.co.jp (localhost [127.0.0.1]) by imss04.silk.ntt-tx.co.jp (unknown) with ESMTP id wBS3TSTw007785; Fri, 28 Dec 2018 12:29:28 +0900 Received: from mgate02.silk.ntt-tx.co.jp (smtp02.silk.ntt-tx.co.jp [10.107.0.37]) by imss04.silk.ntt-tx.co.jp (unknown) with ESMTP id wBS3TSv6007780; Fri, 28 Dec 2018 12:29:28 +0900 Message-Id: <201812280329.wBS3TSv6007780@imss04.silk.ntt-tx.co.jp> Received: from localhost by mgate02.silk.ntt-tx.co.jp (unknown) id wBS3TR0q001335 ; Fri, 28 Dec 2018 12:29:28 +0900 From: x-fn-spp@sl.ntt-tx.co.jp To: ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Cc: spp@dpdk.org Date: Fri, 28 Dec 2018 12:29:27 +0900 X-Mailer: git-send-email 2.18.0 In-Reply-To: <20181228032927.12034-1-x-fn-spp@sl.ntt-tx.co.jp> References: <20181228032927.12034-1-x-fn-spp@sl.ntt-tx.co.jp> X-TM-AS-MML: No Subject: [spp] [PATCH 5/5] docs: update command example in usecase2 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, 28 Dec 2018 03:30:42 -0000 From: Hideyuki Yamashita Update command example because `sec` command is changed to `mirror` for spp_mirror. Signed-off-by: Hideyuki Yamashita Signed-off-by: Naoki Takada --- docs/guides/spp_vf/use_cases/usecase2.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/guides/spp_vf/use_cases/usecase2.rst b/docs/guides/spp_vf/use_cases/usecase2.rst index 2447cfa..39b8ca6 100644 --- a/docs/guides/spp_vf/use_cases/usecase2.rst +++ b/docs/guides/spp_vf/use_cases/usecase2.rst @@ -85,6 +85,12 @@ and launch ``spp_vf`` with core list ``-l 0,2-14`` in this usecase. -s 127.0.0.1:6666 \ --vhost-client +Start CLI. + +.. code-block:: console + + $ python src/spp.py + Start components in ``spp_vf``. .. code-block:: console @@ -174,7 +180,7 @@ Start mirror component with core ID 15. .. code-block:: console # Start component of spp_mirror on coreID 15 - spp > sec 2; component start mirror1 15 mirror + spp > mirror 2; component start mirror1 15 mirror Add ``ring:0`` as rx ports and add ``ring:8`` and ``ring:9`` as tx port to mirror. -- 2.17.1