From: Jakub Kicinski Date: Tue, 4 Mar 2025 23:32:04 +0000 (-0800) Subject: selftests: net: bpf_offload: add 'libbpf_global' to ignored maps X-Git-Tag: v6.15-rc1~160^2~157 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56a586961bf89f2461ebb1b16541b7a161f63238;p=thirdparty%2Fkernel%2Flinux.git selftests: net: bpf_offload: add 'libbpf_global' to ignored maps After installing pahole on the CI image we have a new map created by libbpf. Ignore it otherwise we see: Exception: Time out waiting for map counts to stabilize want 2, have 3 Acked-by: Stanislav Fomichev Link: https://patch.msgid.link/20250304233204.1139251-2-kuba@kernel.org Signed-off-by: Jakub Kicinski --- diff --git a/tools/testing/selftests/net/bpf_offload.py b/tools/testing/selftests/net/bpf_offload.py index 4a9be8c49561f..b2c271b79240b 100755 --- a/tools/testing/selftests/net/bpf_offload.py +++ b/tools/testing/selftests/net/bpf_offload.py @@ -712,6 +712,7 @@ _, base_maps = bpftool("map") base_map_names = [ 'pid_iter.rodata', # created on each bpftool invocation 'libbpf_det_bind', # created on each bpftool invocation + 'libbpf_global', ] # Check netdevsim