-
Notifications
You must be signed in to change notification settings - Fork 100
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
Installing/using OpenOnload on Amazon Linux 2023? #144
Comments
Hi @jmgpeeters,
Could you confirm exactly which commit id you are using, please? |
I downloaded a zipped up master from github yesterday, which corresponds to 097d57b. Cheers! |
Thanks @jmgpeeters. This is not something we have seen but you are welcome to see if you can help fix it! Onload includes a version of the On the other hand if the underlying network adapter does not require this particular driver, then you can see these instructions for building without the |
Great, thanks, I'll have a crack at it. |
@jmgpeeters were you able to get onload working on amazon linux? |
I am trying to build from source, using master, on Amazon Linux 2023 with kernel 6.1.25-37.47.amzn2023.x86_64. Has anyone tried this, or is there a better way of getting OpenOnload to work on these machines, e.g. through the tarballs?
I'm stuck at
make -C "$(mmaketool --toppath)/build/$(mmaketool --driverbuild)" ... ERROR: modpost: "pps_register_source" [/work/onload-master/build/x86_64_linux-6.1.25-37.47.amzn2023.x86_64/driver/linux_net/drivers/net/ethernet/sfc/sfc.ko] undefined! ERROR: modpost: "pps_event" [/work/onload-master/build/x86_64_linux-6.1.25-37.47.amzn2023.x86_64/driver/linux_net/drivers/net/ethernet/sfc/sfc.ko] undefined! ERROR: modpost: "pps_unregister_source" [/work/onload-master/build/x86_64_linux-6.1.25-37.47.amzn2023.x86_64/driver/linux_net/drivers/net/ethernet/sfc/sfc.ko] undefined! make[8]: *** [scripts/Makefile.modpost:126: /work/onload-master/build/x86_64_linux-6.1.25-37.47.amzn2023.x86_64/driver/linux_net/drivers/net/ethernet/sfc/Module.symvers] Error 1
On this kernel it seems CONFIG_PPS is unset. Not sure to what extent PPS is a requirement for OpenOnload to work, but other people seem to have gotten OpenOnload running on AWS EC2, so I presume there is a way.
The text was updated successfully, but these errors were encountered: