From patchwork Mon Jan 11 05:36:10 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xie, WeiX" X-Patchwork-Id: 86259 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DF173A09EF; Mon, 11 Jan 2021 06:34:19 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CF912140CB4; Mon, 11 Jan 2021 06:34:19 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id AEBD1140CA4 for ; Mon, 11 Jan 2021 06:34:18 +0100 (CET) IronPort-SDR: kxXsrn/h//JwKvRoPW1mmISS428RY/mjMaa+2IdDfoUJZR3NbU7XX4j+ePeXWlezFdE0funOly PNuY5nIRIp+Q== X-IronPort-AV: E=McAfee;i="6000,8403,9860"; a="156989300" X-IronPort-AV: E=Sophos;i="5.79,337,1602572400"; d="scan'208";a="156989300" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2021 21:34:18 -0800 IronPort-SDR: zYTjAbszu9Rg6Mn7Zccx0r03FtOM8vHI3FYf3wMoRH4XmX4vQoOEZgkqR+GdMRJErtbRffrT73 LsBEiIuR+L9g== X-IronPort-AV: E=Sophos;i="5.79,337,1602572400"; d="scan'208";a="352458227" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2021 21:34:16 -0800 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Mon, 11 Jan 2021 13:36:10 +0800 Message-Id: <20210111053614.27176-2-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210111053614.27176-1-weix.xie@intel.com> References: <20210111053614.27176-1-weix.xie@intel.com> Subject: [dts] [PATCH V1 1/5] tests/TestSuite_generic_flow_api: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_flow_api.py | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/tests/TestSuite_generic_flow_api.py b/tests/TestSuite_generic_flow_api.py index f4411876..6822f8ab 100644 --- a/tests/TestSuite_generic_flow_api.py +++ b/tests/TestSuite_generic_flow_api.py @@ -740,7 +740,7 @@ class TestGeneric_flow_api(TestCase): """ only supported by igb """ - self.verify(self.nic in ["bartonhills", "powerville", "foxville", "fortville_eagle", "fortville_25g", "fortville_spirit"], "%s nic not support 2-tuple filter" % self.nic) + self.verify(self.nic in ["bartonhills", "powerville", "foxville", "fortville_eagle", "fortville_25g", "fortville_spirit","columbiaville_25g","columbiaville_100g"], "%s nic not support 2-tuple filter" % self.nic) self.pmdout.start_testpmd("%s" % self.cores, "--disable-rss --rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1)) self.dut.send_expect("set fwd rxonly", "testpmd> ", 120) @@ -750,7 +750,7 @@ class TestGeneric_flow_api(TestCase): # i350 and 82580 only support 2-tuple, and don't support SCTP # create the flow rules - if self.nic in ["fortville_eagle", "fortville_25g", "fortville_spirit"]: + if self.nic in ["fortville_eagle", "fortville_25g", "fortville_spirit","columbiaville_25g","columbiaville_100g"]: basic_flow_actions = [ {'create': 'validate', 'flows': ['ipv4', 'udp', 'dport'], 'actions': ['queue']}, {'create': 'validate', 'flows': ['ipv4', 'tcp', 'dport'], 'actions': ['queue']}, @@ -781,7 +781,7 @@ class TestGeneric_flow_api(TestCase): """ self.verify(self.nic in ["niantic", "columbiaville_25g","columbiaville_100g","kawela_4", "kawela", "bartonhills", "twinville", "sagepond", "sageville", "powerville", "fortville_eagle", "fortville_25g", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "foxville"], "%s nic not support ethertype filter" % self.nic) + "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "foxville","columbiaville_25g","columbiaville_100g"], "%s nic not support ethertype filter" % self.nic) self.pmdout.start_testpmd("%s" % self.cores, "--disable-rss --rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci) self.dut.send_expect("set fwd rxonly", "testpmd> ", 120) @@ -880,7 +880,7 @@ class TestGeneric_flow_api(TestCase): only supported by i40e """ self.verify(self.nic in ["fortville_eagle", "fortville_25g", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "foxville"], "%s nic not support fdir L2 payload filter" % self.nic) + "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "foxville","columbiaville_25g","columbiaville_100g"], "%s nic not support fdir L2 payload filter" % self.nic) self.pmdout.start_testpmd("%s" % self.pf_cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci) self.dut.send_expect("set fwd rxonly", "testpmd> ", 120) @@ -927,7 +927,7 @@ class TestGeneric_flow_api(TestCase): """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville", "fortville_spirit_single", "fortpark_TLV", - "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support fdir vlan filter" % self.nic) + "fortpark_BASE-T","fortville_25g","carlsville","columbiaville_25g","columbiaville_100g"], "%s nic not support fdir vlan filter" % self.nic) self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci) self.dut.send_expect("port config all rss all", "testpmd> ", 120) @@ -1016,7 +1016,7 @@ class TestGeneric_flow_api(TestCase): """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville", "fortville_spirit_single", "fortpark_TLV", - "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support fdir vlan filter" % self.nic) + "fortpark_BASE-T","fortville_25g","carlsville","columbiaville_25g","columbiaville_100g"], "%s nic not support fdir vlan filter" % self.nic) self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci) self.dut.send_expect("port config all rss all", "testpmd> ", 120) @@ -1105,7 +1105,7 @@ class TestGeneric_flow_api(TestCase): """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville", "fortville_spirit_single", "fortpark_TLV", - "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support fdir vlan filter" % self.nic) + "fortpark_BASE-T","fortville_25g","carlsville","columbiaville_25g","columbiaville_100g"], "%s nic not support fdir vlan filter" % self.nic) self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci) self.dut.send_expect("port config all rss all", "testpmd> ", 120) @@ -1194,7 +1194,7 @@ class TestGeneric_flow_api(TestCase): """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville", "fortville_spirit_single", "fortpark_TLV", - "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support fdir vlan filter" % self.nic) + "fortpark_BASE-T","fortville_25g","carlsville","columbiaville_25g","columbiaville_100g"], "%s nic not support fdir vlan filter" % self.nic) self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci) self.dut.send_expect("port config all rss all", "testpmd> ", 120) @@ -1282,7 +1282,7 @@ class TestGeneric_flow_api(TestCase): """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville", "fortville_spirit_single", "fortpark_TLV", - "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support fdir vlan filter" % self.nic) + "fortpark_BASE-T","fortville_25g","carlsville","columbiaville_25g","columbiaville_100g"], "%s nic not support fdir vlan filter" % self.nic) self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci) self.dut.send_expect("set fwd rxonly", "testpmd> ", 120) @@ -1344,7 +1344,7 @@ class TestGeneric_flow_api(TestCase): only supported by i40e """ self.verify(self.nic in ["fortville_eagle", "fortville_25g", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "foxville"], "%s nic not support fdir vlan filter" % self.nic) + "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "foxville","columbiaville_25g","columbiaville_100g"], "%s nic not support fdir vlan filter" % self.nic) self.setup_env() # start testpmd on pf self.pmdout.start_testpmd("%s" % self.pf_cores, "--disable-rss --rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=pf --socket-mem 1024,1024 --legacy-mem" % self.pf_pci) @@ -1765,11 +1765,11 @@ class TestGeneric_flow_api(TestCase): """ self.verify(self.nic in ["niantic", "twinville", "sagepond", "sageville", "fortville_eagle", "fortville_25g", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "foxville"], + "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "foxville","columbiaville_25g","columbiaville_100g"], "%s nic not support fdir flexbytes filter" % self.nic) # i40e if (self.nic in ["fortville_eagle", "fortville_25g", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T"]): + "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"]): self.pmdout.start_testpmd("%s" % self.pf_cores, "--disable-rss --rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=pf" % self.pf_pci) self.dut.send_expect("set fwd rxonly", "testpmd> ", 120) self.dut.send_expect("set verbose 1", "testpmd> ", 120) @@ -2142,7 +2142,7 @@ class TestGeneric_flow_api(TestCase): """ only supported by ixgbe """ - self.verify(self.nic in ["twinville", "sagepond", "sageville", "foxville", "fortville_eagle", "fortville_25g", "fortville_spirit"], "%s nic not support fdir mac vlan filter" % self.nic) + self.verify(self.nic in ["twinville", "sagepond", "sageville", "foxville", "fortville_eagle", "fortville_25g", "fortville_spirit","columbiaville_25g","columbiaville_100g"], "%s nic not support fdir mac vlan filter" % self.nic) self.pmdout.start_testpmd("%s" % self.cores, "--pkt-filter-mode=perfect-mac-vlan --disable-rss --rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1)) self.dut.send_expect("set fwd rxonly", "testpmd> ", 120) @@ -2153,7 +2153,7 @@ class TestGeneric_flow_api(TestCase): time.sleep(2) # create the flow rules - if self.nic in ["fortville_eagle", "fortville_25g", "fortville_spirit"]: + if self.nic in ["fortville_eagle", "fortville_25g", "fortville_spirit","columbiaville_25g","columbiaville_100g"]: basic_flow_actions = [ {'create': 'validate', 'flows': ['vlan'], 'actions': ['queue']}, {'create': 'validate', 'flows': ['vlan'], 'actions': ['queue']}, From patchwork Mon Jan 11 05:36:11 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xie, WeiX" X-Patchwork-Id: 86260 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0B81FA04B5; Mon, 11 Jan 2021 06:34:22 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 05A84140CBB; Mon, 11 Jan 2021 06:34:22 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id BD8B9140CB3 for ; Mon, 11 Jan 2021 06:34:20 +0100 (CET) IronPort-SDR: GLnKLy49VUTEFOE2bkc8w3VXZ51CYe0PDtWxor+l6IDUmeeEOrymsTQPRstvc0hhdpXaP0jZfB vmiE232FcWIQ== X-IronPort-AV: E=McAfee;i="6000,8403,9860"; a="156989309" X-IronPort-AV: E=Sophos;i="5.79,337,1602572400"; d="scan'208";a="156989309" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2021 21:34:20 -0800 IronPort-SDR: skdz94HYxtsUXfWovFVfNKXVg3v00dCtK0llcduWhuT6e8RhBEEreTn3RnL1JQ8jufBtvrw1eV cHe5g9cvC1fA== X-IronPort-AV: E=Sophos;i="5.79,337,1602572400"; d="scan'208";a="352458235" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2021 21:34:18 -0800 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Mon, 11 Jan 2021 13:36:11 +0800 Message-Id: <20210111053614.27176-3-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210111053614.27176-1-weix.xie@intel.com> References: <20210111053614.27176-1-weix.xie@intel.com> Subject: [dts] [PATCH V1 2/5] tests/TestSuite_rss_to_rte_flow: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_rss_to_rte_flow.py | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/tests/TestSuite_rss_to_rte_flow.py b/tests/TestSuite_rss_to_rte_flow.py index 8849393b..15d639e3 100644 --- a/tests/TestSuite_rss_to_rte_flow.py +++ b/tests/TestSuite_rss_to_rte_flow.py @@ -301,7 +301,7 @@ class TestRSS_to_Rteflow(TestCase): Disable and enable RSS. """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic)) self.pmdout.start_testpmd("%s" % self.cores, "--rxq=4 --txq=4 --port-topology=chained") self.dut.send_expect("set fwd rxonly", "testpmd> ", 120) self.dut.send_expect("set verbose 1", "testpmd> ", 120) @@ -400,7 +400,7 @@ class TestRSS_to_Rteflow(TestCase): Set valid and invalid parameter. """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic)) self.pmdout.start_testpmd("%s" % self.cores, "--rxq=8 --txq=8 --port-topology=chained") self.dut.send_expect("set fwd rxonly", "testpmd> ", 120) self.dut.send_expect("set verbose 1", "testpmd> ", 120) @@ -479,7 +479,7 @@ class TestRSS_to_Rteflow(TestCase): Set valid and invalid parameter. """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic)) self.pmdout.start_testpmd("%s" % self.cores, "--rxq=8 --txq=8 --port-topology=chained") self.dut.send_expect("set fwd rxonly", "testpmd> ", 120) self.dut.send_expect("set verbose 1", "testpmd> ", 120) @@ -541,7 +541,7 @@ class TestRSS_to_Rteflow(TestCase): """ # Only supported by i40e self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic)) pkt1 = "Ether(dst='%s')/IP(src='0.0.0.0',dst='4.0.0.0')/UDP(sport=100, dport=200)/('X'*48)" % self.pf0_mac pkt2 = "Ether(dst='%s')/IP(src='0.0.0.0',dst='4.0.0.0')/UDP(sport=100, dport=201)/('X'*48)" % self.pf0_mac pkt3 = "Ether(dst='%s')/IP(src='0.0.0.0',dst='4.0.0.0')/UDP(sport=101, dport=201)/('X'*48)" % self.pf0_mac @@ -616,7 +616,7 @@ class TestRSS_to_Rteflow(TestCase): Set RSS queue rule while disable RSS in command-line. """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic)) self.pmdout.start_testpmd("%s" % self.cores, "--rxq=8 --txq=8 --disable-rss --port-topology=chained") self.dut.send_expect("set fwd rxonly", "testpmd> ", 120) self.dut.send_expect("set verbose 1", "testpmd> ", 120) @@ -682,7 +682,7 @@ class TestRSS_to_Rteflow(TestCase): flow directory filter is priority to RSS hash filter. """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic)) self.pmdout.start_testpmd("%s" % self.cores, "--rxq=8 --txq=8 --pkt-filter-mode=perfect") self.dut.send_expect("set fwd rxonly", "testpmd> ", 120) self.dut.send_expect("set verbose 1", "testpmd> ", 120) @@ -714,7 +714,7 @@ class TestRSS_to_Rteflow(TestCase): Set RSS queue rule with queue region API. """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic)) self.pmdout.start_testpmd("%s" % self.cores, "--rxq=16 --txq=16 --port-topology=chained") self.dut.send_expect("set fwd rxonly", "testpmd> ", 120) self.dut.send_expect("set verbose 1", "testpmd> ", 120) @@ -758,7 +758,7 @@ class TestRSS_to_Rteflow(TestCase): Set RSS queue region rule with invalid parameter in rte_flow API. """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic)) self.pmdout.start_testpmd("%s" % self.cores, "--rxq=16 --txq=16 --port-topology=chained") self.dut.send_expect("set fwd rxonly", "testpmd> ", 120) self.dut.send_expect("set verbose 1", "testpmd> ", 120) @@ -788,7 +788,7 @@ class TestRSS_to_Rteflow(TestCase): The queue region is priority to RSS queue rule. """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic)) self.pmdout.start_testpmd("%s" % self.cores, "--rxq=16 --txq=16 --port-topology=chained") self.dut.send_expect("flow create 0 ingress pattern eth / ipv4 / udp / end actions rss types ipv4-udp end queues end / end", "created", 120) self.dut.send_expect("set fwd rxonly", "testpmd> ", 120) @@ -826,7 +826,7 @@ class TestRSS_to_Rteflow(TestCase): Disable and enable RSS. """ self.verify(self.nic not in ["fortville_eagle", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic)) self.pmdout.start_testpmd("%s" % self.cores, "--rxq=4 --txq=4 --port-topology=chained") self.dut.send_expect("set fwd rxonly", "testpmd> ", 120) self.dut.send_expect("set verbose 1", "testpmd> ", 120) @@ -857,7 +857,7 @@ class TestRSS_to_Rteflow(TestCase): Enable IPv4-UDP RSS. """ self.verify(self.nic not in ["fortville_eagle", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic)) self.pmdout.start_testpmd("%s" % self.cores, "--rxq=4 --txq=4 --port-topology=chained") self.dut.send_expect("set fwd rxonly", "testpmd> ", 120) self.dut.send_expect("set verbose 1", "testpmd> ", 120) @@ -882,7 +882,7 @@ class TestRSS_to_Rteflow(TestCase): Set valid and invalid parameter. """ self.verify(self.nic not in ["fortville_eagle", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic)) if self.nic in ["foxville", "springville"]: self.pmdout.start_testpmd("%s" % self.cores, "--rxq=4 --txq=4 --port-topology=chained") else: @@ -939,7 +939,7 @@ class TestRSS_to_Rteflow(TestCase): Set different types rss queue rules. """ self.verify(self.nic not in ["fortville_eagle", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic)) if self.nic in ["foxville", "springville"]: self.pmdout.start_testpmd("%s" % self.cores, "--rxq=4 --txq=4 --port-topology=chained") else: @@ -993,7 +993,7 @@ class TestRSS_to_Rteflow(TestCase): Set RSS queue rule while disable RSS in command-line. """ self.verify(self.nic not in ["fortville_eagle", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic)) if self.nic in ["foxville", "springville"]: self.pmdout.start_testpmd("%s" % self.cores, "--rxq=4 --txq=4 --disable-rss --port-topology=chained") else: @@ -1039,7 +1039,7 @@ class TestRSS_to_Rteflow(TestCase): Set RSS queue rule and flow director rule in meantime. """ self.verify(self.nic not in ["fortville_eagle", "fortville_spirit", "carlsville", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic)) if self.nic in ["foxville", "springville"]: self.pmdout.start_testpmd("%s" % self.cores, "--rxq=4 --txq=4 --disable-rss --port-topology=chained") else: From patchwork Mon Jan 11 05:36:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xie, WeiX" X-Patchwork-Id: 86261 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 36817A04B5; Mon, 11 Jan 2021 06:34:24 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2D9FE140CB3; Mon, 11 Jan 2021 06:34:24 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id A05AB140CB3 for ; Mon, 11 Jan 2021 06:34:22 +0100 (CET) IronPort-SDR: tT6HcdQCxGHNCgIS2XLnWLADcKoaSxcn4NS4ipVm4AUbHn9XCqMqYfZdxRzEPgNqmlmLP4iiA0 wYXNoE/NiL9w== X-IronPort-AV: E=McAfee;i="6000,8403,9860"; a="156989312" X-IronPort-AV: E=Sophos;i="5.79,337,1602572400"; d="scan'208";a="156989312" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2021 21:34:22 -0800 IronPort-SDR: 2jrhtGulPN6Ij/o5fCu09CgTz5qSNCVNK4XLYl32T2seknUaxAyOcIEDRhUTruVpBDdHvIUIVH s2uWQ7FQWmVA== X-IronPort-AV: E=Sophos;i="5.79,337,1602572400"; d="scan'208";a="352458240" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2021 21:34:20 -0800 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Mon, 11 Jan 2021 13:36:12 +0800 Message-Id: <20210111053614.27176-4-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210111053614.27176-1-weix.xie@intel.com> References: <20210111053614.27176-1-weix.xie@intel.com> Subject: [dts] [PATCH V1 3/5] tests/TestSuite_rxtx_offload: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_rxtx_offload.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/TestSuite_rxtx_offload.py b/tests/TestSuite_rxtx_offload.py index 92571744..d0331dcc 100644 --- a/tests/TestSuite_rxtx_offload.py +++ b/tests/TestSuite_rxtx_offload.py @@ -90,7 +90,7 @@ class TestRxTx_Offload(TestCase): # Support i40e/ixgbe NICs self.verify(self.nic in ["fortville_eagle", "fortville_spirit","fortville_25g", "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "carlsville", - "niantic", "twinpond", "sagepond", "sageville", "foxville", "cavium_a063", "cavium_a064"], "NIC Unsupported: " + str(self.nic)) + "niantic", "twinpond", "sagepond", "sageville", "foxville", "cavium_a063", "cavium_a064", "columbiaville_25g", "columbiaville_100g"], "NIC Unsupported: " + str(self.nic)) # Based on h/w type, choose how many ports to use self.dut_ports = self.dut.get_ports(self.nic) # Verify that enough ports are available @@ -508,7 +508,7 @@ class TestRxTx_Offload(TestCase): self.dut.send_expect("set fwd txonly", "testpmd> ") self.dut.send_expect("set verbose 1", "testpmd> ") if (self.nic in ["fortville_eagle", "fortville_spirit","fortville_25g", - "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "carlsville","cavium_a063", "cavium_a064"]): + "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "carlsville","cavium_a063", "cavium_a064", "columbiaville_100g", "columbiaville_25g"]): self.dut.send_expect("port stop 0", "testpmd> ") self.dut.send_expect("port config 0 tx_offload mbuf_fast_free off", "testpmd> ") self.check_port_config("tx", "NULL") @@ -548,7 +548,7 @@ class TestRxTx_Offload(TestCase): self.dut.send_expect("set fwd txonly", "testpmd> ") self.dut.send_expect("set verbose 1", "testpmd> ") if (self.nic in ["fortville_eagle", "fortville_spirit","fortville_25g", - "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "carlsville"]): + "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "carlsville", "columbiaville_100g", "columbiaville_25g"]): self.dut.send_expect("port stop 0", "testpmd> ") self.dut.send_expect("port config 0 tx_offload mbuf_fast_free off", "testpmd> ") offload = ["vlan_insert"] @@ -663,7 +663,7 @@ class TestRxTx_Offload(TestCase): capabilities = self.check_port_capability("tx") # Disable per queue capability first, if it is FVL/Fortpark. if (self.nic in ["fortville_eagle", "fortville_spirit","fortville_25g", - "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "carlsville"]): + "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "carlsville", "columbiaville_100g", "columbiaville_25g"]): self.dut.send_expect("port stop 0", "testpmd> ") self.dut.send_expect("port config 0 tx_offload mbuf_fast_free off", "testpmd> ") self.dut.send_expect("port start 0", "testpmd> ") @@ -682,7 +682,7 @@ class TestRxTx_Offload(TestCase): """ # Only support i40e NICs self.verify(self.nic in ["fortville_eagle", "fortville_spirit","fortville_25g", "carlsville", - "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T"], "%s nic not support rx offload setting by queue." % self.nic) + "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "columbiaville_100g", "columbiaville_25g"], "%s nic not support rx offload setting by queue." % self.nic) # Check offload configuration by port and by queue. self.pmdout.start_testpmd("%s" % self.cores, "--rxq=4 --txq=4") offload = ["mbuf_fast_free"] From patchwork Mon Jan 11 05:36:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xie, WeiX" X-Patchwork-Id: 86262 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 64DFDA04B5; Mon, 11 Jan 2021 06:34:40 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5F283140CC1; Mon, 11 Jan 2021 06:34:40 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 9FFA9140CAB for ; Mon, 11 Jan 2021 06:34:38 +0100 (CET) IronPort-SDR: uDhHp2r65t/odX83dMf0PoTx5IQpuHz5GkI3uAkAYzq7e1sP6Xo1yZPF/7LArOer1herUVnuq0 tbzN44h4dZDw== X-IronPort-AV: E=McAfee;i="6000,8403,9860"; a="174299013" X-IronPort-AV: E=Sophos;i="5.79,337,1602572400"; d="scan'208";a="174299013" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2021 21:34:37 -0800 IronPort-SDR: gFI4r9k9Go/FsBu4wzRYJ1USR8EA4kiiSqx2rTLMdioeTi2qMW2QlojCJmEY0KPSy+6q98qCAw jZo2Ve+9190A== X-IronPort-AV: E=Sophos;i="5.79,337,1602572400"; d="scan'208";a="352458246" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2021 21:34:22 -0800 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Mon, 11 Jan 2021 13:36:13 +0800 Message-Id: <20210111053614.27176-5-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210111053614.27176-1-weix.xie@intel.com> References: <20210111053614.27176-1-weix.xie@intel.com> Subject: [dts] [PATCH V1 4/5] conf/test_case_supportlist: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 --- conf/test_case_supportlist.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index f9762486..e3eefd40 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -715,6 +715,8 @@ "fortville_spirit", "fortville_spirit_single", "fortville_25g", + "columbiaville_100g", + "columbiaville_25g", "fortpark", "fortpark_TLV", "fortpark_BASE-T", @@ -759,6 +761,8 @@ "powerville", "fortville_eagle", "fortville_25g", + "columbiaville_100g", + "columbiaville_25g", "fortville_spirit", "foxville" ], @@ -796,6 +800,8 @@ "twinville", "fortville_eagle", "fortville_25g", + "columbiaville_25g", + "columbiaville_100g", "fortville_spirit", "sagepond", "sageville", From patchwork Mon Jan 11 05:36:14 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xie, WeiX" X-Patchwork-Id: 86263 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 90220A09EF; Mon, 11 Jan 2021 06:34:40 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8AAA1140CC7; Mon, 11 Jan 2021 06:34:40 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 41911140CAB for ; Mon, 11 Jan 2021 06:34:39 +0100 (CET) IronPort-SDR: r74IA36/2oLwWU180cSVfk8I6KOg70TyHCKghxR5Tw/WXiVIbe1p6NkyddfOLH7b+h94a3yLI2 DzrtDXgfDRsw== X-IronPort-AV: E=McAfee;i="6000,8403,9860"; a="174299012" X-IronPort-AV: E=Sophos;i="5.79,337,1602572400"; d="scan'208";a="174299012" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2021 21:34:37 -0800 IronPort-SDR: TXat/OMHW9VVvWj0VXRoipnHwiwFFQamtUxvQDObRWHpPMdYgk8BVTQmkkUcpC9mI8aGEePwLr cvdqv3N2yxww== X-IronPort-AV: E=Sophos;i="5.79,337,1602572400"; d="scan'208";a="352458254" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2021 21:34:24 -0800 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Mon, 11 Jan 2021 13:36:14 +0800 Message-Id: <20210111053614.27176-6-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210111053614.27176-1-weix.xie@intel.com> References: <20210111053614.27176-1-weix.xie@intel.com> Subject: [dts] [PATCH V1 5/5] conf/test_case_checklist:ice nic not support this case 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_flow_api/syn_filter:ice nic not support this case 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 91892ae1..3113681c 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -215,6 +215,8 @@ "fortville_spirit", "fortville_spirit_single", "fortville_25g", + "columbiaville_100g", + "columbiaville_25g", "springville", "ironpond", "springfountain",