claranet / centos7-ami

Shell script to build CentOS 7 AMI
GNU General Public License v2.0
34 stars 18 forks source link

ixgbevf 3.3.2 doesn't support InterruptThrottleRate=1,1,1,1,1,1,1,1 #3

Closed nichenke closed 7 years ago

nichenke commented 7 years ago

I ran into this trying to boot a freshly built image on a i2.xlarge node. Short version, the boot fails because the module no longer takes module parameters (modinfo backs this up on ixgbevf-3.3.2).

I'm using a manual ethtool -C eth0 rx-usecs 1 as a work around for now.

Given the undocumented removal of a parameter in ixgbevf, who knows what is right or expected...

bashtoni commented 7 years ago

This is resolved by 25ae357