-
Notifications
You must be signed in to change notification settings - Fork 349
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
Linux kernel 4.0 support for e1000e cards #2
Comments
Hi Thank you
|
My patch do not have backward compatibility and blindly makes changes for the linux kernel 4.0. Do let me know if you still want the patch on your dev branch. |
Any chance to put #if macro based on kernel version? Alfredo
|
I can do that, though not a big fan of conditional compilation in this case. How about maintaining different branch for newer kernels? Don't you think that'll be better than polluting the code to support future kernel versions? |
In that case we have to maintain N branches, one per kernel version, too time consuming, we prefer to use #ifdef. Alfredo
|
Yes, that would be one branch per major kernel release. Anyway, since you want to maintain via conditional compilation so I'll rework the patch appropriately and post something this week. |
Thank you, we will appreciate that
|
@neeraj9 are you still planning for post your contribution or shall this issue be closed for now? |
I just didnt gotten around to do conditional compilation, additionally my system crashed in the mean time so I had to rework lately and didnt test it well enough. I'll try to spend some time this week, so you can keep this issue open for another more week. |
Thanks for the update @neeraj9 we will keep this open |
Please check if e1000e-3.2.4.2-zc is working fine or we have to patch it |
Did you find an issue with the patch? |
Nope, but since we will release this new version, it is worth check if it also solves this issue. |
I tested with linux kernel 4.0.3-1 and not 3.x or older kernel. Having said that I invested a good amount of time while trying to maintain backward compatibility. |
Yes I know, thank you, we really appreciate that. What I asked was if you tested e1000e-3.2.4.2-zc on kernel 4.0.3-1. |
Yes. I testing the patch on my kernel which is 4.0.3-1 |
I have recently upgraded to Linux kernel 4.0 and PF_RING no longer works for me. Since, I have intel e1000e based ethernet controller so I have made a private patch for the same.
Do let me know if you are planning to launch a separate branch for kernel 4.0 and I can contribute my e1000e patch there.
The text was updated successfully, but these errors were encountered: