OSDN Git Service

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)
commit5d04ec687cf98bc6e8073c646994736a46ed4e24
tree607ba104e136e4d83f29641bb7aeca298ba16063
parente3b924224028c6fc31545e3812eecbe2ddbf35f6
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]