You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aya-rs makes it easy to write eBPF programs in Rust, but the dependencies required to dynamically compile and load BPF programs into the kernel while the sinabro agent is running, as the method used by Cilium, seems too heavy.
Using libbpf-rs is expected to recolve this issue.
aya-rs makes it easy to write eBPF programs in Rust, but the dependencies required to dynamically compile and load BPF programs into the kernel while the sinabro agent is running, as the method used by Cilium, seems too heavy.
Using libbpf-rs is expected to recolve this issue.
https://github.com/libbpf/libbpf-rs/blob/master/libbpf-cargo/src/build.rs#L167
The text was updated successfully, but these errors were encountered: