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 7B7BBA0577; Tue, 14 Apr 2020 06:46:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 65BB71C07B; Tue, 14 Apr 2020 06:46:01 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 846161C01F for ; Tue, 14 Apr 2020 06:45:59 +0200 (CEST) IronPort-SDR: 9ClI73U/Nzy+DgqxrV0CDqkIy0vTR0bxIWWA+xci8iTrokEZHY4XkPapW9qBw7/TdM6nfMZCzL 4t12CxFfvlLA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2020 21:45:58 -0700 IronPort-SDR: j9EGI8mrFBnC1zKKhM4fJsd21vKseIoTwwXfn23FLKRkI3yhlJKptEewSfEUL6Z0rd8SdHMcu4 ZUHmbZPlWvEA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,381,1580803200"; d="scan'208";a="363267711" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by fmsmga001.fm.intel.com with ESMTP; 13 Apr 2020 21:45:57 -0700 From: "Xu,Hailin" To: dts@dpdk.org Cc: xuhailin Date: Tue, 14 Apr 2020 12:38:43 +0800 Message-Id: <1586839123-250215-1-git-send-email-hailinx.xu@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH v1]tests/TestSuite_vf_rss: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_vf_rss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_vf_rss.py b/tests/TestSuite_vf_rss.py index 002c37e..e4637d8 100644 --- a/tests/TestSuite_vf_rss.py +++ b/tests/TestSuite_vf_rss.py @@ -234,7 +234,7 @@ class TestVfRss(TestCase): self.verify( self.nic in ["redrockcanyou", "atwood", "boulderrapid", "fortville_eagle", "fortville_spirit", - "fortville_spirit_single", "fortville_25g", "sageville", "sagepond", "fortpark_TLV"], + "fortville_spirit_single", "fortville_25g", "sageville", "sagepond", "fortpark_TLV", "carlsville"], "NIC Unsupported: " + str(self.nic)) self.dut_ports = self.dut.get_ports(self.nic) self.verify(len(self.dut_ports) >= 1, "Not enough ports available") -- 2.17.1