mirror of https://github.com/aya-rs/aya
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.
Enables creation of Map enum variants directly from MapData instances, allowing user-space handles to pinned BPF maps without requiring the original BPF object. Supports hash map types: - BPF_MAP_TYPE_HASH - BPF_MAP_TYPE_LRU_HASH - BPF_MAP_TYPE_PERCPU_HASH - BPF_MAP_TYPE_LRU_PERCPU_HASH Motivation: - Simplifies accessing pinned maps in multi-threaded user space - Avoids full BPF reloads and potential deadlocks - Matches existing ergonomic APIs like LruHashMap::try_from - Keeps user code safe and idiomatic: Closes https://github.com/aya-rs/aya/issues/1305 Includes test coverage to validate the new API. |
3 days ago | |
---|---|---|
.. | ||
aya-build.txt | 3 months ago | |
aya-ebpf-bindings.txt | 6 months ago | |
aya-ebpf-cty.txt | 2 years ago | |
aya-ebpf-macros.txt | 6 months ago | |
aya-ebpf.txt | 3 days ago | |
aya-log-common.txt | 3 days ago | |
aya-log-ebpf-macros.txt | 2 years ago | |
aya-log-ebpf.txt | 2 months ago | |
aya-log-parser.txt | 6 months ago | |
aya-log.txt | 1 week ago | |
aya-obj.txt | 4 months ago | |
aya.txt | 3 days ago |