]> git.baikalelectronics.ru Git - kernel.git/commit
tools/bpf: Remove bpf-helpers from bpftool docs
authorJoe Stringer <joe@cilium.io>
Tue, 2 Mar 2021 17:19:43 +0000 (09:19 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 5 Mar 2021 02:39:45 +0000 (18:39 -0800)
commit3c4e68481925db7d7bce2fb86090687fa9a005bd
treede8dd76c0939096e3a39a3f6989c879f24ddf00f
parent702fa22478b14e965ac0af03d6e1469b5280c13a
tools/bpf: Remove bpf-helpers from bpftool docs

This logic is used for validating the manual pages from selftests, so
move the infra under tools/testing/selftests/bpf/ and rely on selftests
for validation rather than tying it into the bpftool build.

Signed-off-by: Joe Stringer <joe@cilium.io>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Reviewed-by: Quentin Monnet <quentin@isovalent.com>
Acked-by: Toke Høiland-Jørgensen <toke@redhat.com>
Link: https://lore.kernel.org/bpf/20210302171947.2268128-12-joe@cilium.io
tools/bpf/Makefile.helpers [deleted file]
tools/bpf/bpftool/.gitignore
tools/bpf/bpftool/Documentation/Makefile
tools/testing/selftests/bpf/.gitignore
tools/testing/selftests/bpf/Makefile
tools/testing/selftests/bpf/Makefile.docs [new file with mode: 0644]
tools/testing/selftests/bpf/test_bpftool_build.sh
tools/testing/selftests/bpf/test_doc_build.sh [new file with mode: 0755]