From patchwork Wed Nov 17 18:04:03 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yan Xia X-Patchwork-Id: 104458 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 6E5FAA0C41; Wed, 17 Nov 2021 11:02:56 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6726A41174; Wed, 17 Nov 2021 11:02:56 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 4BFE24068C for ; Wed, 17 Nov 2021 11:02:55 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10170"; a="221132429" X-IronPort-AV: E=Sophos;i="5.87,241,1631602800"; d="scan'208";a="221132429" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2021 02:02:54 -0800 X-IronPort-AV: E=Sophos;i="5.87,241,1631602800"; d="scan'208";a="549038614" Received: from unknown (HELO dpdk.lan) ([10.240.183.77]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2021 02:02:53 -0800 From: Yan Xia To: dts@dpdk.org Cc: Yan Xia Subject: [dts][PATCH V1 1/4] test_plans/ipgre_test_plan: delete GRE_packet_filter Date: Wed, 17 Nov 2021 18:04:03 +0000 Message-Id: <20211117180405.116883-2-yanx.xia@intel.com> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20211117180405.116883-1-yanx.xia@intel.com> References: <20211117180405.116883-1-yanx.xia@intel.com> MIME-Version: 1.0 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 delete GRE_packet_filter that legcay command not be supported and not new command to replace dpdk commit-id:251baec36 ethdev: remove legacy tunnel filter type support Signed-off-by: Yan Xia --- test_plans/ipgre_test_plan.rst | 37 ---------------------------------- 1 file changed, 37 deletions(-) diff --git a/test_plans/ipgre_test_plan.rst b/test_plans/ipgre_test_plan.rst index c7ab602b..3a466b75 100644 --- a/test_plans/ipgre_test_plan.rst +++ b/test_plans/ipgre_test_plan.rst @@ -119,43 +119,6 @@ Send packet as table listed and packet type match each layer:: | Yes | Ipv6 | GRE | Ipv6 | Sctp | +------------+----------+-----------+----------+-----------+ -Test Case 3: GRE packet filter -============================== - -Start testpmd with multi queues:: - - testpmd -c ff -n 3 -- -i --rxq=4 --txq=4 - testpmd> set fwd rxonly - testpmd> set nbcore 4 - testpmd> set verbose 1 - testpmd> start - -Add GRE filter that forward inner ip address 0.0.0.0 to queue 3:: - - testpmd> tunnel_filter add 0 XX:XX:XX:XX:XX:XX YY:YY:YY:YY:YY:YY \ - 0.0.0.0 1 ipingre iip 0 3 - -Send packet inner ip address matched and check packet received by queue 3:: - - p = Ether()/IP()/GRE()/IP(dst="0.0.0.0")/UDP() - -Remove tunnel filter and check same packet received by queue 0:: - - testpmd> tunnel_filter rm 0 XX:XX:XX:XX:XX:XX YY:YY:YY:YY:YY:YY \ - 0.0.0.0 1 ipingre iip 0 3 - -Add GRE filter that forward outer ip address 0.0.0.0 to queue 3:: - - testpmd> tunnel_filter add 0 XX:XX:XX:XX:XX:XX YY:YY:YY:YY:YY:YY \ - 0.0.0.0 1 ipingre oip 0 3 - -Send packet outer ip address matched and check packet received by queue 3. - -Remove tunnel filter and check same packet received by queue 0:: - - testpmd> tunnel_filter rm 0 XX:XX:XX:XX:XX:XX YY:YY:YY:YY:YY:YY \ - 0.0.0.0 1 ipingre oip 0 3 - Test Case 4: GRE packet chksum offload ====================================== From patchwork Wed Nov 17 18:04:04 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yan Xia X-Patchwork-Id: 104459 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 9E954A0C41; Wed, 17 Nov 2021 11:03:00 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 985404116D; Wed, 17 Nov 2021 11:03:00 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 689364068C for ; Wed, 17 Nov 2021 11:02:58 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10170"; a="221132436" X-IronPort-AV: E=Sophos;i="5.87,241,1631602800"; d="scan'208";a="221132436" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2021 02:02:57 -0800 X-IronPort-AV: E=Sophos;i="5.87,241,1631602800"; d="scan'208";a="549038625" Received: from unknown (HELO dpdk.lan) ([10.240.183.77]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2021 02:02:56 -0800 From: Yan Xia To: dts@dpdk.org Cc: Yan Xia Subject: [dts][PATCH V1 2/4] tests/ipgre: delete GRE_packet_filter Date: Wed, 17 Nov 2021 18:04:04 +0000 Message-Id: <20211117180405.116883-3-yanx.xia@intel.com> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20211117180405.116883-1-yanx.xia@intel.com> References: <20211117180405.116883-1-yanx.xia@intel.com> MIME-Version: 1.0 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 delete GRE_packet_filter that legcay command not be supported and not new command to replace dpdk commit-id:251baec36 ethdev: remove legacy tunnel filter type support Signed-off-by: Yan Xia --- tests/TestSuite_ipgre.py | 55 ---------------------------------------- 1 file changed, 55 deletions(-) diff --git a/tests/TestSuite_ipgre.py b/tests/TestSuite_ipgre.py index 2a15e07a..da5b7025 100644 --- a/tests/TestSuite_ipgre.py +++ b/tests/TestSuite_ipgre.py @@ -300,61 +300,6 @@ class TestIpgre(TestCase): self.check_packet_transmission(pkt_types_ipv6_ipv6_SCTP, config_layers) self.dut.send_expect("quit", "#") - def test_GRE_packet_filter(self): - """ - Start testpmd with multi queues, add GRE filter that forward - inner/outer ip address 0.0.0.0 to queue 3, Send packet inner - ip address matched and check packet received by queue 3 - """ - outer_mac = self.tester_iface_mac - inner_mac = "10:00:00:00:00:00" - - # Start testpmd with multi queues - #testpmd_cmd = "./%s/app/testpmd -c ff -n 3 -- -i --rxq=4 --txq=4" % self.target - self.pmdout.start_testpmd("Default", "--portmask=%s " % - (self.portMask) + " --enable-rx-cksum --rxq=4 --txq=4 " - , socket=self.ports_socket) - self.dut.send_expect("set fwd rxonly", "testpmd>") - self.dut.send_expect("set nbcore 4", "testpmd>") - self.dut.send_expect("set verbose 1", "testpmd>") - self.dut.send_expect("start", "testpmd>") - - # Add GRE filter that forward inner ip address 0.0.0.0 to queue 3 - cmd = "tunnel_filter add 0 %s %s 0.0.0.0 1 ipingre iip 0 3"%(outer_mac, inner_mac) - self.dut.send_expect( cmd, "testpmd>") - - # Send packet inner ip address matched and check packet received by queue 3 - pkt_types = {"MAC_IP_GRE_IPv4-TUNNEL_UDP_PKT": ["TUNNEL_GRENAT", "INNER_L4_UDP"]} - config_layers = {'ether': {'src': self.outer_mac_src}, - 'ipv4': {'proto': 'gre', - 'src': self.outer_ip_src, - 'dst': self.outer_ip_dst}, - 'inner_ipv4':{'dst': "0.0.0.0"}} - self.check_packet_transmission(pkt_types, config_layers, "3", 1) - - # Remove tunnel filter and check same packet received by queue 0 - cmd = "tunnel_filter rm 0 %s %s 0.0.0.0 1 ipingre iip 0 3"%(outer_mac, inner_mac) - self.dut.send_expect( cmd, "testpmd>") - self.check_packet_transmission(pkt_types, config_layers, "3") - - # Add GRE filter that forward outer ip address 0.0.0.0 to queue 3 - cmd = "tunnel_filter add 0 %s %s 0.0.0.0 1 ipingre oip 0 3"%(outer_mac, inner_mac) - self.dut.send_expect( cmd, "testpmd>") - - # Send packet outer ip address matched and check packet received by queue 3. - pkt_types = {"MAC_IP_GRE_IPv4-TUNNEL_UDP_PKT": ["TUNNEL_GRENAT", "INNER_L4_UDP"]} - config_layers = {'ether': {'src': self.outer_mac_src}, - 'ipv4': {'dst': "0.0.0.0", 'proto': 'gre'}} - self.check_packet_transmission(pkt_types, config_layers, "3", 1) - - # Add GRE filter that forward outer ip address 0.0.0.0 to queue 3 - cmd = "tunnel_filter rm 0 %s %s 0.0.0.0 1 ipingre oip 0 3"%(outer_mac, inner_mac) - self.dut.send_expect( cmd, "testpmd>") - self.check_packet_transmission(pkt_types, config_layers, "3") - - time.sleep(2) - self.dut.send_expect("quit", "#") - def test_GRE_packet_chksum_offload(self): """ Start testpmd with hardware checksum offload enabled, From patchwork Wed Nov 17 18:04:05 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yan Xia X-Patchwork-Id: 104460 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 B4A64A0C41; Wed, 17 Nov 2021 11:03:06 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 295FF41186; Wed, 17 Nov 2021 11:03:05 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 19B5B41186 for ; Wed, 17 Nov 2021 11:03:03 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10170"; a="221132439" X-IronPort-AV: E=Sophos;i="5.87,241,1631602800"; d="scan'208";a="221132439" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2021 02:03:03 -0800 X-IronPort-AV: E=Sophos;i="5.87,241,1631602800"; d="scan'208";a="549038631" Received: from unknown (HELO dpdk.lan) ([10.240.183.77]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2021 02:02:58 -0800 From: Yan Xia To: dts@dpdk.org Cc: Yan Xia Subject: [dts][PATCH V1 3/4] test_plans/vxlan_gpe_support_in_i40e: delete tunnel_filter_vxlan_gpe Date: Wed, 17 Nov 2021 18:04:05 +0000 Message-Id: <20211117180405.116883-4-yanx.xia@intel.com> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20211117180405.116883-1-yanx.xia@intel.com> References: <20211117180405.116883-1-yanx.xia@intel.com> MIME-Version: 1.0 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 delete tunnel_filter_vxlan_gpe that legcay command not be supported and not new command to replace dpdk commit-id:251baec36 ethdev: remove legacy tunnel filter type support Signed-off-by: Yan Xia --- .../vxlan_gpe_support_in_i40e_test_plan.rst | 34 ------------------- 1 file changed, 34 deletions(-) diff --git a/test_plans/vxlan_gpe_support_in_i40e_test_plan.rst b/test_plans/vxlan_gpe_support_in_i40e_test_plan.rst index 905bd886..e2f809b9 100644 --- a/test_plans/vxlan_gpe_support_in_i40e_test_plan.rst +++ b/test_plans/vxlan_gpe_support_in_i40e_test_plan.rst @@ -84,37 +84,3 @@ Test Case 2: VXLAN-GPE tunnel remove test 3. Expected result:: testpmd should treat the packet as a normal UDP packet - -Test Case 3: Tunnel filter VXLAN-GPE support -============================================ -1. Start testpmd with tunneling packet type to vxlan and disable receive side - scale for hardware limitation:: - - # testpmd -c ffff -n 4 -- -i --disable-rss --rxq=4 --txq=4 --nb-cores=8 --nb-ports=2 --tx-offloads=0x8fff - -2. Set rxonly packet forwarding mode and enable verbose log:: - - testpmd> set fwd rxonly - testpmd> set verbose 1 - -3. Add one new Cloud filter as table listed first:: - - testpmd> tunnel_filter add 0 11:22:33:44:55:66 00:00:20:00:00:01 192.168.2.2 1 vxlan-gpe imac-ivlan 1 3 - -4. Then send one packet and check packet was forwarded into right queue. - -+------------+------------+------------+----------+----------+--------+-------+ -| Outer Mac | Inner Mac | Inner Vlan | Outer Ip | Inner Ip | Vni ID | Queue | -+------------+------------+------------+----------+----------+--------+-------+ -| No | Yes | Yes | No | No | No | 1 | -+------------+------------+------------+----------+----------+--------+-------+ -| No | Yes | Yes | No | No | Yes | 1 | -+------------+------------+------------+----------+----------+--------+-------+ -| No | Yes | No | No | No | Yes | 1 | -+------------+------------+------------+----------+----------+--------+-------+ -| No | Yes | No | No | No | No | 1 | -+------------+------------+------------+----------+----------+--------+-------+ -| Yes | Yes | No | No | Yes | Yes | 1 | -+------------+------------+------------+----------+----------+--------+-------+ -| No | No | No | No | Yes | No | 1 | -+------------+------------+------------+----------+----------+--------+-------+