Deprecate the library part and integrate the BCC Go-bindings in the BCC repo #304
Open
Description
This repo has two parts: go bindings for the bcc framework, and low-level routines to load and use eBPF programs from .elf files.
It has been unmaintained for a while, which means that for the low-level routines, cilium/ebpf does a better job and should be used instead of this one. For the bcc go-bindings, they are still useful, but it doesn't make sense to have them in this repo. They should be in the bcc repo together with the bindings for other languages.
So, the plan is to deprecate the low-level routines and move the other code to the other repo. If someone has any reason to object to either of those, please let us know.
Metadata
Assignees
Labels
No labels