From patchwork Thu Nov 18 10:35:37 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yan Xia X-Patchwork-Id: 104495 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 D0EB2A0C41; Thu, 18 Nov 2021 03:34:40 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CC1AA4113D; Thu, 18 Nov 2021 03:34:40 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id B14424113D for ; Thu, 18 Nov 2021 03:34:39 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10171"; a="294911706" X-IronPort-AV: E=Sophos;i="5.87,243,1631602800"; d="scan'208";a="294911706" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2021 18:34:39 -0800 X-IronPort-AV: E=Sophos;i="5.87,243,1631602800"; d="scan'208";a="646255482" Received: from unknown (HELO dpdk.lan) ([10.240.183.77]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2021 18:34:38 -0800 From: Yan Xia To: dts@dpdk.org Cc: Yan Xia Subject: [dts][PATCH V2 3/4] test_plans/vxlan_gpe_support_in_i40e: delete tunnel_filter_vxlan_gpe Date: Thu, 18 Nov 2021 10:35:37 +0000 Message-Id: <20211118103538.117758-4-yanx.xia@intel.com> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20211118103538.117758-1-yanx.xia@intel.com> References: <20211118103538.117758-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 test case 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 | -+------------+------------+------------+----------+----------+--------+-------+