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/xtask
Adam Schreck a83fec2789 aya: add Map::from_map_data() for pinned map access
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.
2 days ago
..
libbpf@20ea95b450 xtask: Generate new bindings 1 year ago
public-api aya: add Map::from_map_data() for pinned map access 2 days ago
src xtask: add the target method to Architecture 3 weeks ago
Cargo.toml build(deps): bump the cargo-crates group with 2 updates 3 months ago