Tags: oskardrums/ebpf
Tags
Add user space eBPF maps methods * Rename ebpf_lib -> ebpf_user, ebpf_gen -> ebpf_kern * Bump OTP application version * Fix omission in ebpf_SUITE.erl * Move (dis)assemble/1 to dedicated module * Add examples/cf_ttl.erl This is a port of Cloudflare's famous ebpf.go to Erlang `ebpf` A couple of bugs arose and were fixed while testing this example * Add ebpf_user:{update,lookup,delete}_map_element * Add ebpf_user:get_map_next_key/2 * Complete the cf_ttl example