[dts][PATCH V1 4/8] tests/ddp_l2tpv3: remove --pkt-filter-mode sync dpdk change

Lingli Chen linglix.chen at intel.com
Thu Dec 15 07:42:00 CET 2022


According to dpdk commit 5007ac1318 (ethdev: remove deprecated Flow Director configuration)
remove --pkt-filter-mode.

Signed-off-by: Lingli Chen <linglix.chen at intel.com>
---
 tests/TestSuite_ddp_l2tpv3.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_ddp_l2tpv3.py b/tests/TestSuite_ddp_l2tpv3.py
index ef50824b..7b63e641 100644
--- a/tests/TestSuite_ddp_l2tpv3.py
+++ b/tests/TestSuite_ddp_l2tpv3.py
@@ -53,7 +53,7 @@ class TestDdpL2tpv3(TestCase):
         """
         self.dut_testpmd.start_testpmd(
             "Default",
-            "--pkt-filter-mode=perfect --port-topology=chained \
+            "--port-topology=chained \
             --txq=%s --rxq=%s --disable-rss"
             % (self.PF_QUEUE, self.PF_QUEUE),
         )
-- 
2.17.1



More information about the dts mailing list