With redbpf, we recently started migrating to libbpf-sys from our own wrapper that preceded this project. However, our CI quickly flagged up an error on aarch64, which I think we can only address by partially reverting to generating our own bindings to certain calls.
My question is whether we're mis-using libbpf-sys, or is this a known limitation? I couldn't find other than AMD64 compatibility in the CI.
I'd be happy to dig deeper on this, just wanted to get a confirmation if you have any experience on this front.
Thanks!
With redbpf, we recently started migrating to
libbpf-sysfrom our own wrapper that preceded this project. However, our CI quickly flagged up an error on aarch64, which I think we can only address by partially reverting to generating our own bindings to certain calls.My question is whether we're mis-using
libbpf-sys, or is this a known limitation? I couldn't find other than AMD64 compatibility in the CI.I'd be happy to dig deeper on this, just wanted to get a confirmation if you have any experience on this front.
Thanks!