patch 'doc: remove references to obsolete testpmd flag' has been queued to stable release 23.11.7

Shani Peretz shperetz at nvidia.com
Wed Apr 15 11:59:15 CEST 2026


Hi,

FYI, your patch has been queued to stable release 23.11.7

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 04/19/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/shanipr/dpdk-stable

This queued commit can be viewed at:
https://github.com/shanipr/dpdk-stable/commit/944f0201ae6be4f89d80054993544b9ae876376f

Thanks.

Shani

---
>From 944f0201ae6be4f89d80054993544b9ae876376f 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 3432eabb36..533e00bf16 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -410,12 +410,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.43.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2026-04-14 14:44:30.289968664 +0300
+++ 0014-doc-remove-references-to-obsolete-testpmd-flag.patch	2026-04-14 14:44:28.451508000 +0300
@@ -1 +1 @@
-From 29380c93e6d928b5991f1dc4bde181cea452a8a2 Mon Sep 17 00:00:00 2001
+From 944f0201ae6be4f89d80054993544b9ae876376f 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 3432eabb36..533e00bf16 100644
@@ -23 +24 @@
-@@ -436,12 +436,12 @@ The default input set of each flow type is::
+@@ -410,12 +410,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