Quentin Monnet Profile picture
eBPF tooling, datapath and hardware offload. Fast networking, microservices, with a pinch of salt. One day I'll be the first human to pass the kernel verifier.
Mar 1, 2019 71 tweets 27 min read
More and more people are experimenting with #eBPF (great!), but it seems that not everyone knows how bpftool can help manage BPF objects. I'm starting a series of tweets to help spread the awareness. Expect about one tweet a day. [1] The sources for bpftool can be found in the Linux kernel repository. git.kernel.org/pub/scm/linux/…
To compile it: cd tools/bpf/bpftool; make; (make install; make doc; make doc-install)