Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2018-01-25 01:18:34
Size: 232
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
Line 9: Line 9:
   * 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)