#format wiki #language en = Offloading of network traffic processing to hardware = * Links: [[Linux/Mtu]] , https://www.kernel.org/doc/Documentation/networking/checksum-offloads.txt * View settings with * sudo ethtool -k eth0 * To check current offload settings use the ethtool command. Some device settings may be listed as fixed, meaning they cannot be changed. * Set settings. * # ethtool -K eth0 tx off rx off gso off tso off gro off lro off ...