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 BFE8DA0561; Tue, 21 Apr 2020 05:31:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B2F991D5D5; Tue, 21 Apr 2020 05:31:09 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 7E9891D5B9 for ; Tue, 21 Apr 2020 05:31:08 +0200 (CEST) IronPort-SDR: VW4dGrxmyoSMD1R77qRCcsliw0GKOjxL5n/Atm78GEoqm8hN2fUTeqUSVuD/iFd9YqjQsVX1J3 8UWhQpV8BmBw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Apr 2020 20:31:07 -0700 IronPort-SDR: OvL319jyYfLbhN+wBIdU8ly7CFcfg2FdNjtj+9fvrUXGisjGfdplqug99MCmwip3YLRU+Lnl/0 XtoDGdx9M8GQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,408,1580803200"; d="scan'208";a="456609533" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga006.fm.intel.com with ESMTP; 20 Apr 2020 20:31:07 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 20 Apr 2020 20:31:07 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.213]) with mapi id 14.03.0439.000; Tue, 21 Apr 2020 11:31:05 +0800 From: "Tu, Lijuan" To: "Xu, HailinX" , "dts@dpdk.org" CC: "Xu, HailinX" Thread-Topic: [dts] [PATCH v2] tests/TestSuite_vxlan_sample:add nic carlsville Thread-Index: AQHWFu+bGxAre+2O50mlRj99UOVigaiC7Kpg Date: Tue, 21 Apr 2020 03:31:04 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC0DAFF@SHSMSX101.ccr.corp.intel.com> References: <1587371624-115196-1-git-send-email-hailinx.xu@intel.com> In-Reply-To: <1587371624-115196-1-git-send-email-hailinx.xu@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 v2] tests/TestSuite_vxlan_sample:add nic carlsville 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 Xu, Hailin > Sent: Monday, April 20, 2020 4:34 PM > To: dts@dpdk.org > Cc: Xu, HailinX > Subject: [dts] [PATCH v2] tests/TestSuite_vxlan_sample:add nic carlsville >=20 > From: "xu,hailin" >=20 > carlsville driver is i40e, so the nic support the suite. >=20 > Signed-off-by: xu,hailin > --- > tests/TestSuite_vxlan_sample.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_vxlan_sample.py > b/tests/TestSuite_vxlan_sample.py index ec6303b..2fa845e 100644 > --- a/tests/TestSuite_vxlan_sample.py > +++ b/tests/TestSuite_vxlan_sample.py > @@ -78,7 +78,7 @@ class TestVxlanSample(TestCase): >=20 > # this feature only enable in FVL now > self.verify(self.nic in ["fortville_eagle", "fortville_spirit", > - "fortville_spirit_single", "fortpark_TL= V","fortpark_BASE-T", > "fortville_25g"], > + "fortville_spirit_single", > + "fortpark_TLV","fortpark_BASE-T", "fortville_25g", "carlsville"], > "Vxlan Only supported by Fortville") > # Based on h/w type, choose how many ports to use > self.dut_ports =3D self.dut.get_ports() > -- > 1.8.3.1