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 33613A059C; Fri, 10 Apr 2020 09:49:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AE8E71D15C; Fri, 10 Apr 2020 09:49:44 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id EA8851C241 for ; Fri, 10 Apr 2020 09:49:42 +0200 (CEST) IronPort-SDR: +szsEjBV/hIjolBSRxikbTp7WqYrZbXfdiVgQgZ3wmHLHsgMqGJbSSK1qdPiH/FfFXmXj4ieYz sKDL/TQLZ+lg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Apr 2020 00:49:42 -0700 IronPort-SDR: bldax4wicAeZsVRzmW+ecp43S6zIqb88P/13x2ISrrqiB+aYItJdrob1YtrOR/5SMnFlE2N5YJ jhcsJN6f8YRg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,366,1580803200"; d="scan'208";a="252140601" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.222]) by orsmga003.jf.intel.com with ESMTP; 10 Apr 2020 00:49:41 -0700 From: yufengmx To: dts@dpdk.org, lijuan.tu@intel.com Cc: yufengmx Date: Fri, 10 Apr 2020 15:52:17 +0800 Message-Id: <20200410075220.5184-2-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20200410075220.5184-1-yufengx.mo@intel.com> References: <20200410075220.5184-1-yufengx.mo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V4 1/4] conf/vf_l3fwd_base: stream flow configuration X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" add vf_l3fwd_kernelpf suite traffic stream flow configuration. Signed-off-by: yufengmx --- conf/vf_l3fwd_base.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 conf/vf_l3fwd_base.cfg diff --git a/conf/vf_l3fwd_base.cfg b/conf/vf_l3fwd_base.cfg new file mode 100644 index 0000000..9d9ede3 --- /dev/null +++ b/conf/vf_l3fwd_base.cfg @@ -0,0 +1,14 @@ +[suite] +l3fwd_flows = { + "ipv4": { + "lpm": [ + "198.18.0.0/24", + "198.18.1.0/24", + "198.18.2.0/24", + "198.18.3.0/24", + "198.18.4.0/24", + "198.18.5.0/24", + "198.18.6.0/24", + "198.18.7.0/24" + ] + }, } \ No newline at end of file -- 2.21.0