]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests: bpf: test batch lookup on array of maps with holes
authorYan Zhai <yan@cloudflare.com>
Mon, 10 Feb 2025 07:22:39 +0000 (23:22 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 19 Feb 2025 01:27:37 +0000 (17:27 -0800)
commitd66b7739176d513b81db8b18e8677e30f1b67574
treeab103de524ca96dab1b887b56207fce9d0237a9f
parent5644c6b50ffee0a56c1e01430a8c88e34decb120
selftests: bpf: test batch lookup on array of maps with holes

Iterating through array of maps may encounter non existing keys. The
batch operation should not fail on when this happens.

Signed-off-by: Yan Zhai <yan@cloudflare.com>
Acked-by: Hou Tao <houtao1@huawei.com>
Link: https://lore.kernel.org/r/9007237b9606dc2ee44465a4447fe46e13f3bea6.1739171594.git.yan@cloudflare.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/map_tests/map_in_map_batch_ops.c