We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Regarding the doc in progress at ietf-wg-bpf/ebpf-docs#4, Quentin wrote:
libbpf v1.0 (see dropping support for maps section in favour of .maps (Andrii's blog)
cilium/ebpf seems to read both types (and also data sections), which seems reasonable behavior: https://github.com/cilium/ebpf/blob/master/elf_reader.go#L125
Aya also seems to read both types: https://github.com/aya-rs/aya/blob/main/aya/src/obj/mod.rs#L1024
redbpf (which unlike Aya is listed as Major) only supports "maps": https://github.com/foniod/redbpf/blob/main/redbpf/src/lib.rs#L1544
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Regarding the doc in progress at ietf-wg-bpf/ebpf-docs#4, Quentin wrote:
cilium/ebpf seems to read both types (and also data sections), which seems reasonable behavior:
https://github.com/cilium/ebpf/blob/master/elf_reader.go#L125
Aya also seems to read both types:
https://github.com/aya-rs/aya/blob/main/aya/src/obj/mod.rs#L1024
redbpf (which unlike Aya is listed as Major) only supports "maps":
https://github.com/foniod/redbpf/blob/main/redbpf/src/lib.rs#L1544
The text was updated successfully, but these errors were encountered: