patch 'doc: fix TSO feature status for i40e' has been queued to stable release 23.11.7
Shani Peretz
shperetz at nvidia.com
Tue Mar 31 08:24: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/05/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/431cde02d23f90c6779466e16d344484ad0cc840
Thanks.
Shani
---
>From 431cde02d23f90c6779466e16d344484ad0cc840 Mon Sep 17 00:00:00 2001
From: Ciara Loftus <ciara.loftus at intel.com>
Date: Fri, 12 Dec 2025 11:06:28 +0000
Subject: [PATCH] doc: fix TSO feature status for i40e
[ upstream commit 285c6ba2d9cc7cd1eb632672dd42627699f31193 ]
TSO is only supported on the scalar path so change the status to
partially supported.
Fixes: 9ed94e5bb04e ("i40e: add vector Rx")
Signed-off-by: Ciara Loftus <ciara.loftus at intel.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
doc/guides/nics/features/i40e.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/nics/features/i40e.ini b/doc/guides/nics/features/i40e.ini
index ef7514c44b..aef337a577 100644
--- a/doc/guides/nics/features/i40e.ini
+++ b/doc/guides/nics/features/i40e.ini
@@ -16,7 +16,7 @@ Runtime Tx queue setup = Y
Burst mode info = Y
Power mgmt address monitor = Y
Scattered Rx = Y
-TSO = Y
+TSO = P
Promiscuous mode = Y
Allmulticast mode = Y
Unicast MAC filter = Y
--
2.43.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2026-03-31 00:32:34.052176645 +0300
+++ 0056-doc-fix-TSO-feature-status-for-i40e.patch 2026-03-31 00:32:29.060539000 +0300
@@ -1 +1 @@
-From 285c6ba2d9cc7cd1eb632672dd42627699f31193 Mon Sep 17 00:00:00 2001
+From 431cde02d23f90c6779466e16d344484ad0cc840 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 285c6ba2d9cc7cd1eb632672dd42627699f31193 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 4610444ace..fb00b69830 100644
+index ef7514c44b..aef337a577 100644
More information about the stable
mailing list