-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Tag for Debian 11 "Bullseye" #6
Comments
If you check out the release notes of Onload-7.1.1 it says: They now develop Onload in the open. So maybe it is fixed there? I'm not sure. This tooling only grabs official release packages. But, it could be possible to instead clone from GitHub and build/install from source. |
Thanks for pointing that out. |
Thanks for confirming. I was able to build Onload from a Bullseye image. I don't intend to make automated builds for non-released Onload versions. The main complication, and be aware of this if you try it yourself, is that the Although I won't make the Bullseye build yet, I will put up a When there is a new Onload release, I will make an automated build for Bullseye. |
I just pushed this... https://github.com/neomantra/docker-onload/blob/master/bullseye/Dockerfile Use like so:
|
Slightly off-topic, but for those contemplating to use an unsupported (git) version, does that include TCPDirect? From what I see it doesn't. Or at least there is no mention of it in the docs. |
It doesn't look like any TCPDirect ( |
Version |
Pushed code, but blocked by #7 |
I am interested to know if this can be made to work with Debian 11 "Bullseye" (Linux kernel 5.10).
For reference, Linux kernel 5.10 is the most recent LTS Linux (released Dec 2020). The preceding LTS is Linux version 5.4 (released Nov 2019), the one used by Ubuntu Focal, for which you provide an image tag.
My attempts at compiling the OpenOnload package against 5.10 have failed with error "error: implicit declaration of function ‘map_vm_area’; did you mean ‘get_vm_area’? [-Werror=implicit-function-declaration]"
The text was updated successfully, but these errors were encountered: