patch 'doc: remove references to obsolete testpmd flag' has been queued to stable release 24.11.5
luca.boccassi at gmail.com
luca.boccassi at gmail.com
Thu Mar 19 23:02:10 CET 2026
Hi,
FYI, your patch has been queued to stable release 24.11.5
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 03/21/26. So please
shout if anyone has objections.
Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.
Queued patches are on a temporary branch at:
https://github.com/bluca/dpdk-stable
This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/d316fe3610b760dc86d23bd2b491b954099206c5
Thanks.
Luca Boccassi
---
>From d316fe3610b760dc86d23bd2b491b954099206c5 Mon Sep 17 00:00:00 2001
From: Ciara Loftus <ciara.loftus at intel.com>
Date: Tue, 10 Mar 2026 10:49:45 +0000
Subject: [PATCH] doc: remove references to obsolete testpmd flag
[ upstream commit 29380c93e6d928b5991f1dc4bde181cea452a8a2 ]
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")
Signed-off-by: Ciara Loftus <ciara.loftus at intel.com>
Acked-by: Bruce Richardson <bruce.richardson at 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 35585efc44..a56cf55d96 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -440,12 +440,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 -n 4 -- -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 07a1b12bcb..afce520f9d 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.47.3
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2026-03-19 22:00:48.483755932 +0000
+++ 0018-doc-remove-references-to-obsolete-testpmd-flag.patch 2026-03-19 22:00:47.790359368 +0000
@@ -1 +1 @@
-From 29380c93e6d928b5991f1dc4bde181cea452a8a2 Mon Sep 17 00:00:00 2001
+From d316fe3610b760dc86d23bd2b491b954099206c5 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 29380c93e6d928b5991f1dc4bde181cea452a8a2 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -20 +21 @@
-index 0b6527b4ed..0c52807f26 100644
+index 35585efc44..a56cf55d96 100644
@@ -23 +24 @@
-@@ -436,12 +436,12 @@ The default input set of each flow type is::
+@@ -440,12 +440,12 @@ The default input set of each flow type is::
@@ -32 +33 @@
- ./<build_dir>/app/dpdk-testpmd -l 0-15 -- -i --disable-rss \
+ ./<build_dir>/app/dpdk-testpmd -l 0-15 -n 4 -- -i --disable-rss \
@@ -39 +40 @@
-index 9790b58102..d19a572b83 100644
+index 07a1b12bcb..afce520f9d 100644
More information about the stable
mailing list