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 5A8F2A0577; Mon, 13 Apr 2020 06:36:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1A5F1293C; Mon, 13 Apr 2020 06:36:16 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 6B2C43B5 for ; Mon, 13 Apr 2020 06:36:14 +0200 (CEST) IronPort-SDR: Rn7lc2kgKZkv2KLGg4ioA1ck6EjA2m3wSpKZHvBRaxoG8DcMyCerfXYGWX5hNSw/6thgCIUsLX guAsiVcbJWjw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Apr 2020 21:36:13 -0700 IronPort-SDR: AFG0TtHHdRz29nA2OdWMb7yzKOuEzsbqCbnMoFMdeERe1JqP+NwQ1/8g9Zl4zHO2UpYL9wuqfv /j0Lrp2L6sGw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,377,1580803200"; d="scan'208";a="270965827" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by orsmga002.jf.intel.com with ESMTP; 12 Apr 2020 21:36:11 -0700 From: Xu Hailin To: dts@dpdk.org Cc: "xu,hailin" Date: Mon, 13 Apr 2020 12:29:05 +0800 Message-Id: <1586752145-122996-1-git-send-email-hailinx.xu@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH v1] tests/TestSuite_rss_to_rte_flow.py:support carlsville nic. 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: "xu,hailin" Add carlsville nic Judge conditions,The operation is the same as FVL. Signed-off-by: xu,hailin --- tests/TestSuite_rss_to_rte_flow.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/TestSuite_rss_to_rte_flow.py b/tests/TestSuite_rss_to_rte_flow.py index 593d694..7ce9a92 100644 --- a/tests/TestSuite_rss_to_rte_flow.py +++ b/tests/TestSuite_rss_to_rte_flow.py @@ -176,7 +176,7 @@ class TestRSS_to_Rteflow(TestCase): # Show port default RSS functions if (self.nic in ["fortville_eagle", "fortville_spirit", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g"]): + "fortville_spirit_single", "fortpark_TLV", "fortville_25g", "carlsville"]): self.dut.send_expect( "show port 0 rss-hash", "ipv4-frag ipv4-other ipv6-frag ipv6-other ip") else: @@ -202,7 +202,7 @@ class TestRSS_to_Rteflow(TestCase): self.dut.send_expect( "flow create 0 ingress pattern end actions rss types all end / end", "created") if (self.nic in ["fortville_eagle", "fortville_spirit", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g"]): + "fortville_spirit_single", "fortpark_TLV", "fortville_25g", "carlsville"]): self.dut.send_expect( "show port 0 rss-hash", "all ipv4-frag ipv4-tcp ipv4-udp ipv4-sctp ipv4-other ipv6-frag ipv6-tcp ipv6-udp ipv6-sctp ipv6-other l2-payload ip udp tcp sctp") else: @@ -225,7 +225,7 @@ class TestRSS_to_Rteflow(TestCase): # Show port default RSS fucntions if (self.nic in ["fortville_eagle", "fortville_spirit", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g"]): + "fortville_spirit_single", "fortpark_TLV", "fortville_25g", "carlsville"]): self.dut.send_expect( "show port 0 rss-hash", "ipv4-frag ipv4-other ipv6-frag ipv6-other ip") else: @@ -239,7 +239,7 @@ class TestRSS_to_Rteflow(TestCase): self.send_packet("ipv4-udp", self.tester_itf) out = self.dut.send_expect("stop", "testpmd> ", 120) if (self.nic in ["fortville_eagle", "fortville_spirit", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g"]): + "fortville_spirit_single", "fortpark_TLV", "fortville_25g", "carlsville"]): self.check_packet_queue("0", out) else: self.check_packet_queue("all", out) @@ -277,7 +277,7 @@ class TestRSS_to_Rteflow(TestCase): # ipv4-other and ipv6-other is enabled by default. # i40e if (self.nic in ["fortville_eagle", "fortville_spirit", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g"]): + "fortville_spirit_single", "fortpark_TLV", "fortville_25g", "carlsville"]): rss_queue = ["1", "4", "7"] self.send_and_check(self.pkt4, rss_queue) self.send_and_check(self.pkt8, rss_queue) @@ -310,7 +310,7 @@ class TestRSS_to_Rteflow(TestCase): "flow create 0 ingress pattern end actions rss queues 3 end / end", "created") # Send the packets and verify the results if (self.nic in ["fortville_eagle", "fortville_spirit", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g"]): + "fortville_spirit_single", "fortpark_TLV", "fortville_25g", "carlsville"]): rss_queue = ["3"] self.send_and_check(self.pkt4, rss_queue) self.send_and_check(self.pkt8, rss_queue) @@ -355,7 +355,7 @@ class TestRSS_to_Rteflow(TestCase): "flow create 0 ingress pattern end actions rss types udp ipv4-tcp ipv6-sctp ipv4-other end queues 1 4 7 end / end", "created") # send the packets and verify the results if (self.nic in ["fortville_eagle", "fortville_spirit", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g"]): + "fortville_spirit_single", "fortpark_TLV", "fortville_25g", "carlsville"]): rss_queue = ["1", "4", "7"] self.send_and_check(self.pkt2, rss_queue) self.send_and_check(self.pkt3, rss_queue) @@ -493,7 +493,7 @@ class TestRSS_to_Rteflow(TestCase): "flow create 0 ingress pattern end actions rss types ipv6-tcp ipv4-udp sctp ipv6-other end queues 5 6 7 end / end", "created") # send the packets and verify the results if (self.nic in ["fortville_eagle", "fortville_spirit", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g"]): + "fortville_spirit_single", "fortpark_TLV", "fortville_25g", "carlsille"]): rss_queue = ["5", "6", "7"] self.send_and_check(self.pkt1, rss_queue) self.send_and_check(self.pkt2, rss_queue) @@ -569,7 +569,7 @@ class TestRSS_to_Rteflow(TestCase): Set RSS queue rule with queue region API. """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortpark_TLV", "fortville_25g", "carlsville"], "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) @@ -613,7 +613,7 @@ class TestRSS_to_Rteflow(TestCase): Set RSS queue rule with invalid parameter in queue region API. """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortpark_TLV", "fortville_25g", "carlsville"], "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) @@ -639,7 +639,7 @@ class TestRSS_to_Rteflow(TestCase): The queue region is priority to RSS queue rule. """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", - "fortville_spirit_single", "fortpark_TLV", "fortville_25g"], "NIC Unsupported: " + str(self.nic)) + "fortville_spirit_single", "fortpark_TLV", "fortville_25g", "carlsville"], "NIC Unsupported: " + str(self.nic)) self.pmdout.start_testpmd("%s" % self.cores, "--rxq=16 --txq=16 --port-topology=chained") self.dut.send_expect("port config all rss all", "testpmd> ", 120) self.dut.send_expect("set fwd rxonly", "testpmd> ", 120) -- 1.8.3.1