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 75575A04F5; Fri, 19 Jun 2020 06:56:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2E9B5E07; Fri, 19 Jun 2020 06:56:38 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C344E3B5 for ; Fri, 19 Jun 2020 06:56:36 +0200 (CEST) IronPort-SDR: xmH/n7/ho/hW2bykFEs0E+eWEeEPocREGJXLmJ2ECudmwwFbykrzLfeAuv3g/EQA0VL1b8AVx8 X7JTAcDXP/xA== X-IronPort-AV: E=McAfee;i="6000,8403,9656"; a="227538602" X-IronPort-AV: E=Sophos;i="5.75,253,1589266800"; d="scan'208";a="227538602" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jun 2020 21:56:35 -0700 IronPort-SDR: wRYHN68kdV3N9XtFIw/GqLPlixsWrzYeWAaNZCP73WxW7DuysGJx99yKjJInahfx+zqhV75zRR THb4fxnkLSrw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,253,1589266800"; d="scan'208";a="450890393" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga005.jf.intel.com with ESMTP; 18 Jun 2020 21:56:35 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 18 Jun 2020 21:56:35 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.85]) by shsmsx102.ccr.corp.intel.com ([169.254.2.36]) with mapi id 14.03.0439.000; Fri, 19 Jun 2020 12:56:32 +0800 From: "Tu, Lijuan" To: "Xie, WeiX" , "dts@dpdk.org" CC: "Xie, WeiX" Thread-Topic: [dts] [PATCH V1] tests/vf_macfilter: add NIC supported Thread-Index: AQHWQsFaTe8VSXdBIkyu0fPDN7RlhKjfZmoA Date: Fri, 19 Jun 2020 04:56:31 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC5FC06@SHSMSX101.ccr.corp.intel.com> References: <20200615030202.24725-1-weix.xie@intel.com> In-Reply-To: <20200615030202.24725-1-weix.xie@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="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] tests/vf_macfilter: add NIC supported 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 On Behalf Of Xie wei Sent: 2020=1B$BG/=1B(B6=1B$B7n=1B(B15=1B$BF|=1B(B 11:02 To: dts@dpdk.org Cc: Xie, WeiX Subject: [dts] [PATCH V1] tests/vf_macfilter: add NIC supported add twinpond(ixgbe driver)supported Signed-off-by: Xie wei --- tests/TestSuite_vf_macfilter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_vf_macfilter.py b/tests/TestSuite_vf_macfilter= .py index dc30059..7ce5d38 100644 --- a/tests/TestSuite_vf_macfilter.py +++ b/tests/TestSuite_vf_macfilter.py @@ -67,7 +67,7 @@ class TestVfMacFilter(TestCase): if driver =3D=3D 'igb_uio': # start testpmd without the two VFs on the host self.host_testpmd =3D PmdOutput(self.dut) - if (self.nic in ["niantic", "sageville", "sagepond"]): + if (self.nic in ["niantic", "sageville", "sagepond", "twin= pond"]): self.host_testpmd.start_testpmd("1S/9C/1T", "--txq=3D4= --rxq=3D4 ") else: self.host_testpmd.start_testpmd("1S/2C/2T") -- 2.17.1