kubearmor / libbpf

KubeArmor eBPF Go library based on Linux libbpf API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrapper function required for implementing ringbuffer

Ankurk99 opened this issue · comments

To initialize ring buffer we will need a wrapper function. This could be something like InitRingBuf(), used by libbpfgo (https://github.com/aquasecurity/libbpfgo/blob/main/selftest/ringbuffers/main.go#L60)

@Ankurk99 thanks for raising this issue. I'll working on it.