Created
August 8, 2014 11:02
-
-
Save safchain/9da5e657fecf0a5c5460 to your computer and use it in GitHub Desktop.
auto offload
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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