RSSAmplifier

Miek Gieben · Aug 29, 2024

eBPF from Go; First Steps

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

So I had this itch that I wanted to make a Go program compile to eBPF and be able to load that
program in the Linux kernel by use of bpftool . 
 As I say in github.com/miekg/ebpf 
 
 eBPF in C? What am I, a farmer? 
 
 After much reading about eBPF and thinking about how that would work from Go, I figured that would
involve writing a Go compiler. 
 So I could: 
…

Read on miek.nl

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.