Excellent talk, eBPF is powerful and it is great to know that I can use this feature with Rust.
@mdaverde2 жыл бұрын
An interesting strategy for the Rust for Linux team to consider is: in their efforts of rewriting kernel modules to design them to be "eBPF-first". As an example, this could mean prioritizing BTF generation for new modules, tooling around easily labeling kfuncs (new eBPF feature), driver support for eBPF hooks such as XDP for networking etc. If we can make this easier for kernel module authors to support out of the box, the eBPF community also benefits.