ucode-mod-bpf: add new package for a ucode libbpf binding
authorFelix Fietkau <nbd@nbd.name>
Sun, 8 Jan 2023 19:40:40 +0000 (20:40 +0100)
committerFelix Fietkau <nbd@nbd.name>
Mon, 9 Jan 2023 10:35:20 +0000 (11:35 +0100)
commit0cc1c302b188f905ccf081d8f3984cee27bd7524
treede15997a1c12c1ad9b38aedf5d727805fb9c3812
parentd6a284e4cea46129a18542c6f23309b7bf1af174
ucode-mod-bpf: add new package for a ucode libbpf binding

The bpf plugin provides functionality for loading and interacting with
eBPF modules.

It allows loading full modules and pinned maps/programs and supports
interacting with maps and attaching programs as tc classifiers.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/utils/ucode-mod-bpf/Makefile [new file with mode: 0644]
package/utils/ucode-mod-bpf/src/bpf.c [new file with mode: 0644]