selftests/bpf: Add general instructions for test execution
authorAlan Maguire <alan.maguire@oracle.com>
Fri, 22 May 2020 11:24:34 +0000 (12:24 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 22 May 2020 23:11:09 +0000 (01:11 +0200)
commit6736aa793c2b5fb6c64884d2623c66aa1b9bfa92
treefea0c9068a26815e7d58e1388a6e05be38a50a2e
parent29ae90d221755c7ddb3b7e4de2a73f76a4fdd500
selftests/bpf: Add general instructions for test execution

Getting a clean BPF selftests run involves ensuring latest trunk LLVM/clang
are used, pahole is recent (>=1.16) and config matches the specified
config file as closely as possible.  Add to bpf_devel_QA.rst and point
tools/testing/selftests/bpf/README.rst to it.

Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link: https://lore.kernel.org/bpf/1590146674-25485-1-git-send-email-alan.maguire@oracle.com
Documentation/bpf/bpf_devel_QA.rst
tools/testing/selftests/bpf/README.rst