Skip to content

v0.2.0

Compare
Choose a tag to compare
@achevuru achevuru released this 09 Aug 21:03
· 79 commits to main since this release
90e7d70

Golang based SDK for kernel eBPF operations i.e, load/attach/detach eBPF programs and create/delete/update maps. SDK relies on Unix bpf() system calls.

SDK currently supports -

  1. eBPF program types -
    a. Traffic Classifiers
    b. XDP
    c. Kprobes/Kretprobes
    d. Tracepoint probes
  2. Ring buffer

SDK currently do not support -

  1. Map in Map
  2. Perf buffer

Note: This is the first version of SDK and interface is subject to change so kindly review the release notes before upgrading.