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 1BF63A0561; Mon, 20 Apr 2020 06:57:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 127DF1C1DD; Mon, 20 Apr 2020 06:57:22 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 891CA1C1C8 for ; Mon, 20 Apr 2020 06:57:20 +0200 (CEST) IronPort-SDR: NXr53XRRgAfeslQ8wuu6HAdv9jskYGYs9RXEbYrQpIR0IiBNfhjPn8qctr8E0pftrb6es0fR/X JRwMoZoSGLgA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2020 21:57:19 -0700 IronPort-SDR: 8PF3XXwV46akkgqPkR+Rk65/kTjzD1UarqFzxg6osMsMxfFYw+Smx51qpkxpqvdCcwmeoqmqpI vot4diYSBkig== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,405,1580803200"; d="scan'208";a="428982510" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga005.jf.intel.com with ESMTP; 19 Apr 2020 21:57:19 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 19 Apr 2020 21:57:19 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 19 Apr 2020 21:57:18 -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, 20 Apr 2020 12:57:16 +0800 From: "Tu, Lijuan" To: "Xu, HailinX" , "dts@dpdk.org" CC: "Xu, HailinX" Thread-Topic: [dts] [PATCH v1] tests/TestSuite_vxlan_gpe_support_in_i40e:add nic carlsville. Thread-Index: AQHWEWICCQZrSOMrAEaF+jkZDDq8JqiBfXzw Date: Mon, 20 Apr 2020 04:57:16 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC0D032@SHSMSX101.ccr.corp.intel.com> References: <1586761121-137973-1-git-send-email-hailinx.xu@intel.com> In-Reply-To: <1586761121-137973-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 v1] tests/TestSuite_vxlan_gpe_support_in_i40e: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 13, 2020 2:59 PM > To: dts@dpdk.org > Cc: Xu, HailinX > Subject: [dts] [PATCH v1] tests/TestSuite_vxlan_gpe_support_in_i40e:add n= ic > carlsville. >=20 > From: xuhailin >=20 > carlsville driver is i40e, so the nic support the suite. >=20 > Signed-off-by: xuhailin > --- > tests/TestSuite_vxlan_gpe_support_in_i40e.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_vxlan_gpe_support_in_i40e.py > b/tests/TestSuite_vxlan_gpe_support_in_i40e.py > index bbf0260..72f16e4 100644 > --- a/tests/TestSuite_vxlan_gpe_support_in_i40e.py > +++ b/tests/TestSuite_vxlan_gpe_support_in_i40e.py > @@ -139,7 +139,7 @@ class TestVxlanGpeSupportInI40e(TestCase): > vxlan Prerequisites > """ > # this feature only enable in FVL now > - if self.nic not in ["fortville_eagle", "fortville_spirit", > "fortville_spirit_single", "fortville_25g"]: > + if self.nic not in ["fortville_eagle", "fortville_spirit", > "fortville_spirit_single", "fortville_25g", "carlsville"]: > self.verify(False, "%s not support this vxlan-gpe" % self.ni= c) > # Based on h/w type, choose how many ports to use > ports =3D self.dut.get_ports() > -- > 2.17.1