]> git.baikalelectronics.ru Git - kernel.git/commit
libbpf: Use bpf_map_create() consistently internally
authorAndrii Nakryiko <andrii@kernel.org>
Wed, 24 Nov 2021 19:32:31 +0000 (11:32 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 25 Nov 2021 22:35:46 +0000 (23:35 +0100)
commit9439a83f6d9b5536384d01790822d397873f15b0
treeeca94caf86ffd9ac5a41c6ab2f01e1e0677992df
parentd97be7c8a2b95f8db02d16e82b6606c4de62b1c8
libbpf: Use bpf_map_create() consistently internally

Remove all the remaining uses of to-be-deprecated bpf_create_map*() APIs.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20211124193233.3115996-3-andrii@kernel.org
tools/lib/bpf/libbpf.c
tools/lib/bpf/libbpf_probes.c
tools/lib/bpf/skel_internal.h
tools/lib/bpf/xsk.c