OSDN Git Service

selftest/bpf/benchs: Make a function static in bpf_hashmap_full_update
authorAnton Protopopov <aspsk@isovalent.com>
Mon, 13 Feb 2023 09:15:14 +0000 (09:15 +0000)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 16 Feb 2023 00:29:31 +0000 (16:29 -0800)
commit2f1c59637fb17dbb2a725c3bd48e4d9d3809df89
treeca331ef08182343de5bfaea180d904dbe2045453
parent4db98ab445c58bd26c303ef7a10ccd8f049acc22
selftest/bpf/benchs: Make a function static in bpf_hashmap_full_update

The hashmap_report_final callback function defined in the
benchs/bench_bpf_hashmap_full_update.c file should be static.

Signed-off-by: Anton Protopopov <aspsk@isovalent.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20230213091519.1202813-3-aspsk@isovalent.com
tools/testing/selftests/bpf/benchs/bench_bpf_hashmap_full_update.c