From patchwork Tue Jul 27 17:02:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yan Xia X-Patchwork-Id: 96320 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 99EE8A0C47; Tue, 27 Jul 2021 10:31:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 632C7410ED; Tue, 27 Jul 2021 10:31:05 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id D351A410EC for ; Tue, 27 Jul 2021 10:31:03 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10057"; a="276186285" X-IronPort-AV: E=Sophos;i="5.84,272,1620716400"; d="scan'208";a="276186285" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jul 2021 01:31:01 -0700 X-IronPort-AV: E=Sophos;i="5.84,272,1620716400"; d="scan'208";a="516737793" Received: from unknown (HELO DPDK-CVL-tetser102.icx.intel.com) ([10.240.183.102]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jul 2021 01:31:00 -0700 From: Yan Xia To: dts@dpdk.org Cc: Yan Xia Date: Tue, 27 Jul 2021 17:02:28 +0000 Message-Id: <20210727170228.10208-1-yanx.xia@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] fortville_rss_granularity_config_test_plan: remove test plan of test_dual_vlan 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" remove test plan of test_dual_vlan because of moving it to test_plan_generic_flow_api Signed-off-by: Yan Xia --- ...ville_rss_granularity_config_test_plan.rst | 62 ------------------- 1 file changed, 62 deletions(-) diff --git a/test_plans/fortville_rss_granularity_config_test_plan.rst b/test_plans/fortville_rss_granularity_config_test_plan.rst index c77f7e8a..18592b1e 100644 --- a/test_plans/fortville_rss_granularity_config_test_plan.rst +++ b/test_plans/fortville_rss_granularity_config_test_plan.rst @@ -247,68 +247,6 @@ and using scapy to send packets with ipv6-udp on tester:: and the test result should be same as Test Case 2. -Test Case 5: test dual vlan(QinQ) -================================= - -1. config testpmd on DUT - - 1. set up testpmd with Fortville NICs:: - - ./testpmd -c 0x1ffff -n 4 -- -i --coremask=0x1fffe --portmask=0x1 --rxq=16 --txq=16 --tx-offloads=0x8fff - - 2. set qinq on:: - - testpmd> vlan set qinq on - - 3. Reta Configuration(optional, if not set, will use default):: - - testpmd> port config 0 rss reta (hash_index,queue_id) - - 4. PMD fwd only receive the packets:: - - testpmd> set fwd rxonly - - 5. verbose configuration:: - - testpmd> set verbose 8 - - 6. start packet receive:: - - testpmd> start - - 7. rss received package type configuration:: - - testpmd> port config all rss ether - -2. using scapy to send packets with dual vlan (QinQ) on tester:: - - - sendp([Ether(dst="00:00:00:00:01:00")/Dot1Q(id=0x8100,vlan=1)/Dot1Q(id=0x8100,vlan=2)], iface=tester_itf) - - then got hash value and queue value that output from the testpmd on DUT. - -3. set hash input set to "none" by testpmd on dut:: - - - testpmd> set_hash_input_set 0 l2_payload none select - - send packet as step 2, got hash value and queue value that output from the testpmd on DUT, the value should be - same with the values in step 2. - -4. set hash input set by testpmd on dut, enable ovlan field:: - - - testpmd> set_hash_input_set 0 l2_payload ovlan add - - send packet as step 2, got hash value and queue value that output from the testpmd on DUT, the value should be - different with the values in step 2. - -5. set hash input set by testpmd on dut, enable ovlan, ivlan field:: - - testpmd> set_hash_input_set 0 l2_payload ivlan add - - send packet as step 2, got hash value and queue value that output from the testpmd on DUT, the value should be - different with the values in step 2 & step 4. Test Case 6: 32-bit GRE keys and 24-bit GRE keys test =====================================================