-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
igb driver compilation failure with kernel version 3.17.x #166
Comments
Are there any details about the specific OS version or distribution (as the driver compiles for me on 3.17). From: engineerdrmz [mailto:[email protected]] Hi, I am facing compilation issues while compiling igb driver. Is there any patch I must apply to this kernel or revert back to the older kernel version ? Thanks, — |
I am using Fedora 20, kernel 3.17.7 and open-avb-master. One guy (eric-mann) suggested to use open-avb-next. |
Yeah … try open-avb-next … From: engineerdrmz [mailto:[email protected]] I am using Fedora 20, kernel 3.17.7 and open-avb-master. One guy (eric-mann) suggested to use open-avb-next. — |
Hi,
I am facing compilation issues while compiling igb driver.
The errors are -
error: unknown field ‘ndo_set_vf_tx_rate’ specified in initializer
error: ‘struct sk_buff’ has no member named ‘rxhash’
error: implicit declaration of function ‘compare_ether_addr’ [-Werror=implicit-function-declaration]
error: ‘struct ifla_vf_info’ has no member named ‘tx_rate’
Is there any patch I must apply to this kernel or revert back to the older kernel version ?
Eagerly awaiting for the response !
Thanks,
Sumeet Jain
The text was updated successfully, but these errors were encountered: