test suite reviews and discussions
 help / color / mirror / Atom feed
From: Nannan Lu <nannan.lu@intel.com>
To: dts@dpdk.org
Cc: Nannan Lu <nannan.lu@intel.com>
Subject: [dts] [PATCH V1] test_plans/cvl_switch_filter_test_plan.rst: Remove queue group action of MAC_PPPOD_PAY case
Date: Fri, 24 Jul 2020 12:07:23 +0000	[thread overview]
Message-ID: <1595592443-345705-1-git-send-email-nannan.lu@intel.com> (raw)

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 <nannan.lu@intel.com>
---
 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
 ^^^^^^^^^^^
 
-- 
2.7.4


             reply	other threads:[~2020-07-24  3:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-24 12:07 Nannan Lu [this message]
2020-08-12  5:22 ` Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1595592443-345705-1-git-send-email-nannan.lu@intel.com \
    --to=nannan.lu@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).