eBPF Summit Day 1 Recap
cilium.io
eBPF Summit Day 1 Recap
1–10 of 26 posts
Re: eBPF Summit Day 1 Recap
#2Re: eBPF Summit Day 1 Recap
#3This caught my eye: Lou Xun (CCP Games) - Traffic Control the Rabbit with Rust using RedBPF. An xdp context transparently available to rust ;) https://github.com/aquarhead/protect-the-rabbit https://github.com/redsift/redbpf
Re: eBPF Summit Day 1 Recap
#4This caught my eye: Lou Xun (CCP Games) - Traffic Control the Rabbit with Rust using RedBPF. An xdp context transparently available to rust ;) https://github.com/aquarhead/protect-the-rabbit https://github.com/redsift/redbpf
(Bounded loops are really fussy anyways and you probably won't use them in most programs, so writing in a single language rather than Rust and C might easily be enough of a win).
Re: eBPF Summit Day 1 Recap
#5This caught my eye: Lou Xun (CCP Games) - Traffic Control the Rabbit with Rust using RedBPF. An xdp context transparently available to rust ;) https://github.com/aquarhead/protect-the-rabbit https://github.com/redsift/redbpf
Disclaimer: I wrote libbpf-rs.
Re: eBPF Summit Day 1 Recap
#6Re: eBPF Summit Day 1 Recap
#7This caught my eye: Lou Xun (CCP Games) - Traffic Control the Rabbit with Rust using RedBPF. An xdp context transparently available to rust ;) https://github.com/aquarhead/protect-the-rabbit https://github.com/redsift/redbpf
A possibly lighter weight alternative is libbpf-rs [0]. libbpf-rs is designed to take advantage of BPF's Compile-Once-Run-Everywhere functionality where you can ship a pre-compiled object file to production instead of an entire compiler toolchain. Disclaimer: I wrote libbpf-rs. [0]: https://github.com/libbpf/libbpf-rs
Re: eBPF Summit Day 1 Recap
#8Earlier quoted context omitted.
A possibly lighter weight alternative is libbpf-rs [0]. libbpf-rs is designed to take advantage of BPF's Compile-Once-Run-Everywhere functionality where you can ship a pre-compiled object file to production instead of an entire compiler toolchain. Disclaimer: I wrote libbpf-rs. [0]: https://github.com/libbpf/libbpf-rs
Do people generally do that? Is this an artifact of people using iovisor/bcc and Python or whatever? We just build .o files with clang and ship 'em.
Re: eBPF Summit Day 1 Recap
#9Re: eBPF Summit Day 1 Recap
#10day 2 stream is here: https://youtu.be/jw8tEPP6jwQ