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...
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...