[PATCH 2/8] net/ice: fix documentation of support for TSO
Ciara Loftus
ciara.loftus at intel.com
Tue Sep 16 16:21:07 CEST 2025
TSO is only supported by the scalar path in the ice driver. Update the
documentation to reflect this partial support.
Fixes: f88de4694d94 ("net/ice: support Tx SSE vector")
Cc: stable at dpdk.org
Signed-off-by: Ciara Loftus <ciara.loftus at intel.com>
---
doc/guides/nics/features/ice.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/nics/features/ice.ini b/doc/guides/nics/features/ice.ini
index 2703493514..f6439fde35 100644
--- a/doc/guides/nics/features/ice.ini
+++ b/doc/guides/nics/features/ice.ini
@@ -21,7 +21,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
--
2.34.1
More information about the stable
mailing list