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 5807DA0352; Wed, 6 May 2020 05:23:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4E6B91C06D; Wed, 6 May 2020 05:23:21 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 10BB41BE9E for ; Wed, 6 May 2020 05:23:19 +0200 (CEST) IronPort-SDR: E+ZRW5yv4AcFcLD46a/jKiEQJOVF12PcJetfiz6cA8V4B0ppnZwB/TJQA0uOVP2JgWeSLJ6l8+ UAyFPEX3HTuQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 May 2020 20:23:19 -0700 IronPort-SDR: pemdAeUGDpopGDFoid8MTOBGsZVZA3hSc6jc/LZHNnG/UO5LuHI37p8iVgYvvtSVgZYPUFn/yP T6oBVpwnGDGA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,357,1583222400"; d="scan'208";a="284470109" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga004.fm.intel.com with ESMTP; 05 May 2020 20:23:19 -0700 Received: from fmsmsx608.amr.corp.intel.com (10.18.126.88) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 5 May 2020 20:23:19 -0700 Received: from fmsmsx608.amr.corp.intel.com (10.18.126.88) by fmsmsx608.amr.corp.intel.com (10.18.126.88) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 5 May 2020 20:23:18 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx608.amr.corp.intel.com (10.18.126.88) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Tue, 5 May 2020 20:23:18 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.225]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.95]) with mapi id 14.03.0439.000; Wed, 6 May 2020 11:23:17 +0800 From: "Tu, Lijuan" To: "Xie, WeiX" , "dts@dpdk.org" CC: "Xie, WeiX" Thread-Topic: [dts] [PATCH V1] tests/vf_kernel:add NIC fortpark_BASE-T supported Thread-Index: AQHWHgESV75zc7kSXkyecV8inGsA3aiab1PQ Date: Wed, 6 May 2020 03:23:16 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC21EC0@SHSMSX101.ccr.corp.intel.com> References: <1588149626-65882-1-git-send-email-weix.xie@intel.com> In-Reply-To: <1588149626-65882-1-git-send-email-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="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] tests/vf_kernel:add NIC fortpark_BASE-T 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 [mailto:dts-bounces@dpdk.org] On Behalf Of Xie Wei > Sent: Wednesday, April 29, 2020 4:40 PM > To: dts@dpdk.org > Cc: Xie, WeiX > Subject: [dts] [PATCH V1] tests/vf_kernel:add NIC fortpark_BASE-T support= ed >=20 > Signed-off-by: Xie Wei > --- > tests/TestSuite_vf_kernel.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_vf_kernel.py b/tests/TestSuite_vf_kernel.py = index > f5a5038..f2f28fe 100755 > --- a/tests/TestSuite_vf_kernel.py > +++ b/tests/TestSuite_vf_kernel.py > @@ -560,7 +560,7 @@ class TestVfKernel(TestCase): > self.verify(self.dmac.upper() in out, "PF can't receive packet") >=20 > # Change kernel VF mtu as 3000,check no confusion/crash on DPDK = PF > - if self.nic.startswith('fortville') or self.nic.startswith('carl= sville'): > + if self.nic.startswith('fortville') or self.nic.startswith('carl= sville') or > self.nic.startswith('fortpark_BASE-T'): > self.vm0_dut.send_expect( > "ifconfig %s mtu 3000" % self.vm0_intf0, "#") >=20 > -- > 2.17.2