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
Hengqi Chen e12e8a9ded aya-bpf/maps: Create LPMTrie with BPF_F_NO_PREALLOC
The Linux kernel requires BPF_F_NO_PREALLOC on creating LPMTrie ([0]).
Add BPF_F_NO_PREALLOC flag in LPMTrie constructor.

Closes #332.

  [0]: https://github.com/torvalds/linux/blob/9e6b19a66d9b/kernel/bpf/lpm_trie.c#L551

Signed-off-by: Hengqi Chen <chenhengqi@outlook.com>
3 years ago
..
.cargo Re-organize into a single workspace 3 years ago
aya-bpf aya-bpf/maps: Create LPMTrie with BPF_F_NO_PREALLOC 3 years ago
aya-bpf-bindings bpf: re-reun build.rs if env changed 3 years ago
aya-bpf-cty bpf: re-reun build.rs if env changed 3 years ago
aya-log-ebpf Re-organize into a single workspace 3 years ago
rust-toolchain.toml Re-organize into a single workspace 3 years ago