selftests/bpf: Add bpf_arena_htab test.
authorAlexei Starovoitov <ast@kernel.org>
Fri, 8 Mar 2024 01:08:12 +0000 (17:08 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Mon, 11 Mar 2024 22:43:43 +0000 (15:43 -0700)
commit8df839ae23b8c581bdac4b6970d029d65a415852
tree0adc349c9b30acf84420c5e52584264a0b048f4f
parent9f2c156f90a422b4897a8c2831076a96a31413d1
selftests/bpf: Add bpf_arena_htab test.

bpf_arena_htab.h - hash table implemented as bpf program

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20240308010812.89848-15-alexei.starovoitov@gmail.com
tools/testing/selftests/bpf/DENYLIST.aarch64
tools/testing/selftests/bpf/DENYLIST.s390x
tools/testing/selftests/bpf/bpf_arena_htab.h [new file with mode: 0644]
tools/testing/selftests/bpf/prog_tests/arena_htab.c [new file with mode: 0644]
tools/testing/selftests/bpf/progs/arena_htab.c [new file with mode: 0644]
tools/testing/selftests/bpf/progs/arena_htab_asm.c [new file with mode: 0644]