patch 'doc: add device arguments in txgbe guide' has been queued to stable release 23.11.6
Shani Peretz
shperetz at nvidia.com
Thu Dec 25 10:18:33 CET 2025
Hi,
FYI, your patch has been queued to stable release 23.11.6
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 12/30/25. 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/c1ab06210d60a15ffa9761cbc1a9cb767d13b9aa
Thanks.
Shani
---
>From c1ab06210d60a15ffa9761cbc1a9cb767d13b9aa Mon Sep 17 00:00:00 2001
From: Jiawen Wu <jiawenwu at trustnetic.com>
Date: Tue, 11 Nov 2025 10:10:30 +0800
Subject: [PATCH] doc: add device arguments in txgbe guide
[ upstream commit a443523d6ddf076c422c9ed1460fb3a4c5c9a05b ]
Add new device arguments "pkt-filter-size" and "pkt-filter-drop-queue"
in txgbe driver.
Fixes: 7e18be9beef2 ("net/txgbe: add device arguments for FDIR")
Signed-off-by: Jiawen Wu <jiawenwu at trustnetic.com>
---
doc/guides/nics/txgbe.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/doc/guides/nics/txgbe.rst b/doc/guides/nics/txgbe.rst
index c09cc3923f..37cd467b1f 100644
--- a/doc/guides/nics/txgbe.rst
+++ b/doc/guides/nics/txgbe.rst
@@ -139,6 +139,16 @@ Please note that following ``devargs`` are only set for backplane NICs.
PHY parameter used for user debugging. Setting other values to
take effect requires setting the ``ffe_set``.
+- ``pkt-filter-size`` (default **0**)
+
+ Memory allocation for the flow director filter.
+ Default 0 for 64K mode, set 1 for 128K mode, set 2 for 256K mode.
+
+- ``pkt-filter-drop-queue`` (default **127**)
+
+ The drop queue number for packets that match the drop rule in flow director.
+ Valid values are from 0 to 127.
+
Driver compilation and testing
------------------------------
--
2.43.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2025-12-25 11:16:39.940338555 +0200
+++ 0072-doc-add-device-arguments-in-txgbe-guide.patch 2025-12-25 11:16:36.083985000 +0200
@@ -1 +1 @@
-From a443523d6ddf076c422c9ed1460fb3a4c5c9a05b Mon Sep 17 00:00:00 2001
+From c1ab06210d60a15ffa9761cbc1a9cb767d13b9aa Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit a443523d6ddf076c422c9ed1460fb3a4c5c9a05b ]
+
@@ -17 +19 @@
-index 953a43b139..44b60647a5 100644
+index c09cc3923f..37cd467b1f 100644
@@ -20 +22 @@
-@@ -147,6 +147,16 @@ Please note that following ``devargs`` are only set for backplane NICs.
+@@ -139,6 +139,16 @@ Please note that following ``devargs`` are only set for backplane NICs.
@@ -34 +36,2 @@
- Please note that following ``devargs`` are only set for Amber-Lite NICs.
+ Driver compilation and testing
+ ------------------------------
@@ -36 +38,0 @@
- - ``tx_headwb`` (default **1**)
More information about the stable
mailing list