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 c5d5695a71 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 3 years ago
aya-bpf-macros bpf: Support BPF_PROG_TYPE_SK_LOOKUP 3 years ago
Cargo.toml bpf: add aya-bpf-bindings 4 years ago