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/bpf
Kenjiro Nakayama c57cedd2d4 Add missing BPF_MAP_TYPE_STACK in BPF code
Currently BPF_MAP_TYPE_STACK is supported by user code (`aya/src/maps/stack.rs`),
but it does not support the BPF_MAP_TYPE_STACK BPF code.

This patch fixes it.
3 years ago
..
aya-bpf Add missing BPF_MAP_TYPE_STACK in BPF code 3 years ago
aya-bpf-bindings Add riscv64 bindings 3 years ago
aya-bpf-cty bpf: Fix clippy warnings 4 years ago
aya-bpf-macros Don't use #[no_mangle] (clashes with `#[export_name]`) 3 years ago
Cargo.toml bpf: add aya-bpf-bindings 4 years ago