7 comments

[ 5.2 ms ] story [ 12.9 ms ] thread
This is very interesting. I dabbled with eBPF before using the more traditional bcc tools and the canned scripts, but this deep dive really gives a good perspective on the implementation underneath.

I wonder how long before we will see more critical parts of the kernel machinery being implemented completely in eBPF (like XDP currently). Fascinating technology!

Took me a while to find that eBPF was extended/enhanced Berkeley Packet Filter. Wikipedia was no help.
Just one place early on this page using the full words instead of the acronym would have done the job. Such a small change would make such an immense difference for outsiders.