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 D6E20A0588; Fri, 17 Apr 2020 05:21:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C8A341DC6F; Fri, 17 Apr 2020 05:21:36 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 088C41DB02 for ; Fri, 17 Apr 2020 05:21:34 +0200 (CEST) IronPort-SDR: +pwRZcT0k4CtxpQrsC1Tk3YI4StUd3aimLX76+vdckP/prv7A8CXYgnN/rp+rEut8FLhUef/eb /7CnYRAuNDyQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Apr 2020 20:21:34 -0700 IronPort-SDR: df4bfT8fOeE7/HQdnFPngffHM+ZOrYxGqEq1zcSx9cpzRz0zpLS1HFIUGT7FJTdkNEOSTL7txS 64QHuRqu8BaA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,393,1580803200"; d="scan'208";a="428083443" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga005.jf.intel.com with ESMTP; 16 Apr 2020 20:21:34 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 16 Apr 2020 20:21:33 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 17 Apr 2020 11:21:31 +0800 Received: from shsmsx602.ccr.corp.intel.com ([10.109.6.142]) by SHSMSX602.ccr.corp.intel.com ([10.109.6.142]) with mapi id 15.01.1713.004; Fri, 17 Apr 2020 11:21:31 +0800 From: "Zhao, XinfengX" To: "Xu, HailinX" , "dts@dpdk.org" CC: "Xu, HailinX" Thread-Topic: [dts] [PATCH v1]tests/TestSuite_vxlan_sample:add nic carlsville. Thread-Index: AQHWEj1LH1JpfAdau0KWT6GFnPhDPqh8qhGg Date: Fri, 17 Apr 2020 03:21:31 +0000 Message-ID: References: <1586855288-294329-1-git-send-email-hailinx.xu@intel.com> In-Reply-To: <1586855288-294329-1-git-send-email-hailinx.xu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH v1]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" Tested-by: Zhao, Xinfeng -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xu,Hailin Sent: Tuesday, April 14, 2020 5:08 PM To: dts@dpdk.org Cc: Xu, HailinX Subject: [dts] [PATCH v1]tests/TestSuite_vxlan_sample:add nic carlsville. From: xuhailin carlsville driver is i40e, so the nic support the suite. Signed-off-by: xuhailin --- tests/TestSuite_vxlan_sample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_vxlan_sample.py b/tests/TestSuite_vxlan_sample= .py index 4ab9f18..71f49b4 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_TLV"= , "fortville_25g"], + "fortville_spirit_single",=20 + "fortpark_TLV", "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() -- 2.17.1