diff options
author | Hou Tao <[email protected]> | 2023-11-01 11:24:55 +0800 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2023-11-09 18:58:40 -0800 |
commit | 2f553b032cad4993969cab356b3b0e306fcd1cd1 (patch) | |
tree | 989e0be5c06e56cf68317fbd3614ed9e2423d5b2 /tools/perf/scripts/python/flamegraph.py | |
parent | b9b79553163788d3fc42e25c2662c0a46dc9a3c5 (diff) |
selftsets/bpf: Retry map update for non-preallocated per-cpu map
BPF CI failed due to map_percpu_stats_percpu_hash from time to time [1].
It seems that the failure reason is per-cpu bpf memory allocator may not
be able to allocate per-cpu pointer successfully and it can not refill
free llist timely, and bpf_map_update_elem() will return -ENOMEM.
So mitigate the problem by retrying the update operation for
non-preallocated per-cpu map.
[1]: https://github.com/kernel-patches/bpf/actions/runs/6713177520/job/18244865326?pr=5909
Signed-off-by: Hou Tao <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions