[V2,1/2] test_plans/ice_flow_priority: remove ip fragment packets

Message ID 20220914094250.27976-1-songx.jiale@intel.com (mailing list archive)
State Accepted
Headers
Series [V2,1/2] test_plans/ice_flow_priority: remove ip fragment packets |

Commit Message

Jiale, SongX Sept. 14, 2022, 9:42 a.m. UTC
  the default rss not support ipfrag rss, so remove ip fragment packets.

According to dpdk commit cc46bab5968 ("net/ice: remove support for IP fragment default RSS").

Signed-off-by: Song Jiale <songx.jiale@intel.com>
---
 test_plans/ice_flow_priority_test_plan.rst | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
  

Patch

diff --git a/test_plans/ice_flow_priority_test_plan.rst b/test_plans/ice_flow_priority_test_plan.rst
index 73095014..30433f57 100644
--- a/test_plans/ice_flow_priority_test_plan.rst
+++ b/test_plans/ice_flow_priority_test_plan.rst
@@ -314,15 +314,11 @@  rules::
 matched packets::
 
   >>> sendp([Ether()/IPv6(src="<ipv6 src>", dst="<ipv6 dst>")/("X"*480)], iface="<tester interface>")
-  >>> sendp([Ether()/IPv6(src="<ipv6 src>", dst="<ipv6 dst>")/IPv6ExtHdrFragment()/("X"*480)], iface="<tester interface>")
 
 mismatched packets::
 
   >>> sendp([Ether()/IPv6(src="<ipv6 src change inputset>", dst="<ipv6 dst>")/("X"*480)], iface="<tester interface>")
   >>> sendp([Ether()/IPv6(src="<ipv6 src>", dst="<ipv6 dst change inputset>")/("X"*480)], iface="<tester interface>")
-  >>> sendp([Ether()/IPv6(src="<ipv6 src change inputset>", dst="<ipv6 dst>")/IPv6ExtHdrFragment()/("X"*480)], iface="<tester interface>")
-  >>> sendp([Ether()/IPv6(src="<ipv6 src>", dst="<ipv6 dst change inputset>")/IPv6ExtHdrFragment()/("X"*480)], iface="<tester interface>")
-
 
 Test Case 4: MAC_IPV6_TCP
 -------------------------
@@ -632,7 +628,7 @@  mismatched packets::
 
 Test Case 20: check flow priority filter
 ----------------------------------------
-1. launch testpmd with --log-level="ice,8"
+1. launch testpmd with --log-level="ice,7"
 
 2. create rules with priority 0, check the rule is created to switch with a log "Succeeded to create (2) flow"::