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/aya/src
aorhant 9e1bcd0ab8 aya: Fix PerCpuHashMap NotFound
PerCpuHashMap was never returning MapError::KeyNotFound because
bpf_map_lookup_elem_per_cpu was replacing Ok(None) with
Ok(Some(zeroed_value)).

Update bpf_map_lookup_elem_per_cpu to map the Option value.
8 months ago
..
maps aya: Fix PerCpuHashMap NotFound 8 months ago
programs codegen: remove outdated workaround 9 months ago
sys aya: Fix PerCpuHashMap NotFound 8 months ago
bpf.rs codegen: remove outdated workaround 9 months ago
lib.rs chore: remove aya_obj -> obj alias 9 months ago
pin.rs rustfmt: group_imports = "StdExternalCrate" 2 years ago
util.rs aya: Fix PerCpuHashMap NotFound 8 months ago