From: Ciara Loftus <ciara.loftus@intel.com>
To: dev@dpdk.org
Cc: Ciara Loftus <ciara.loftus@intel.com>, stable@dpdk.org
Subject: [PATCH] doc: remove references to obsolete testpmd flag
Date: Tue, 10 Mar 2026 10:49:45 +0000 [thread overview]
Message-ID: <20260310104945.3271920-1-ciara.loftus@intel.com> (raw)
The packet-filter-mode flag was removed in a previous commit. Remove
references to it in the documentation.
Fixes: 5007ac13189d ("ethdev: remove deprecated Flow Director configuration")
Cc: stable@dpdk.org
Signed-off-by: Ciara Loftus <ciara.loftus@intel.com>
---
doc/guides/nics/i40e.rst | 4 ++--
doc/guides/nics/igc.rst | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index 0b6527b4ed..0c52807f26 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -436,12 +436,12 @@ The default input set of each flow type is::
The flex payload is selected from offset 0 to 15 of packet's payload by default, while it is masked out from matching.
-Start ``testpmd`` with ``--disable-rss`` and ``--pkt-filter-mode=perfect``:
+Start ``testpmd`` with ``--disable-rss``:
.. code-block:: console
./<build_dir>/app/dpdk-testpmd -l 0-15 -- -i --disable-rss \
- --pkt-filter-mode=perfect --rxq=8 --txq=8 --nb-cores=8 \
+ --rxq=8 --txq=8 --nb-cores=8 \
--nb-ports=1
Add a rule to direct ``ipv4-udp`` packet whose ``dst_ip=2.2.2.5, src_ip=2.2.2.3, src_port=32, dst_port=32`` to queue 1:
diff --git a/doc/guides/nics/igc.rst b/doc/guides/nics/igc.rst
index 9790b58102..d19a572b83 100644
--- a/doc/guides/nics/igc.rst
+++ b/doc/guides/nics/igc.rst
@@ -79,7 +79,7 @@ Start ``testpmd``:
.. code-block:: console
- ./dpdk-testpmd -l 4-8 -- i --rxq=4 --txq=4 --pkt-filter-mode=perfect --disable-rss
+ ./dpdk-testpmd -l 4-8 -- i --rxq=4 --txq=4 --disable-rss
Add a rule to direct packet whose ``ether-type=0x801`` to queue 1:
--
2.43.0
next reply other threads:[~2026-03-10 10:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-10 10:49 Ciara Loftus [this message]
2026-03-11 13:22 ` [PATCH] doc: remove references to obsolete testpmd flag Bruce Richardson
2026-03-11 17:23 ` Bruce Richardson
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=20260310104945.3271920-1-ciara.loftus@intel.com \
--to=ciara.loftus@intel.com \
--cc=dev@dpdk.org \
--cc=stable@dpdk.org \
/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