]> www.infradead.org Git - users/hch/misc.git/commit
bpf: Check map->record at the beginning of check_and_free_fields()
authorHou Tao <houtao1@huawei.com>
Sat, 15 Mar 2025 15:09:30 +0000 (23:09 +0800)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 15 Mar 2025 19:06:50 +0000 (12:06 -0700)
commitbb2243f4328bc2e4aa4d8566a5a0a7f9ce947570
tree1a136a59609641be3b4cecd2946543532669b13a
parent8c10109a979a5cc04b144d2fa6a6cacd57f390b3
bpf: Check map->record at the beginning of check_and_free_fields()

When there are no special fields in the map value, there is no need to
invoke bpf_obj_free_fields(). Therefore, checking the validity of
map->record in advance.

After the change, the benchmark result of the per-cpu update case in
map_perf_test increased by 40% under a 16-CPU VM.

Signed-off-by: Hou Tao <houtao1@huawei.com>
Acked-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Link: https://lore.kernel.org/r/20250315150930.1511727-1-houtao@huaweicloud.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/hashtab.c