Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #34

Merged
merged 1 commit into from
Aug 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@

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 below eBPF program types -
SDK currently supports -

1. Traffic Classifiers
2. XDP
3. Kprobes/Kretprobes
4. Tracepoint probes
1. eBPF program types -
a. Traffic Classifiers
b. XDP
c. Kprobes/Kretprobes
d. Tracepoint probes
2. Ring buffer (would need kernel 5.10+)

Ring buffer support is available and that would need kernel 5.10+. Map in Map support and perf buffer support is not yet available.
SDK currently do not support -

1. Map in Map
2. Perf buffer

Contributions welcome!

Expand Down