From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 686FCA055F for ; Thu, 27 Feb 2020 12:50:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 11D9B1BF8B; Thu, 27 Feb 2020 12:50:48 +0100 (CET) Received: from dish-sg.nttdocomo.co.jp (dish-sg.nttdocomo.co.jp [202.19.227.74]) by dpdk.org (Postfix) with ESMTP id E904C2C4F for ; Thu, 27 Feb 2020 12:50:45 +0100 (CET) X-dD-Source: Outbound Received: from zssg-mailmd106.ddreams.local (zssg-mailmd900.ddreams.local [10.160.172.63]) by zssg-mailou102.ddreams.local (Postfix) with ESMTP id 2828F1200E0; Thu, 27 Feb 2020 20:50:45 +0900 (JST) Received: from zssg-mailmf106.ddreams.local (zssg-mailmf900.ddreams.local [10.160.172.84]) by zssg-mailmd106.ddreams.local (dDREAMS) with ESMTP id <0Q6C011SJZKLBX60@dDREAMS>; Thu, 27 Feb 2020 20:50:45 +0900 (JST) Received: from zssg-mailmf106.ddreams.local (unknown [127.0.0.1]) by zssg-mailmf106.ddreams.local (Postfix) with ESMTP id 097BE7E6032; Thu, 27 Feb 2020 20:50:45 +0900 (JST) Received: from zssg-mailmf106.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 087A18E6055; Thu, 27 Feb 2020 20:50:45 +0900 (JST) Received: from localhost (unknown [127.0.0.1]) by IMSVA (Postfix) with SMTP id 074C08E6042; Thu, 27 Feb 2020 20:50:45 +0900 (JST) X-IMSS-HAND-OFF-DIRECTIVE: localhost:10026 Received: from zssg-mailmf106.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 250788E6042; Thu, 27 Feb 2020 20:50:44 +0900 (JST) Received: from davinci.ntt-tx.co.jp (unknown [10.160.183.139]) by zssg-mailmf106.ddreams.local (Postfix) with ESMTP; Thu, 27 Feb 2020 20:50:44 +0900 (JST) From: x-fn-spp-ml@ntt-tx.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Thu, 27 Feb 2020 20:50:41 +0900 Message-id: <20200227115041.7735-3-x-fn-spp-ml@ntt-tx.co.jp> X-Mailer: git-send-email 2.18.0 In-reply-to: <20200227115041.7735-1-x-fn-spp-ml@ntt-tx.co.jp> References: <20200227115041.7735-1-x-fn-spp-ml@ntt-tx.co.jp> X-TM-AS-GCONF: 00 Subject: [spp] [PATCH v2 2/2] docs: update command for multiple node usecase 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: , Errors-To: spp-bounces@dpdk.org Sender: "spp" From: Hideyuki Yamashita This patch fixes missing command string for multiple node usecase. Fixes: 359d5a3b ("docs: add multiple nodes section in usecases") Signed-off-by: Hideyuki Yamashita Signed-off-by: Yasufumi Ogawa --- docs/guides/usecases/multi_nodes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guides/usecases/multi_nodes.rst b/docs/guides/usecases/multi_nodes.rst index 3eaed0c..5d45e91 100644 --- a/docs/guides/usecases/multi_nodes.rst +++ b/docs/guides/usecases/multi_nodes.rst @@ -156,6 +156,8 @@ For host2, swith server to host2 and run nfv commands. Switch spp-ctl to "2: 192.168.1.102:7777". # configure + spp > nfv 1; add vhost:0 + Add vhost:0. spp > nfv 1; patch phy:0 vhost:0 Patch ports (phy:0 -> vhost:0). spp > nfv 1; patch vhost:0 phy:1 -- 2.17.1