Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2018-01-25 01:13:21
Size: 180
Editor: PieterSmit
Comment:
Revision 4 as of 2018-05-08 22:54:52
Size: 483
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * Links: https://www.kernel.org/doc/Documentation/networking/checksum-offloads.txt  * 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

Offloading of network traffic processing to hardware

...

linux/PacketOffloadingMtu (last edited 2018-05-08 22:54:52 by PieterSmit)