Paul Chaignon

@pchaigno.bsky.social

System security, eBPF, and programmable networks. Working on Cilium's BPF-based datapath. He/him.

I had missed that the program and slides of bpfconf 2026 had been published at the beginning of summer: bpfconf.ebpf.io. This year there were talks on BPF Coroutines, KASAN support, backpressure support for sockmap, arena libraries, BPF signing, and a lot more.

We've received 37 submissions for the eBPF workshop this year, up again from the previous year! We've accepted 15 submissions following the peer-review process. I can't wait to see everyone discuss their work in Prague!

Bar plot of the number of submitted and accepted papers across different research areas, including OS, networking, machine learning, security, compilation, and formal methods (ordered by occurrences in submissions). Each paper may span multiple research areas. Three papers are undergoing minor revisions.

In his latest blog, @vincent.bernat.ch looked at how to load balance uneven traffic flows across multiple workers all listening on the same port: vincent.bernat.ch/en/blog/2026.... And of course, eBPF can help here! As usual, very easy to follow along and with code walkthroughs.

Using eBPF to load-balance traffic across UDP sockets with Go

Learn how to implement eBPF-based load balancing for UDP sockets in Go. The article also covers graceful restarts.

vincent.bernat.ch