we do the following on linux rhel machines
ethtool -K ifcfg-478476 tso off
now lets say that we want to verify the settings
how to do the check with ethtool or other cli?
we try
ethtool -k ifcfg-478476 | grep -i tso
but we not get status
any idea ?
note - ifcfg-478476
is the eth link
In the output of
ethtool -k
, it is calledtcp-segmentation-offload
, nottso
. The output is like this: