diff --git a/assets/callviz_fib.png b/assets/callviz_fib.png index e9ac71a..1d573d9 100644 Binary files a/assets/callviz_fib.png and b/assets/callviz_fib.png differ diff --git a/assets/callviz_rev.png b/assets/callviz_rev.png index b7e577a..f45e3e5 100644 Binary files a/assets/callviz_rev.png and b/assets/callviz_rev.png differ diff --git a/posts/ebpf.md b/posts/ebpf.md index 7fa08e4..c262f0d 100644 --- a/posts/ebpf.md +++ b/posts/ebpf.md @@ -16,6 +16,8 @@ date: "2024-01-11"   Having discovered eBPF and read a few books about it, I'm writing here the essentials to remember about the basics. It's mainly a mix of my personal notes from the books "Learning eBPF" by Liz Rice and "Linux Observability with BPF" by David Calavera. The aim is to write down the essentials without going into too much technical detail, a sort of memo. + +You can find my eBPF (XDP) projects at the bottom of the page.   ## What is eBPF ?