OSDN Git Service

bpf: Add cmd alias BPF_PROG_RUN
authorAlexei Starovoitov <ast@kernel.org>
Wed, 19 May 2021 01:40:32 +0000 (18:40 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 19 May 2021 13:35:12 +0000 (15:35 +0200)
commit5d67f349590ddc94b6d4e25f19085728db9de697
tree2c7255f37098da2c2e894b6562db9229e023fd25
parent3d431677687652808a9c9cf9e6c59dbeaf4a1f4d
bpf: Add cmd alias BPF_PROG_RUN

Add BPF_PROG_RUN command as an alias to BPF_RPOG_TEST_RUN to better
indicate the full range of use cases done by the command.

Suggested-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Song Liu <songliubraving@fb.com>
Link: https://lore.kernel.org/bpf/20210519014032.20908-1-alexei.starovoitov@gmail.com
include/uapi/linux/bpf.h
tools/include/uapi/linux/bpf.h
tools/lib/bpf/skel_internal.h