Dmitry V. Levin
cf36cc7c78
* xlat/bpf_map_flags.in (BPF_F_ZERO_SEED): New constant introduced by Linux kernel commit v5.0-rc1~129^2~114^2~18^2~3. * xlat/bpf_prog_flags.in (BPF_F_ANY_ALIGNMENT): New constant introduced by Linux kernel commit v5.0-rc1~129^2~209^2~17^2~3. * NEWS: Mention this. * tests/bpf.c (BPF_MAP_CREATE_checks, BPF_PROG_LOAD_checks, print_BPF_PROG_LOAD_attr3, print_BPF_PROG_LOAD_attr4): Update.
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
BPF_F_NO_PREALLOC 1U
|
|
BPF_F_NO_COMMON_LRU (1U << 1)
|
|
BPF_F_NUMA_NODE (1U << 2)
|
|
BPF_F_RDONLY (1U << 3)
|
|
BPF_F_WRONLY (1U << 4)
|
|
BPF_F_STACK_BUILD_ID (1U << 5)
|
|
BPF_F_ZERO_SEED (1U << 6)
|