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 DFB75A00BE; Mon, 27 Apr 2020 09:51:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D657D1C19C; Mon, 27 Apr 2020 09:51:23 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2C93E1BF8E for ; Mon, 27 Apr 2020 09:51:22 +0200 (CEST) IronPort-SDR: MtJK2oUaJM/U9h+PBSLkgdnoLOg8bQDI3U4wl9kkyTtZ2bAOosq6AMeamDG9QLoSfJip3qIEWQ xtYivXD80POQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2020 00:51:21 -0700 IronPort-SDR: 8i3XHQlMNn9YQzUdy4XBjy2f5dgbQNSHtrVFOp+p/uB5eB9slary4gHVaWUto3tfwVVkAvxS+l BKWjQnso+AwA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,323,1583222400"; d="scan'208";a="367062746" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga001.fm.intel.com with ESMTP; 27 Apr 2020 00:51:21 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 27 Apr 2020 00:51:21 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 27 Apr 2020 00:51:20 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.7]) with mapi id 14.03.0439.000; Mon, 27 Apr 2020 15:51:18 +0800 From: "Tu, Lijuan" To: "Zhang, XiX" , "dts@dpdk.org" CC: "Zhang, XiX" Thread-Topic: [dts] [PATCH V1] tests/TestSuite_flow_classify:fdir_L2_mac-add-i40e-nic-support Thread-Index: AQHWG6fmOikk2ufKbEKMNYeV2ojLLKiMmfGQ Date: Mon, 27 Apr 2020 07:51:17 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC12AC1@SHSMSX101.ccr.corp.intel.com> References: <1587890456-43306-1-git-send-email-xix.zhang@intel.com> In-Reply-To: <1587890456-43306-1-git-send-email-xix.zhang@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] tests/TestSuite_flow_classify:fdir_L2_mac-add-i40e-nic-support 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" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xizhan4x > Sent: Sunday, April 26, 2020 4:41 PM > To: dts@dpdk.org > Cc: Zhang, XiX > Subject: [dts] [PATCH V1] tests/TestSuite_flow_classify:fdir_L2_mac-add- > i40e-nic-support >=20 > fdir_L2_mac add i40e nic support >=20 > Signed-off-by: xizhan4x > --- > tests/TestSuite_generic_flow_api.py | 15 ++++++++++----- > 1 file changed, 10 insertions(+), 5 deletions(-) >=20 > diff --git a/tests/TestSuite_generic_flow_api.py > b/tests/TestSuite_generic_flow_api.py > index 1d27a74..ae7f9f1 100644 > --- a/tests/TestSuite_generic_flow_api.py > +++ b/tests/TestSuite_generic_flow_api.py > @@ -914,7 +914,8 @@ class TestGeneric_flow_api(TestCase): > only supported by i40e > """ > self.verify(self.nic in ["fortville_eagle", "fortville_spirit", = "carlsville", > - "fortville_spirit_single", "fortpark_TL= V"], "%s nic not > support fdir vlan filter" % self.nic) > + "fortville_spirit_single", "fortpark_TL= V", > + > + "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support > + fdir vlan filter" % self.nic) >=20 > self.pmdout.start_testpmd("%s" % self.cores, "--rxq=3D%d --txq= =3D%d" % > (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=3Dtest1" % self.pf_pci) > self.dut.send_expect("port config all rss all", "testpmd> ", 120= ) @@ - > 1002,7 +1003,8 @@ class TestGeneric_flow_api(TestCase): > only supported by i40e > """ > self.verify(self.nic in ["fortville_eagle", "fortville_spirit", = "carlsville", > - "fortville_spirit_single", "fortpark_TL= V"], "%s nic not > support fdir vlan filter" % self.nic) > + "fortville_spirit_single", "fortpark_TL= V", > + > + "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support > + fdir vlan filter" % self.nic) >=20 > self.pmdout.start_testpmd("%s" % self.cores, "--rxq=3D%d --txq= =3D%d" % > (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=3Dtest1" % self.pf_pci) > self.dut.send_expect("port config all rss all", "testpmd> ", 120= ) @@ - > 1090,7 +1092,8 @@ class TestGeneric_flow_api(TestCase): > only supported by i40e > """ > self.verify(self.nic in ["fortville_eagle", "fortville_spirit", = "carlsville", > - "fortville_spirit_single", "fortpark_TL= V"], "%s nic not > support fdir vlan filter" % self.nic) > + "fortville_spirit_single", "fortpark_TL= V", > + > + "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support > + fdir vlan filter" % self.nic) >=20 > self.pmdout.start_testpmd("%s" % self.cores, "--rxq=3D%d --txq= =3D%d" % > (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=3Dtest1" % self.pf_pci) > self.dut.send_expect("port config all rss all", "testpmd> ", 120= ) @@ - > 1178,7 +1181,8 @@ class TestGeneric_flow_api(TestCase): > only supported by i40e > """ > self.verify(self.nic in ["fortville_eagle", "fortville_spirit", = "carlsville", > - "fortville_spirit_single", "fortpark_TL= V"], "%s nic not > support fdir vlan filter" % self.nic) > + "fortville_spirit_single", "fortpark_TL= V", > + > + "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support > + fdir vlan filter" % self.nic) >=20 > self.pmdout.start_testpmd("%s" % self.cores, "--rxq=3D%d --txq= =3D%d" % > (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=3Dtest1" % self.pf_pci) > self.dut.send_expect("port config all rss all", "testpmd> ", 120= ) @@ - > 1265,7 +1269,8 @@ class TestGeneric_flow_api(TestCase): > only supported by i40e > """ > self.verify(self.nic in ["fortville_eagle", "fortville_spirit", = "carlsville", > - "fortville_spirit_single", "fortpark_TL= V"], "%s nic not > support fdir vlan filter" % self.nic) > + "fortville_spirit_single", "fortpark_TL= V", > + > + "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support > + fdir vlan filter" % self.nic) >=20 > self.pmdout.start_testpmd("%s" % self.cores, "--rxq=3D%d --txq= =3D%d" % > (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=3Dtest1" % self.pf_pci) > self.dut.send_expect("set fwd rxonly", "testpmd> ", 120) > -- > 2.17.2