libbpf: Deprecate bpf_prog_load_xattr() API
authorAndrii Nakryiko <andrii@kernel.org>
Wed, 1 Dec 2021 23:28:24 +0000 (15:28 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 2 Dec 2021 23:23:41 +0000 (15:23 -0800)
commitc93faaaf2f67ba5396840316651cdc7640d9fa9e
treedad6591838a9b35d8414ed4e80d0763b02ff2287
parentc58f9815ba9735752d3735efb915e8878604684b
libbpf: Deprecate bpf_prog_load_xattr() API

bpf_prog_load_xattr() is high-level API that's named as a low-level
BPF_PROG_LOAD wrapper APIs, but it actually operates on struct
bpf_object. It's badly and confusingly misnamed as it will load all the
progs insige bpf_object, returning prog_fd of the very first BPF
program. It also has a bunch of ad-hoc things like log_level override,
map_ifindex auto-setting, etc. All this can be expressed more explicitly
and cleanly through existing libbpf APIs. This patch marks
bpf_prog_load_xattr() for deprecation in libbpf v0.8 ([0]).

  [0] Closes: https://github.com/libbpf/libbpf/issues/308

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20211201232824.3166325-10-andrii@kernel.org
tools/lib/bpf/libbpf.h
tools/lib/bpf/libbpf_common.h