From patchwork Fri Jul 24 12:07:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lu, Nannan" X-Patchwork-Id: 74704 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6E9EFA0518; Fri, 24 Jul 2020 05:15:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 43AE81D5E9; Fri, 24 Jul 2020 05:15:01 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 9016F1D451 for ; Fri, 24 Jul 2020 05:14:59 +0200 (CEST) IronPort-SDR: ymhouE+xGz6G+qLVkQKNZHzpmIvc+A+onOAuLPsAThiCm8Hg+foj3lTDz2RtdiLYYGO0N6woIJ LNkVsv2m724w== X-IronPort-AV: E=McAfee;i="6000,8403,9691"; a="138151943" X-IronPort-AV: E=Sophos;i="5.75,389,1589266800"; d="scan'208";a="138151943" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jul 2020 20:14:58 -0700 IronPort-SDR: Absq3bupr7YxKztKOg2/Vqe1kPt9SKiLQbFMbLpVMX7OoGrHE+2nPHVvXPhMWXAWstRwXQCp0N KEvonL2kt5GQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,389,1589266800"; d="scan'208";a="284802174" Received: from dpdk-lunannan.sh.intel.com ([10.67.111.68]) by orsmga003.jf.intel.com with ESMTP; 23 Jul 2020 20:14:55 -0700 From: Nannan Lu To: dts@dpdk.org Cc: Nannan Lu Date: Fri, 24 Jul 2020 12:07:23 +0000 Message-Id: <1595592443-345705-1-git-send-email-nannan.lu@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V1] test_plans/cvl_switch_filter_test_plan.rst: Remove queue group action of MAC_PPPOD_PAY case 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" Remove queue group action of MAC_PPPOD_PAY case because ND base code will not support RSS for PPPoED packets. Signed-off-by: Nannan Lu --- test_plans/cvl_switch_filter_test_plan.rst | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/test_plans/cvl_switch_filter_test_plan.rst b/test_plans/cvl_switch_filter_test_plan.rst index 0672690..7ab7578 100644 --- a/test_plans/cvl_switch_filter_test_plan.rst +++ b/test_plans/cvl_switch_filter_test_plan.rst @@ -3567,25 +3567,6 @@ send mismatched packets:: verify this packet not to queue 2 -to queue group action -^^^^^^^^^^^^^^^^^^^^^ - -create a rule:: - - testpmd> flow create 0 ingress pattern eth type is 0x8863 / end actions rss queues 4 5 end / end - -send matched packets:: - - sendp([Ether(dst="00:11:22:33:44:55")/PPPoED()/PPP()/IP()/Raw('x' *80)],iface="enp27s0f2",count=1) - -verify this packet to queue 4 or 5 - -send mismatched packets:: - - sendp([Ether(dst="00:11:22:33:44:55")/PPPoE()/PPP()/IP()/Raw('x' *80)],iface="enp27s0f2",count=1) - -verify this packet not to queue 4 and 5 - drop action ^^^^^^^^^^^