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

Message ID 20221215064204.30802-3-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:41 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/ddp_l2tpv3_test_plan.rst | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/test_plans/ddp_l2tpv3_test_plan.rst b/test_plans/ddp_l2tpv3_test_plan.rst
index 7039119d..cb0e5026 100644
--- a/test_plans/ddp_l2tpv3_test_plan.rst
+++ b/test_plans/ddp_l2tpv3_test_plan.rst
@@ -103,7 +103,6 @@  any DDP functionality*
 
     ./<build>/app/dpdk-testpmd -c f -n 4 -a
     <PCI address of device> -- -i --port-topology=chained --txq=64 --rxq=64
-    --pkt-filter-mode=perfect
 
    For testpmd commands refer: https://doc.dpdk.org/guides/testpmd_app_ug/