Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: One more chimney offload disabling command is added

...

ethtool -K eth1 rx off
ethtool -K eth1 tx off
ethtool -K eth1 sg off
ethtool -K eth1 gso off
ethtool -K eth1 gro off
 

Let's suppose that the name of the file is "offload_off_eth1.txt". In this case running it on system startup can be done in the following ways:

...