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 A5385A059B; Fri, 10 Apr 2020 09:49:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7DE6D1C2E9; 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 54DBD1C241 for ; Fri, 10 Apr 2020 09:49:42 +0200 (CEST) IronPort-SDR: Fn8jjZp7cU3+9PDjjcsN18FrxGfrqazEIVymNJ94gGzM2lMPchZwtbyZBGWQtX0OqENsN1umb7 fl75wRgoKdUQ== 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:41 -0700 IronPort-SDR: vCol3pzc0768rsidg5/V2oBY284Za6IfSSa+VytdWqi0i/DdDlf4PGiuUy13sl0WzkLSiIx9H7 nh1HHQcOKu5g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,366,1580803200"; d="scan'208";a="252140593" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.222]) by orsmga003.jf.intel.com with ESMTP; 10 Apr 2020 00:49:40 -0700 From: yufengmx To: dts@dpdk.org, lijuan.tu@intel.com Cc: yufengmx Date: Fri, 10 Apr 2020 15:52:16 +0800 Message-Id: <20200410075220.5184-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V4 0/4] l3fwd: support l3fwd pf&vf test scenario 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" support l3fwd pf&vf test scenario. v4: - rebase. - v3: - close dpdk CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC compile flag when use vf. v2: - change pf_driver to be kernel driver. - change vf_driver to be configured in execution.cfg. - remove cases test_perf_vf_rfc2544_ipv4_em/test_perf_vf_throughput_ipv4_em. - add case test_perf_vf_throughput_ipv4_lpm. yufengmx (4): conf/vf_l3fwd_base: stream flow configuration conf/vf_l3fwd_kernelpf: suite testing configuration tests/vf_l3fwd_kernelpf: upload automation script vf_l3fwd: support l3fwd pf&vf test scenario conf/vf_l3fwd_base.cfg | 14 + conf/vf_l3fwd_kernelpf.cfg | 104 +++++++ tests/TestSuite_vf_l3fwd_kernelpf.py | 90 ++++++ tests/l3fwd_base.py | 405 +++++++++++++++++++++++---- 4 files changed, 554 insertions(+), 59 deletions(-) create mode 100644 conf/vf_l3fwd_base.cfg create mode 100644 conf/vf_l3fwd_kernelpf.cfg create mode 100644 tests/TestSuite_vf_l3fwd_kernelpf.py -- 2.21.0