]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: add tests for libbpf's hashmap
authorAndrii Nakryiko <andriin@fb.com>
Fri, 24 May 2019 18:59:01 +0000 (11:59 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 24 May 2019 21:05:57 +0000 (14:05 -0700)
commit2a374510e3e0d1077b1003057672637d23c83100
tree607ba104e136e4d83f29641bb7aeca298ba16063
parente33d85364428cb46dc763c4c5799eb72901a6826
selftests/bpf: add tests for libbpf's hashmap

Test all APIs for internal hashmap implementation.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/.gitignore
tools/testing/selftests/bpf/Makefile
tools/testing/selftests/bpf/test_hashmap.c [new file with mode: 0644]