patch 'doc: fix TSO and checksum offload feature status for ice' has been queued to stable release 23.11.7
Shani Peretz
shperetz at nvidia.com
Tue Mar 31 08:24:12 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/a517369e3d56f698822edf28a9dffa5e80fbeb90
Thanks.
Shani
---
>From a517369e3d56f698822edf28a9dffa5e80fbeb90 Mon Sep 17 00:00:00 2001
From: Ciara Loftus <ciara.loftus at intel.com>
Date: Fri, 12 Dec 2025 11:06:25 +0000
Subject: [PATCH] doc: fix TSO and checksum offload feature status for ice
[ upstream commit 06ac4b7e9a0bb0b6153e4a526db9791cc57a4964 ]
TSO is only supported on the scalar path so change its status to
partially supported. L3 and L4 checksum offload are enabled on scalar
and vector paths so change their statuses from partial to supported.
Fixes: f88de4694d94 ("net/ice: support Tx SSE vector")
Signed-off-by: Ciara Loftus <ciara.loftus at intel.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
doc/guides/nics/features/ice.ini | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/guides/nics/features/ice.ini b/doc/guides/nics/features/ice.ini
index f203205074..2bd7b48c8a 100644
--- a/doc/guides/nics/features/ice.ini
+++ b/doc/guides/nics/features/ice.ini
@@ -20,7 +20,7 @@ Power mgmt address monitor = Y
MTU update = Y
Buffer split on Rx = P
Scattered Rx = Y
-TSO = Y
+TSO = P
Promiscuous mode = Y
Allmulticast mode = Y
Unicast MAC filter = Y
@@ -32,8 +32,8 @@ Traffic manager = Y
CRC offload = Y
VLAN offload = Y
QinQ offload = P
-L3 checksum offload = P
-L4 checksum offload = P
+L3 checksum offload = Y
+L4 checksum offload = Y
Timestamp offload = P
Inner L3 checksum = P
Inner L4 checksum = P
--
2.43.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2026-03-31 00:32:33.801349715 +0300
+++ 0053-doc-fix-TSO-and-checksum-offload-feature-status-for-.patch 2026-03-31 00:32:29.049310000 +0300
@@ -1 +1 @@
-From 06ac4b7e9a0bb0b6153e4a526db9791cc57a4964 Mon Sep 17 00:00:00 2001
+From a517369e3d56f698822edf28a9dffa5e80fbeb90 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 06ac4b7e9a0bb0b6153e4a526db9791cc57a4964 ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org
@@ -20 +21 @@
-index e9796c1eab..893d09e9ec 100644
+index f203205074..2bd7b48c8a 100644
@@ -23 +24 @@
-@@ -21,7 +21,7 @@ Power mgmt address monitor = Y
+@@ -20,7 +20,7 @@ Power mgmt address monitor = Y
@@ -31,2 +32,2 @@
- DCB = Y
-@@ -34,8 +34,8 @@ Traffic manager = Y
+ Unicast MAC filter = Y
+@@ -32,8 +32,8 @@ Traffic manager = Y
More information about the stable
mailing list