[dts] [PATCH V1] test_plans/cvl_switch_filter_test_plan.rst: Remove queue group action of MAC_PPPOD_PAY case

Nannan Lu nannan.lu at intel.com
Fri Jul 24 14:07:23 CEST 2020


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 at 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



More information about the dts mailing list