Linux - disable TCP Offload for a network device

Published on Author admin

Use below command to disable TCP Offload for a network device:

ethtool -K eth0 tx off

Settings verification:

ethtool --show-offload eth0

You can see results before (left) and after (right) making changes: