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 3CDD9A055A for ; Thu, 27 Feb 2020 10:44:28 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2F6241BFCF; Thu, 27 Feb 2020 10:44:28 +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 3286E1BFCF for ; Thu, 27 Feb 2020 10:44:26 +0100 (CET) X-dD-Source: Outbound Received: from zssg-mailmd101.ddreams.local (zssg-mailmd900.ddreams.local [10.160.172.63]) by zssg-mailou103.ddreams.local (Postfix) with ESMTP id 77CE01202A0; Thu, 27 Feb 2020 18:44:25 +0900 (JST) Received: from zssg-mailmf105.ddreams.local (zssg-mailmf900.ddreams.local [10.160.172.84]) by zssg-mailmd101.ddreams.local (dDREAMS) with ESMTP id <0Q6C00DWKTQ1QGD0@dDREAMS>; Thu, 27 Feb 2020 18:44:25 +0900 (JST) Received: from zssg-mailmf105.ddreams.local (unknown [127.0.0.1]) by zssg-mailmf105.ddreams.local (Postfix) with ESMTP id 56B417E603A; Thu, 27 Feb 2020 18:44:25 +0900 (JST) Received: from zssg-mailmf105.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 551E28E605D; Thu, 27 Feb 2020 18:44:25 +0900 (JST) Received: from localhost (unknown [127.0.0.1]) by IMSVA (Postfix) with SMTP id 529418E6052; Thu, 27 Feb 2020 18:44:25 +0900 (JST) X-IMSS-HAND-OFF-DIRECTIVE: localhost:10026 Received: from zssg-mailmf105.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id C3AB68E6060; Thu, 27 Feb 2020 18:44:24 +0900 (JST) Received: from davinci.ntt-tx.co.jp (unknown [10.160.183.139]) by zssg-mailmf105.ddreams.local (Postfix) with ESMTP; Thu, 27 Feb 2020 18:44:24 +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 18:44:16 +0900 Message-id: <20200227094422.7429-3-x-fn-spp-ml@ntt-tx.co.jp> X-Mailer: git-send-email 2.18.0 In-reply-to: <20200227094422.7429-1-x-fn-spp-ml@ntt-tx.co.jp> References: <20200227094422.7429-1-x-fn-spp-ml@ntt-tx.co.jp> X-TM-AS-GCONF: 00 Subject: [spp] [PATCH 2/8] recipes: fix rcps for setting up spp_vf 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 set fixes setting up configuration of spp_vf. Signed-off-by: Hideyuki Yamashita Signed-off-by: Naoki Takada --- .../usecases/spp_vf/ssh_login/setup/1_start_components.rcps | 4 ++-- .../usecases/spp_vf/ssh_login/setup/4_start_components.rcps | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/usecases/spp_vf/ssh_login/setup/1_start_components.rcps b/recipes/usecases/spp_vf/ssh_login/setup/1_start_components.rcps index e864628..b1c63ad 100644 --- a/recipes/usecases/spp_vf/ssh_login/setup/1_start_components.rcps +++ b/recipes/usecases/spp_vf/ssh_login/setup/1_start_components.rcps @@ -1,5 +1,5 @@ -# Start component for path1 -vf 1; component start cls1 2 classifier_mac +# Start components for path1 +vf 1; component start cls1 2 classifier vf 1; component start fwd1 3 forward vf 1; component start fwd2 4 forward vf 1; component start fwd3 5 forward diff --git a/recipes/usecases/spp_vf/ssh_login/setup/4_start_components.rcps b/recipes/usecases/spp_vf/ssh_login/setup/4_start_components.rcps index 7ce2c0d..e784891 100644 --- a/recipes/usecases/spp_vf/ssh_login/setup/4_start_components.rcps +++ b/recipes/usecases/spp_vf/ssh_login/setup/4_start_components.rcps @@ -1,5 +1,5 @@ -# Start component for path2 -vf 1; component start cls2 8 classifier_mac +# Start components for path2 +vf 1; component start cls2 8 classifier vf 1; component start fwd5 9 forward vf 1; component start fwd6 10 forward vf 1; component start fwd7 11 forward -- 2.17.1