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 09BD4A056B for ; Tue, 3 Mar 2020 10:25:28 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6E5051C012; Tue, 3 Mar 2020 10:25:27 +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 600F01BFF4 for ; Tue, 3 Mar 2020 10:25:25 +0100 (CET) X-dD-Source: Outbound Received: from zssg-mailmd104.ddreams.local (zssg-mailmd900.ddreams.local [10.160.172.63]) by zssg-mailou101.ddreams.local (Postfix) with ESMTP id 9ACC5120115; Tue, 3 Mar 2020 18:25:24 +0900 (JST) Received: from zssg-mailmf104.ddreams.local (zssg-mailmf900.ddreams.local [10.160.172.84]) by zssg-mailmd104.ddreams.local (dDREAMS) with ESMTP id <0Q6M019JO26C6H50@dDREAMS>; Tue, 03 Mar 2020 18:25:24 +0900 (JST) Received: from zssg-mailmf104.ddreams.local (unknown [127.0.0.1]) by zssg-mailmf104.ddreams.local (Postfix) with ESMTP id 7559F7E603A; Tue, 3 Mar 2020 18:25:24 +0900 (JST) Received: from zssg-mailmf104.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 73A408E6060; Tue, 3 Mar 2020 18:25:24 +0900 (JST) Received: from localhost (unknown [127.0.0.1]) by IMSVA (Postfix) with SMTP id 726478E6050; Tue, 3 Mar 2020 18:25:24 +0900 (JST) X-IMSS-HAND-OFF-DIRECTIVE: localhost:10026 Received: from zssg-mailmf104.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id CEA598E6060; Tue, 3 Mar 2020 18:25:23 +0900 (JST) Received: from davinci.ntt-tx.co.jp (unknown [10.160.183.139]) by zssg-mailmf104.ddreams.local (Postfix) with ESMTP; Tue, 3 Mar 2020 18:25:23 +0900 (JST) From: x-fn-spp-ml@ntt-tx.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Tue, 03 Mar 2020 18:25:15 +0900 Message-id: <20200303092521.22882-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 v2 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