From: Lingli Chen <linglix.chen@intel.com>
To: dts@dpdk.org
Cc: zhiminx.huang@intel.com, Lingli Chen <linglix.chen@intel.com>
Subject: [dts][PATCH V1 4/8] tests/ddp_l2tpv3: remove --pkt-filter-mode sync dpdk change
Date: Thu, 15 Dec 2022 01:42:00 -0500 [thread overview]
Message-ID: <20221215064204.30802-4-linglix.chen@intel.com> (raw)
In-Reply-To: <20221215064204.30802-1-linglix.chen@intel.com>
According to dpdk commit 5007ac1318 (ethdev: remove deprecated Flow Director configuration)
remove --pkt-filter-mode.
Signed-off-by: Lingli Chen <linglix.chen@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
next prev parent reply other threads:[~2022-12-15 7:39 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-15 6:41 [dts][PATCH V1 1/8] test_plans/ddp_gtp_qregion: " Lingli Chen
2022-12-15 6:41 ` [dts][PATCH V1 2/8] tests/ddp_gtp_qregion: " Lingli Chen
2022-12-15 6:41 ` [dts][PATCH V1 3/8] test_plans/ddp_l2tpv3: " Lingli Chen
2022-12-15 6:42 ` Lingli Chen [this message]
2022-12-15 6:42 ` [dts][PATCH V1 5/8] test_plans/ddp_ppp_l2tp: " Lingli Chen
2022-12-15 6:42 ` [dts][PATCH V1 6/8] tests/ddp_ppp_l2tp: " Lingli Chen
2022-12-22 12:00 ` lijuan.tu
2022-12-15 6:42 ` [dts][PATCH V1 7/8] test_plans/rss_to_rte_flow: " Lingli Chen
2022-12-15 6:42 ` [dts][PATCH V1 8/8] tests/rss_to_rte_flow: " Lingli Chen
2022-12-22 8:33 ` Li, WeiyuanX
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221215064204.30802-4-linglix.chen@intel.com \
--to=linglix.chen@intel.com \
--cc=dts@dpdk.org \
--cc=zhiminx.huang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).