linux/tools/testing/selftests/bpf/map_tests
Pedro Tammela e9bd8cbd97 bpf: selftests: Add tests for batched ops in LPM trie maps
Uses the already existing infrastructure for testing batched ops.
The testing code is essentially the same, with minor tweaks for this use
case.

Suggested-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: Pedro Tammela <pctammela@mojatatu.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20210323025058.315763-3-pctammela@gmail.com
2021-03-25 18:51:08 -07:00
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
array_map_batch_ops.c bpf: selftests: Remove unused 'nospace_err' in tests for batched ops in array maps 2021-03-15 22:19:33 -07: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
lpm_trie_map_batch_ops.c bpf: selftests: Add tests for batched ops in LPM trie maps 2021-03-25 18:51:08 -07:00
sk_storage_map.c