[V1,7/8] test_plans/rss_to_rte_flow: remove --pkt-filter-mode sync dpdk change

Message ID 20221215064204.30802-7-linglix.chen@intel.com (mailing list archive)
State Accepted
Headers
Series [V1,1/8] test_plans/ddp_gtp_qregion: remove --pkt-filter-mode sync dpdk change |

Commit Message

Lingli Chen Dec. 15, 2022, 6:42 a.m. UTC
  According to dpdk commit 5007ac1318 (ethdev: remove deprecated Flow Director configuration)
remove --pkt-filter-mode.

Signed-off-by: Lingli Chen <linglix.chen@intel.com>
---
 test_plans/rss_to_rte_flow_test_plan.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/test_plans/rss_to_rte_flow_test_plan.rst b/test_plans/rss_to_rte_flow_test_plan.rst
index 367ff863..007bd98f 100644
--- a/test_plans/rss_to_rte_flow_test_plan.rst
+++ b/test_plans/rss_to_rte_flow_test_plan.rst
@@ -557,7 +557,7 @@  Test case: Flow directory rule and RSS rule combination (I40E)
 
 1. Start the testpmd::
 
-    ./<build_target>/app/dpdk-testpmd -c 1ffff -n 4 -- -i --nb-cores=8 --rxq=16 --txq=16 --pkt-filter-mode=perfect
+    ./<build_target>/app/dpdk-testpmd -c 1ffff -n 4 -- -i --nb-cores=8 --rxq=16 --txq=16
     testpmd> set fwd rxonly
     testpmd> set verbose 1
     testpmd> start
@@ -921,7 +921,7 @@  Test case: Flow directory rule and RSS rule combination
 
 1. Start the testpmd::
 
-    ./<build_target>/app/dpdk-testpmd -c 1ffff -n 4 -- -i --nb-cores=8 --rxq=16 --txq=16 --pkt-filter-mode=perfect
+    ./<build_target>/app/dpdk-testpmd -c 1ffff -n 4 -- -i --nb-cores=8 --rxq=16 --txq=16
     testpmd> set fwd rxonly
     testpmd> set verbose 1
     testpmd> start