[PATCH 7/8] net/iavf: fix documentation of support for TSO
Ciara Loftus
ciara.loftus at intel.com
Tue Sep 16 16:21:12 CEST 2025
TSO is only supported by the scalar path in the iavf driver. Update the
documentation to reflect this partial support.
Fixes: 319c421f3890 ("net/avf: enable SSE Rx Tx")
Cc: stable at dpdk.org
Signed-off-by: Ciara Loftus <ciara.loftus at intel.com>
---
doc/guides/nics/features/iavf.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/nics/features/iavf.ini b/doc/guides/nics/features/iavf.ini
index 7420432840..63c89ee28f 100644
--- a/doc/guides/nics/features/iavf.ini
+++ b/doc/guides/nics/features/iavf.ini
@@ -18,7 +18,7 @@ Burst mode info = Y
Power mgmt address monitor = Y
MTU update = Y
Scattered Rx = Y
-TSO = Y
+TSO = P
Promiscuous mode = Y
Allmulticast mode = Y
Unicast MAC filter = Y
--
2.34.1
More information about the dev
mailing list