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)
commita9606f405f2c8f24751b0a7326655a657a63ad60
treeeca94caf86ffd9ac5a41c6ab2f01e1e0677992df
parent992c4225419a38663d6239bc2f525b4ac0429188
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