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 E60FEA04E7; Tue, 3 Nov 2020 03:55:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E1F049AFD; Tue, 3 Nov 2020 03:54:59 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 7A9ED72F0 for ; Tue, 3 Nov 2020 03:54:57 +0100 (CET) IronPort-SDR: bufYb0dr2TWmCNQci4fwNJKFAB14+DQTZ3vjzW20gxMJcMmBeoBe11XhbSengWEoXA9Ed6zf5A dwVs4IFFhCaw== X-IronPort-AV: E=McAfee;i="6000,8403,9793"; a="166397045" X-IronPort-AV: E=Sophos;i="5.77,446,1596524400"; d="scan'208";a="166397045" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 18:54:56 -0800 IronPort-SDR: DewV0fpIjtQyz2NaEz66gxhHqEBVOcjGIVXp2FFeQtXJUvebuW8XtRjVGv/sBusaof27j6jRhv 8y8y0TGYMSbQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,446,1596524400"; d="scan'208";a="305902102" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by fmsmga007.fm.intel.com with ESMTP; 02 Nov 2020 18:54:56 -0800 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 2 Nov 2020 18:54:56 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) 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 10:54:54 +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; Tue, 3 Nov 2020 10:54:54 +0800 From: "Tu, Lijuan" To: "Fu, Qi" , "Zhao, HaiyangX" , "dts@dpdk.org" CC: "Zhao, HaiyangX" Thread-Topic: [dts] [PATCH V3 0/8] tests: update or add rss related suites Thread-Index: AQHWsPnBdtWU0d32ik6fTKoaMw+xuam1HPyAgACaEcA= Date: Tue, 3 Nov 2020 02:54:54 +0000 Message-ID: <7d60c523c332408c93a73d23ff98421d@intel.com> References: <20201102092120.9146-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 V3 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" > > 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 *.add = a > > class named RssProcessing to process rss tests. > > tests/cvl_advanced_rss_gtpu: add cvl_advanced_rss_gtpu *.add CVL PF > > rss gtpu cases. > > > > 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 Applied Failed, please rebase them.