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 6774FA00C2; Thu, 23 Apr 2020 08:37:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 231BF1D14A; Thu, 23 Apr 2020 08:37:54 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A42221C43F for ; Thu, 23 Apr 2020 08:37:52 +0200 (CEST) IronPort-SDR: B/gwV6FQou5/S9B43dI2sj+Lmxwjy31kd/2dd6ay/wYgvEEBWHKXFvfpLm+PiXPG/wKWELmgrJ lLlu+3tzbCuA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2020 23:37:51 -0700 IronPort-SDR: oYWW/8SSwmpeXVvsWK2fC10ppNmpK6XG2X/ifiY2N6/O0wKZtc8kugJ+sKr+6/dCO5QPfVj8cC zDnYB4aps6Hg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,305,1583222400"; d="scan'208";a="244765963" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga007.jf.intel.com with ESMTP; 22 Apr 2020 23:37:51 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 22 Apr 2020 23:37:20 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 22 Apr 2020 23:37:20 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.89]) with mapi id 14.03.0439.000; Thu, 23 Apr 2020 14:37:18 +0800 From: "Tu, Lijuan" To: "Mei, JianweiX" , "dts@dpdk.org" CC: "Mei, JianweiX" Thread-Topic: [dts] [PATCH V1] tests/flow_classify:support igb driver Thread-Index: AQHWF9k55CcZf2fef069LtjWMAbgCKiGQ4cg Date: Thu, 23 Apr 2020 06:37:17 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC0F2A7@SHSMSX101.ccr.corp.intel.com> References: <20200422153917.4508-1-jianweix.mei@intel.com> In-Reply-To: <20200422153917.4508-1-jianweix.mei@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/flow_classify:support igb driver 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 Mei Jianwei > Sent: Wednesday, April 22, 2020 11:39 PM > To: dts@dpdk.org > Cc: Mei, JianweiX > Subject: [dts] [PATCH V1] tests/flow_classify:support igb driver >=20 > add igb driver >=20 > Signed-off-by: Mei Jianwei > --- > tests/TestSuite_flow_classify.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_flow_classify.py b/tests/TestSuite_flow_clas= sify.py > index e6320b0..213ae49 100644 > --- a/tests/TestSuite_flow_classify.py > +++ b/tests/TestSuite_flow_classify.py > @@ -452,7 +452,7 @@ class TestFlowClassify(TestCase): > self.verify_traffic(stm_types=3Dstream_list, flow_type=3D"multi_= stream") >=20 > def verify_supported_nic(self): > - supported_drivers =3D ['i40e', 'ixgbe', 'igc'] > + supported_drivers =3D ['i40e', 'ixgbe', 'igc', 'igb'] > result =3D all([self.dut.ports_info[index]['port'].default_drive= r in > supported_drivers > for index in self.dut_ports]) > -- > 2.18.2