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: sta...@dpdk.org Signed-off-by: Ciara Loftus <ciara.lof...@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