diff options
author | Ilya Leoshkevich <iii@linux.ibm.com> | 2019-10-29 18:29:16 +0100 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-10-30 16:25:31 +0100 |
commit | 7e07e7aec56984364c7e16d242a0ec97b91861a8 (patch) | |
tree | 62266ddf4ee6a9dbd2240d063275b0513b656896 /Documentation/bpf/index.rst | |
parent | selftests/bpf: Test narrow load from bpf_sysctl.write (diff) | |
download | linux-7e07e7aec56984364c7e16d242a0ec97b91861a8.tar.xz linux-7e07e7aec56984364c7e16d242a0ec97b91861a8.zip |
bpf: Add s390 testing documentation
This commits adds a document that explains how to test BPF in an s390
QEMU guest.
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20191029172916.36528-1-iii@linux.ibm.com
Diffstat (limited to 'Documentation/bpf/index.rst')
-rw-r--r-- | Documentation/bpf/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/bpf/index.rst b/Documentation/bpf/index.rst index 801a6ed3f2e5..4f5410b61441 100644 --- a/Documentation/bpf/index.rst +++ b/Documentation/bpf/index.rst @@ -47,6 +47,15 @@ Program types prog_flow_dissector +Testing BPF +=========== + +.. toctree:: + :maxdepth: 1 + + s390 + + .. Links: .. _Documentation/networking/filter.txt: ../networking/filter.txt .. _man-pages: https://www.kernel.org/doc/man-pages/ |