On Sat, Nov 9, 2024 at 5:10 AM gagan tiwari via rocky rocky@lists.resf.org wrote:
Hi Guys, I am not able to compile ExaNic drivers 2.7.4 on rt kernel. kernel-rt-4.18.0-553.16.1.rt7.357.el8_10.x86_64.rpm
Getting following error :-
[image: image.png]
When I tried to compile it by ignoring error message , I am getting kernel panic with following message
[image: image.png]
Please help me how to make it work.
Thanks, Gagan
Looks like napi_reschedule has been replaced with napi_schedule [1] in the current RHEL/Rocky kernel. You may want to change napi_reschedule(napi) in the driver's source code to napi_schedule(napi) and try again.
Akemi
[1] https://patchwork.kernel.org/project/linux-wireless/patch/20231002151023.405...