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 127E4A04E7; Wed, 4 Nov 2020 02:32:16 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0B839BE4D; Wed, 4 Nov 2020 02:32:15 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 7CB32BE4B for ; Wed, 4 Nov 2020 02:32:12 +0100 (CET) IronPort-SDR: xzc0uJI3HWXXRQYtrpGaGDogKTdF42Z8bUJI+5gTRlTPToBnBfdOwoElC0RPjyPsNRZkJnrqnt YiljAZBN7bVA== X-IronPort-AV: E=McAfee;i="6000,8403,9794"; a="169259620" X-IronPort-AV: E=Sophos;i="5.77,449,1596524400"; d="scan'208";a="169259620" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2020 17:32:11 -0800 IronPort-SDR: ZJxGSiCcbFCgNDogEBaxvh6JIt8rCy9FlKvvSO0zQ/zui2QZhQ3lNHgSXaQ4sz0k0xHazosNLS VE5iDSEuCmPQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,449,1596524400"; d="scan'208";a="353562258" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmga004.fm.intel.com with ESMTP; 03 Nov 2020 17:32:11 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 3 Nov 2020 17:32:10 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 4 Nov 2020 09:32:08 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Wed, 4 Nov 2020 09:32:07 +0800 From: "Tu, Lijuan" To: "Fu, Qi" , "Zhao, HaiyangX" , "dts@dpdk.org" CC: "Zhao, HaiyangX" Thread-Topic: [dts] [PATCH V4 0/8] tests: update or add rss related suites Thread-Index: AQHWsbzjnnc21SV4GkSwydHUcseMl6m1ofUAgAGO7BA= Date: Wed, 4 Nov 2020 01:32:07 +0000 Message-ID: References: <20201103083656.16541-1-haiyangx.zhao@intel.com> In-Reply-To: Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V4 0/8] tests: update or add rss related suites 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" > > -----Original Message----- > > From: Haiyang Zhao > > Sent: Tuesday, November 3, 2020 4:37 PM > > To: dts@dpdk.org; Fu, Qi > > Cc: Zhao, HaiyangX > > Subject: [dts][PATCH V4 0/8] tests: update or add rss related suites > > > > v4: > > -rebase cvl_advanced_iavf_rss as it updated. > > > > v3: > > -use GTPPDUSessionContainer instead of GTP_PDUSession_ExtensionHeader > > as scapy updated to 2.4.4. > > > > v2: > > - tidy up the rss related suite into a patch set > > - fix license issue. > > > > v1: > > - autmaitc the rss related suites with the common interface > > > > Haiyang Zhao (2): > > tests/rte_flow_common: add a common module to process rss test > > tests/cvl_advanced_rss_gtpu: add cvl_advanced_rss_gtpu > > > > Xie wei (2): > > tests/TestSuite_cvl_advanced_rss:update script > > tests/TestSuite_cvl_advanced_iavf_rss:update script > > > > Zhimin Huang (1): > > tests/cvl_advanced_iavf_rss_gtpu:add iavf rss gtpu suite > > > > sunqin (3): > > tests/cvl_advanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp > > conf/cvl_advanced_rss_pppoe > > tests/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp add cvl rss iavf > > test suite > > > > conf/cvl_advanced_rss_pppoe.cfg | 5 + > > tests/TestSuite_cvl_advanced_iavf_rss.py | 6305 ++++++++++-- > > tests/TestSuite_cvl_advanced_iavf_rss_gtpu.py | 8964 > > +++++++++++++++++ ...advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py | > > +++++++++++++++++ 1046 ++ > > tests/TestSuite_cvl_advanced_rss.py | 6944 +++++++++++-- > > tests/TestSuite_cvl_advanced_rss_gtpu.py | 5294 ++++++++++ > > ...dvanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp.py | 5461 ++++++++++ > > tests/rte_flow_common.py | 391 + > > 8 files changed, 32506 insertions(+), 1904 deletions(-) create mode > > 100644 conf/cvl_advanced_rss_pppoe.cfg create mode 100755 > > tests/TestSuite_cvl_advanced_iavf_rss_gtpu.py > > create mode 100644 > > tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py > > create mode 100755 tests/TestSuite_cvl_advanced_rss_gtpu.py > > create mode 100644 > > tests/TestSuite_cvl_advanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp.py > > > Acked-by: Fu, Qi