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/public-api
Andrew Stoycos 72cf497448 aya/maps: fix libbpf_pin_by_name, add pin() api
- Aligns with libbpf for the special LIBBPF_PIN_BY_NAME
map flag. Specifically if the flag is provided without a pin path
default to "/sys/fs/bpf".

- Adds new `maps_mut()` API to the BpfManager to allow us to iterate though
and pin all of maps at the same time.

- Adds new pin()/unpin() api to Maps so they
can be generically pinned AFTER load.

- Adds macro for pinning explicit map types in aya.
Convert all explicit map types "inner" field to be
pub crate in order to facilitate this.

Signed-off-by: Andrew Stoycos <astoycos@redhat.com>
2 years ago
..
aya-bpf-bindings.txt xtask: Add cargo-public-api 2 years ago
aya-bpf-cty.txt xtask: Add cargo-public-api 2 years ago
aya-bpf-macros.txt xtask: Add cargo-public-api 2 years ago
aya-bpf.txt xtask: Add cargo-public-api 2 years ago
aya-log-common.txt aya-log: s/Result<usize, ()>/Option<NonZeroUsize>/ 2 years ago
aya-log-ebpf-macros.txt xtask: Add cargo-public-api 2 years ago
aya-log-ebpf.txt xtask: Add cargo-public-api 2 years ago
aya-log-parser.txt xtask: Add cargo-public-api 2 years ago
aya-log.txt xtask: bless API with new nightly 2 years ago
aya-obj.txt aya: MapData::fd is non-optional 2 years ago
aya-tool.txt xtask: bless API with new nightly 2 years ago
aya.txt aya/maps: fix libbpf_pin_by_name, add pin() api 2 years ago