Skip to content

Instantly share code, notes, and snippets.

@safchain
Created August 8, 2014 11:02
Show Gist options
  • Save safchain/9da5e657fecf0a5c5460 to your computer and use it in GitHub Desktop.
Save safchain/9da5e657fecf0a5c5460 to your computer and use it in GitHub Desktop.
auto offload
ip monitor link | awk -F ': ' '/qvb|qvo|qbr/{system("ethtool --offload "$2 " tso off gso off tx off ufo off gro off")}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment