You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/ebpf
Michal Rostecki d102383d31 feat(aya-ebpf): BTF maps
Before this change, Aya supported only legacy BPF map definitions, which
are instances of the `bpf_map_def` struct and end up in the `maps` ELF
section. This change introduces BTF maps, with custom structs indicating
the metadata of the map, which end up in the `.maps` section.

Legacy maps are not supported by libbpf anymore and not even by the
kernel for newer types of maps like inode/task storage.

Add support of BTF maps in aya-ebpf under the `btf-maps` feature flag.

Usage of this feature requires emitting debug info for the eBPF crate
and passing the `--btf` flag to bpf-linker.
1 month ago
..
.cargo chore: Rename bpf dir to ebpf 11 months ago
aya-ebpf feat(aya-ebpf): BTF maps 1 month ago
aya-ebpf-bindings Release aya-ebpf-cty v0.2.2, aya-ebpf-bindings v0.1.1, aya-ebpf-macros v0.1.1, aya-ebpf v0.1.1 3 months ago
aya-ebpf-cty Remove long-dead travis config 2 months ago
aya-log-ebpf Release aya-log-common v0.1.15, aya-log-ebpf v0.1.1 3 months ago
rust-toolchain.toml chore: Rename bpf dir to ebpf 11 months ago