linux/tools/testing/selftests/bpf/map_tests
Brian Vazquez f0fac2cec2 selftests/bpf: Add batch ops testing to array bpf map
Tested bpf_map_lookup_batch() and bpf_map_update_batch()
functionality.

  $ ./test_maps
      ...
        test_array_map_batch_ops:PASS
      ...

Signed-off-by: Brian Vazquez <brianvv@google.com>
Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200115184308.162644-10-brianvv@google.com
2020-01-15 14:00:35 -08:00
..
.gitignore selftests/bpf: add test_sysctl and map_tests/tests.h to .gitignore 2019-05-16 11:41:31 -07:00
array_map_batch_ops.c selftests/bpf: Add batch ops testing to array bpf map 2020-01-15 14:00:35 -08:00
htab_map_batch_ops.c selftests/bpf: Add batch ops testing for htab and htab_percpu map 2020-01-15 14:00:35 -08:00
sk_storage_map.c