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
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
..
libbpf@20ea95b450 xtask: Generate new bindings 6 months ago
public-api fix(aya): Fix PerfEventArray resize logic 2 months ago
src codegen: add bpf_stats_type 2 months ago
Cargo.toml chore: Don't use path deps in workspace 7 months ago