From patchwork Wed Jan 6 05:41:23 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xie, WeiX" X-Patchwork-Id: 86011 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 39C3EA0A01; Wed, 6 Jan 2021 06:39:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B89F11608BB; Wed, 6 Jan 2021 06:39:31 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id CA32A1608A4 for ; Wed, 6 Jan 2021 06:39:30 +0100 (CET) IronPort-SDR: JpTptXnNemGgVYMJFzaurOfOP5yLQ7tpzb6D8Yo/+seCmaBvkH1sg8loB3A1LGsOLvRwlrj7Qj SZn7AfTZMtYA== X-IronPort-AV: E=McAfee;i="6000,8403,9855"; a="156421256" X-IronPort-AV: E=Sophos;i="5.78,479,1599548400"; d="scan'208";a="156421256" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2021 21:39:30 -0800 IronPort-SDR: gsDTR4xB3rVNMZMVCeUljWsLBKclWDrF08VVVMPLkeG9AxVkGJCHqm3NydysK3Rf/Nd3OVTuul pV74eojVyKVA== X-IronPort-AV: E=Sophos;i="5.78,479,1599548400"; d="scan'208";a="379159005" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2021 21:39:29 -0800 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Wed, 6 Jan 2021 13:41:23 +0800 Message-Id: <20210106054128.4601-2-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210106054128.4601-1-weix.xie@intel.com> References: <20210106054128.4601-1-weix.xie@intel.com> Subject: [dts] [PATCH V1 1/6] tests/TestSuite_flow_classify:add cvl nic supported X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" add cvl nic supported. Signed-off-by: Xie wei --- tests/TestSuite_flow_classify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_flow_classify.py b/tests/TestSuite_flow_classify.py index 75410b34..67d78734 100644 --- a/tests/TestSuite_flow_classify.py +++ b/tests/TestSuite_flow_classify.py @@ -453,7 +453,7 @@ class TestFlowClassify(TestCase): self.verify_traffic(stm_types=stream_list, flow_type="multi_stream") def verify_supported_nic(self): - supported_drivers = ['i40e', 'ixgbe', 'igc', 'igb'] + supported_drivers = ['i40e', 'ixgbe', 'igc', 'igb', 'ice'] result = all([self.dut.ports_info[index]['port'].default_driver in supported_drivers for index in self.dut_ports]) From patchwork Wed Jan 6 05:41:24 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xie, WeiX" X-Patchwork-Id: 86013 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id F4223A09FF; Wed, 6 Jan 2021 06:39:33 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E111A1608BF; Wed, 6 Jan 2021 06:39:33 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 9BAF61608A4 for ; Wed, 6 Jan 2021 06:39:32 +0100 (CET) IronPort-SDR: l/iPnyoYkSDtASyxKHAlbe9+aFmNFW6SNaE7SzSBOGiQBcM44jVzhWr1gzwCb9LZf5zOXuQuNi 9Ez9LcY8OxMg== X-IronPort-AV: E=McAfee;i="6000,8403,9855"; a="156421259" X-IronPort-AV: E=Sophos;i="5.78,479,1599548400"; d="scan'208";a="156421259" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2021 21:39:31 -0800 IronPort-SDR: haqC66vaOO70xxjnhiQxPUiCUD68V8sIH1bFbybAU8lUdxt6hRGo9W+rw12kbEObetAGG85XZ6 mHrvl05mB1eQ== X-IronPort-AV: E=Sophos;i="5.78,479,1599548400"; d="scan'208";a="379159009" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2021 21:39:30 -0800 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Wed, 6 Jan 2021 13:41:24 +0800 Message-Id: <20210106054128.4601-3-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210106054128.4601-1-weix.xie@intel.com> References: <20210106054128.4601-1-weix.xie@intel.com> Subject: [dts] [PATCH V1 2/6] tests/TestSuite_fortville_rss_input:add cvl nic supported X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" add cvl nic supported Signed-off-by: Xie wei --- tests/TestSuite_fortville_rss_input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_fortville_rss_input.py b/tests/TestSuite_fortville_rss_input.py index 58868bff..f542b667 100644 --- a/tests/TestSuite_fortville_rss_input.py +++ b/tests/TestSuite_fortville_rss_input.py @@ -79,7 +79,7 @@ class TestFortvilleRssInput(TestCase): """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", - "fortville_spirit_single", "fortville_25g", "carlsville"], + "fortville_spirit_single", "fortville_25g", "carlsville","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic)) ports = self.dut.get_ports(self.nic) self.verify(len(ports) >= 1, "Not enough ports available") From patchwork Wed Jan 6 05:41:25 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xie, WeiX" X-Patchwork-Id: 86014 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 17836A09FF; Wed, 6 Jan 2021 06:39:35 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 12E6C1608C4; Wed, 6 Jan 2021 06:39:35 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 79E821608A4 for ; Wed, 6 Jan 2021 06:39:33 +0100 (CET) IronPort-SDR: rpkvWjix80Pvwqwt65OAAKT0vZySLh0CUBqQ0d31lQupUsPEIXnahuovj3Gij7pZ1RKTAeTpYS IByIPNLNzlyw== X-IronPort-AV: E=McAfee;i="6000,8403,9855"; a="156421262" X-IronPort-AV: E=Sophos;i="5.78,479,1599548400"; d="scan'208";a="156421262" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2021 21:39:33 -0800 IronPort-SDR: tBhnsHpzaVLXqIdhe1h0vR9dVxpoLKISk4vxDn/WLtUq5ZMKF+Q1unCQOvfy7+QGxJzLURntLA NeZWHDw7jS3w== X-IronPort-AV: E=Sophos;i="5.78,479,1599548400"; d="scan'208";a="379159014" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2021 21:39:31 -0800 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Wed, 6 Jan 2021 13:41:25 +0800 Message-Id: <20210106054128.4601-4-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210106054128.4601-1-weix.xie@intel.com> References: <20210106054128.4601-1-weix.xie@intel.com> Subject: [dts] [PATCH V1 3/6] tests/TestSuite_generic_filter:add cvl nic supported X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" add cvl nic supported Signed-off-by: Xie wei --- tests/TestSuite_generic_filter.py | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/TestSuite_generic_filter.py b/tests/TestSuite_generic_filter.py index fb710ebe..d4ea8926 100644 --- a/tests/TestSuite_generic_filter.py +++ b/tests/TestSuite_generic_filter.py @@ -81,7 +81,7 @@ class TestGeneric_filter(TestCase): """ set port queue mapping, fortville not support this function """ - if self.nic not in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g", "fortpark_TLV","fortpark_BASE-T", "carlsville"]: + if self.nic not in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g", "fortpark_TLV","fortpark_BASE-T", "carlsville", "columbiaville_25g", "columbiaville_100g"]: self.dut.send_expect( "set stat_qmap rx %s 0 0" % valports[0], "testpmd> ") self.dut.send_expect( @@ -204,7 +204,7 @@ class TestGeneric_filter(TestCase): """ Enable receipt of SYN packets """ - self.verify(self.nic in ["niantic", "kawela_4", "bartonhills", "powerville", "sagepond", "foxville", "sageville", "fortville_eagle", "fortville_25g", "fortville_spirit"], "%s nic not support syn filter" % self.nic) + self.verify(self.nic in ["niantic", "kawela_4", "bartonhills", "powerville", "sagepond", "foxville", "sageville", "fortville_eagle", "fortville_25g", "fortville_spirit", "columbiaville_25g", "columbiaville_100g"], "%s nic not support syn filter" % self.nic) self.pmdout.start_testpmd( "%s" % self.cores, "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=4 --nb-ports=1" % portMask) self.port_config() @@ -267,7 +267,7 @@ class TestGeneric_filter(TestCase): self.filter_send_packet("fivetuple") out = self.dut.send_expect("stop", "testpmd> ") self.verify_result(out, tx_pkts="1", expect_queue="2") - elif self.nic in ["kawela_4", "fortville_eagle", "fortville_25g", "fortville_spirit"]: + elif self.nic in ["kawela_4", "fortville_eagle", "fortville_25g", "fortville_spirit", "columbiaville_25g", "columbiaville_100g"]: cmd = "5tuple_filter %s add dst_ip 2.2.2.5 src_ip 2.2.2.4 dst_port 1 src_port 1 protocol 0x06 mask 0x1f tcp_flags 0x02 priority 3 queue 3" % ( valports[0]) self.dut.send_expect("%s" % (cmd), "testpmd> ") @@ -307,7 +307,7 @@ class TestGeneric_filter(TestCase): """ five tuple filter """ - if self.nic in ["niantic", "kawela_4", "sagepond", "foxville", "sageville", "fortville_eagle", "fortville_25g", "fortville_spirit"]: + if self.nic in ["niantic", "kawela_4", "sagepond", "foxville", "sageville", "fortville_eagle", "fortville_25g", "fortville_spirit", "columbiaville_25g", "columbiaville_100g"]: self.pmdout.start_testpmd( "%s" % self.cores, "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=4 --nb-ports=1" % portMask) self.port_config() @@ -318,14 +318,14 @@ class TestGeneric_filter(TestCase): if self.nic in ["niantic", "sagepond", "sageville"]: cmd = "5tuple_filter %s add dst_ip 2.2.2.5 src_ip 2.2.2.4 dst_port 1 src_port 1 protocol 0x06 mask %s tcp_flags 0x0 priority 3 queue 3" % ( valports[0], case) - if self.nic in ["kawela_4", "fortville_eagle", "fortville_25g", "fortville_spirit"]: + if self.nic in ["kawela_4", "fortville_eagle", "fortville_25g", "fortville_spirit", "columbiaville_25g", "columbiaville_100g"]: cmd = "5tuple_filter %s add dst_ip 2.2.2.5 src_ip 2.2.2.4 dst_port 1 src_port 1 protocol 0x06 mask %s tcp_flags 0x02 priority 3 queue 3" % ( valports[0], case) else: if self.nic in ["niantic", "sagepond", "sageville"]: cmd = "5tuple_filter %s add dst_ip 2.2.2.5 src_ip 2.2.2.4 dst_port 1 src_port 1 protocol 0x06 mask %s tcp_flags 0x0 priority 3 queue 3" % ( valports[0], case) - if self.nic in ["kawela_4", "fortville_eagle", "fortville_25g", "fortville_spirit"]: + if self.nic in ["kawela_4", "fortville_eagle", "fortville_25g", "fortville_spirit", "columbiaville_25g", "columbiaville_100g"]: cmd = "5tuple_filter %s add dst_ip 2.2.2.5 src_ip 2.2.2.4 dst_port 1 src_port 1 protocol 0x06 mask %s tcp_flags 0x02 priority 3 queue 3" % ( valports[0], case) @@ -348,14 +348,14 @@ class TestGeneric_filter(TestCase): if self.nic in ["niantic", "sagepond", "sageville"]: cmd = "5tuple_filter %s del dst_ip 2.2.2.5 src_ip 2.2.2.4 dst_port 1 src_port 1 protocol 0x06 mask %s tcp_flags 0x0 priority 3 queue 3" % ( valports[0], case) - if self.nic in ["kawela_4", "fortville_eagle", "fortville_25g", "fortville_spirit"]: + if self.nic in ["kawela_4", "fortville_eagle", "fortville_25g", "fortville_spirit", "columbiaville_25g", "columbiaville_100g"]: cmd = "5tuple_filter %s del dst_ip 2.2.2.5 src_ip 2.2.2.4 dst_port 1 src_port 1 protocol 0x06 mask %s tcp_flags 0x02 priority 3 queue 3" % ( valports[0], case) else: if self.nic in ["niantic", "sagepond", "sageville"]: cmd = "5tuple_filter %s del dst_ip 2.2.2.5 src_ip 2.2.2.4 dst_port 1 src_port 1 protocol 0x06 mask %s tcp_flags 0x0 priority 3 queue 3" % ( valports[0], case) - if self.nic in ["kawela_4", "fortville_eagle", "fortville_25g", "fortville_spirit"]: + if self.nic in ["kawela_4", "fortville_eagle", "fortville_25g", "fortville_spirit", "columbiaville_25g", "columbiaville_100g"]: cmd = "5tuple_filter %s del dst_ip 2.2.2.5 src_ip 2.2.2.4 dst_port 1 src_port 1 protocol 0x06 mask %s tcp_flags 0x02 priority 3 queue 3" % ( valports[0], case) @@ -372,7 +372,7 @@ class TestGeneric_filter(TestCase): self.verify(self.nic in ["niantic", "kawela_4", "bartonhills", "sagepond", "powerville", "fortville_eagle", "fortville_25g", "fortville_spirit", - "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "fortville_25g","cavium_a063", "carlsville", "foxville", "sageville"], "%s nic not support syn filter" % self.nic) + "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "fortville_25g","cavium_a063", "carlsville", "foxville", "sageville", "columbiaville_25g", "columbiaville_100g"], "%s nic not support syn filter" % self.nic) self.pmdout.start_testpmd( "%s" % self.cores, "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=4 --nb-ports=1" % portMask) self.port_config() @@ -417,7 +417,7 @@ class TestGeneric_filter(TestCase): self.verify_result(out, tx_pkts="1", expect_queue="0") def test_multiple_filters_10GB(self): - if self.nic in ["niantic", "sagepond", "sageville", "fortville_eagle", "fortville_25g", "fortville_spirit"]: + if self.nic in ["niantic", "sagepond", "sageville", "fortville_eagle", "fortville_25g", "fortville_spirit", "columbiaville_25g", "columbiaville_100g"]: self.pmdout.start_testpmd( "%s" % self.cores, "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=4 --nb-ports=1" % portMask) self.port_config() @@ -501,7 +501,7 @@ class TestGeneric_filter(TestCase): def test_twotuple_filter(self): - if self.nic in ["powerville", "bartonhills", "cavium_a063", "sagepond", "foxville", "sageville", "fortville_eagle", "fortville_25g", "fortville_spirit"]: + if self.nic in ["powerville", "bartonhills", "cavium_a063", "sagepond", "foxville", "sageville", "fortville_eagle", "fortville_25g", "fortville_spirit", "columbiaville_25g", "columbiaville_100g"]: self.pmdout.start_testpmd( "%s" % self.cores, "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=4 --nb-ports=1" % portMask) self.port_config() @@ -534,7 +534,7 @@ class TestGeneric_filter(TestCase): self.verify(False, "%s nic not support two tuple filter" % self.nic) def test_flex_filter(self): - self.verify(self.nic in ["powerville", "bartonhills", "cavium_a063", "sagepond", "foxville", "sageville", "fortville_eagle", "fortville_25g", "fortville_spirit"], '%s not support flex filter' % self.nic) + self.verify(self.nic in ["powerville", "bartonhills", "cavium_a063", "sagepond", "foxville", "sageville", "fortville_eagle", "fortville_25g", "fortville_spirit", "columbiaville_25g", "columbiaville_100g"], '%s not support flex filter' % self.nic) masks = ['000C', '000C'] self.pmdout.start_testpmd( @@ -589,7 +589,7 @@ class TestGeneric_filter(TestCase): def test_multiple_filters_1GB(self): - if self.nic in ["powerville", "kawela_4", "bartonhills", "sagepond", "foxville", "sageville", "fortville_eagle", "fortville_25g", "fortville_spirit"]: + if self.nic in ["powerville", "kawela_4", "bartonhills", "sagepond", "foxville", "sageville", "fortville_eagle", "fortville_25g", "fortville_spirit", "columbiaville_25g", "columbiaville_100g"]: self.pmdout.start_testpmd( "%s" % self.cores, "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=4 --nb-ports=1" % portMask) self.port_config() From patchwork Wed Jan 6 05:41:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xie, WeiX" X-Patchwork-Id: 86015 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4172EA09FF; Wed, 6 Jan 2021 06:39:36 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3911B1608CB; Wed, 6 Jan 2021 06:39:36 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id C877D1608A4 for ; Wed, 6 Jan 2021 06:39:34 +0100 (CET) IronPort-SDR: 0FmG3YYRG5Hc1Jo79cDDUGOMbzrx8dxxB36HJ+wyldz1fYvdVlyv0COvedDcdDM36ys0c0tiNg jp2pw2X6+qcw== X-IronPort-AV: E=McAfee;i="6000,8403,9855"; a="156421263" X-IronPort-AV: E=Sophos;i="5.78,479,1599548400"; d="scan'208";a="156421263" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2021 21:39:34 -0800 IronPort-SDR: Q0fiU4jpbZUzPGCx94qeW0ed5qyWczeqDQZ1tl/8Vyu4v9unXGHrszVUdUQGNgBCHZ7mNOoo8c 7JSWGYW30Bwg== X-IronPort-AV: E=Sophos;i="5.78,479,1599548400"; d="scan'208";a="379159023" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2021 21:39:33 -0800 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Wed, 6 Jan 2021 13:41:26 +0800 Message-Id: <20210106054128.4601-5-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210106054128.4601-1-weix.xie@intel.com> References: <20210106054128.4601-1-weix.xie@intel.com> Subject: [dts] [PATCH V1 4/6] tests/TestSuite_port_representor:add cvl nic supported X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" add cvl nic supported Signed-off-by: Xie wei --- tests/TestSuite_port_representor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_port_representor.py b/tests/TestSuite_port_representor.py index 209272c3..e2fe0dc8 100644 --- a/tests/TestSuite_port_representor.py +++ b/tests/TestSuite_port_representor.py @@ -51,7 +51,7 @@ class TestPortRepresentor(TestCase): Prerequisite steps for each test suite. """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", - "fortville_spirit_single", "fortville_25g", "carlsville"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortville_25g", "carlsville", "columbiaville_25g", "columbiaville_100g"], "NIC Unsupported: " + str(self.nic)) self.dut_ports = self.dut.get_ports(self.nic) self.verify(len(self.dut_ports) >= 1, "Insufficient ports") From patchwork Wed Jan 6 05:41:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xie, WeiX" X-Patchwork-Id: 86016 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6614CA09FF; Wed, 6 Jan 2021 06:39:37 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 616B01608BA; Wed, 6 Jan 2021 06:39:37 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 2EF8B1608A4 for ; Wed, 6 Jan 2021 06:39:36 +0100 (CET) IronPort-SDR: 62awX2n/UcDqVLvoAQlUTWgPjLutAcRJZwQPHisJ55G535JwTmWPkKA099VVkp4uIllG30ueNZ vJ6kNMxcU2kQ== X-IronPort-AV: E=McAfee;i="6000,8403,9855"; a="156421264" X-IronPort-AV: E=Sophos;i="5.78,479,1599548400"; d="scan'208";a="156421264" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2021 21:39:35 -0800 IronPort-SDR: wEJkOyMt34INy5eOky89JkwspSiWDZcFWopmpYger94NrbIF1/Sp6ndauMHa5JkwCkDeQRDbs/ OSKRPz8xm/xQ== X-IronPort-AV: E=Sophos;i="5.78,479,1599548400"; d="scan'208";a="379159032" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2021 21:39:34 -0800 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Wed, 6 Jan 2021 13:41:27 +0800 Message-Id: <20210106054128.4601-6-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210106054128.4601-1-weix.xie@intel.com> References: <20210106054128.4601-1-weix.xie@intel.com> Subject: [dts] [PATCH V1 5/6] tests/TestSuite_scatter:add cvl nic supported X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" add cvl nic supported Signed-off-by: Xie wei --- tests/TestSuite_scatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py index d462fdbe..0600052d 100644 --- a/tests/TestSuite_scatter.py +++ b/tests/TestSuite_scatter.py @@ -66,7 +66,7 @@ class TestScatter(TestCase): if self.nic in ["magnolia_park", "niantic", "sageville", "fortpark", "fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g", "x722_37d2", "redrockcanyou", "atwood", "boulderrapid", - "ironpond", "twinpond", "springfountain", "fortpark_TLV","fortpark_BASE-T", "sagepond", "carlsville"]: + "ironpond", "twinpond", "springfountain", "fortpark_TLV","fortpark_BASE-T", "sagepond", "carlsville","columbiaville_25","columbiaville_100g"]: self.mbsize = 2048 else: self.mbsize = 1024 From patchwork Wed Jan 6 05:41:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xie, WeiX" X-Patchwork-Id: 86017 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9251FA09FF; Wed, 6 Jan 2021 06:39:39 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8BD101608B4; Wed, 6 Jan 2021 06:39:39 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id D5E001608A4 for ; Wed, 6 Jan 2021 06:39:37 +0100 (CET) IronPort-SDR: xRLcePXlzLvVmjDbQOflsNJqlqd0axsC4vNouS7zZfJjn8/ofFhtZPvkWj65E3/qbEaBvFjavv 3DGt4lWdwCNg== X-IronPort-AV: E=McAfee;i="6000,8403,9855"; a="156421269" X-IronPort-AV: E=Sophos;i="5.78,479,1599548400"; d="scan'208";a="156421269" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2021 21:39:37 -0800 IronPort-SDR: YAd2/zBUACOLVrKiMh8PFahJJwjgDFJ9gZzEcuHMk93Cwn7cwf22yfDg6mQsKklSNLBJMmu3Cl OaRgSimG77OA== X-IronPort-AV: E=Sophos;i="5.78,479,1599548400"; d="scan'208";a="379159041" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2021 21:39:35 -0800 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Wed, 6 Jan 2021 13:41:28 +0800 Message-Id: <20210106054128.4601-7-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210106054128.4601-1-weix.xie@intel.com> References: <20210106054128.4601-1-weix.xie@intel.com> Subject: [dts] [PATCH V1 6/6] conf/test_case_checklist:add cvl nic supported X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" generic_filter/128_queues this case only support ixgbe nic. Signed-off-by: Xie wei --- conf/test_case_checklist.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 79100e2a..91892ae1 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -11,6 +11,8 @@ "fortville_spirit", "fortville_spirit_single", "fortville_25g", + "columbiaville_25g", + "columbiaville_100g", "springville", "ironpond", "springfountain",