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
Dave Tucker 3d57d358e4 fix(aya): Fix PerfEventArray resize logic
There was a logic bug in the previously merged patch where we
set the correctly calculated max_entries size with the original.

To fix this and prevent regressions a unit test was added.
This highlighted that the original map definition needs to be
mutated in order for the max_entries change to be properly applied.

As such, this resize logic moved out of aya::sys into aya::maps

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
2 months ago
..
aya-ebpf-bindings.txt build(deps): update public-api requirement in the cargo-crates group 3 months ago
aya-ebpf-cty.txt chore: Bless public API changes 7 months ago
aya-ebpf-macros.txt chore: Bless public API changes 7 months ago
aya-ebpf.txt fix(ebpf): Remove PerfEventArray::with_max_entries 2 months ago
aya-log-common.txt chore: Bless public API 2 months ago
aya-log-ebpf-macros.txt xtask: Add cargo-public-api 1 year ago
aya-log-ebpf.txt xtask: Add cargo-public-api 1 year ago
aya-log-parser.txt public-api: regenerate 3 months ago
aya-log.txt chore(aya-log): bless API 5 months ago
aya-obj.txt [codegen] Update libbpf to 686f600bca59e107af4040d0838ca2b02c14ff50 2 months ago
aya.txt fix(aya): Fix PerfEventArray resize logic 2 months ago