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 280DDA0577; Mon, 13 Apr 2020 09:05:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E8EEE1BE9B; Mon, 13 Apr 2020 09:05:52 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 5C61F1BE99 for ; Mon, 13 Apr 2020 09:05:51 +0200 (CEST) IronPort-SDR: W1dFWOnZuzivNQ0fz9SlhVcxnoXu+SkeOmhWuQsIcZ1KwZ6f8E/LSf5uGjEgcgueBaOft0lJ7t HfFNoST6X/9g== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2020 00:05:50 -0700 IronPort-SDR: MTmxXc3wgYcAIYvINAgb4ZQI1tlZ4y/ArmyaiOEvZKYUstFRSurB5X6/RPADN72g4yYmI1Bn8F 1ZR9TCbbGaDQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,377,1580803200"; d="scan'208";a="287803918" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by fmsmga002.fm.intel.com with ESMTP; 13 Apr 2020 00:05:49 -0700 From: Xu Hailin To: dts@dpdk.org Cc: xuhailin Date: Mon, 13 Apr 2020 14:58:41 +0800 Message-Id: <1586761121-137973-1-git-send-email-hailinx.xu@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [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" From: xuhailin carlsville driver is i40e, so the nic support the suite. Signed-off-by: xuhailin --- tests/TestSuite_vxlan_gpe_support_in_i40e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.nic) # Based on h/w type, choose how many ports to use ports = self.dut.get_ports() -- 2.17.1