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 8/8] tests/rss_to_rte_flow: remove --pkt-filter-mode sync dpdk change
Date: Thu, 15 Dec 2022 01:42:04 -0500 [thread overview]
Message-ID: <20221215064204.30802-8-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>
---
| 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
--git a/tests/TestSuite_rss_to_rte_flow.py b/tests/TestSuite_rss_to_rte_flow.py
index 29faa5c4..7d2bfa9b 100644
--- a/tests/TestSuite_rss_to_rte_flow.py
+++ b/tests/TestSuite_rss_to_rte_flow.py
@@ -1173,9 +1173,7 @@ class TestRSS_to_Rteflow(TestCase):
],
"NIC Unsupported: " + str(self.nic),
)
- self.pmdout.start_testpmd(
- "%s" % self.cores, "--rxq=8 --txq=8 --pkt-filter-mode=perfect"
- )
+ self.pmdout.start_testpmd("%s" % self.cores, "--rxq=8 --txq=8")
self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
self.dut.send_expect("set verbose 1", "testpmd> ", 120)
self.dut.send_expect("start", "testpmd> ", 120)
@@ -1833,9 +1831,7 @@ class TestRSS_to_Rteflow(TestCase):
"--rxq=4 --txq=4 --disable-rss --port-topology=chained",
)
else:
- self.pmdout.start_testpmd(
- "%s" % self.cores, "--rxq=8 --txq=8 --pkt-filter-mode=perfect"
- )
+ self.pmdout.start_testpmd("%s" % self.cores, "--rxq=8 --txq=8")
self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
self.dut.send_expect("set verbose 1", "testpmd> ", 120)
self.dut.send_expect("start", "testpmd> ", 120)
--
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 ` [dts][PATCH V1 4/8] tests/ddp_l2tpv3: " Lingli Chen
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 ` Lingli Chen [this message]
2022-12-22 8:33 ` [dts][PATCH V1 8/8] tests/rss_to_rte_flow: " 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-8-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).