treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / bpf / index.rst
blob4f5410b6144169d84e61b5b310e42dc450e967e1
1 =================
2 BPF Documentation
3 =================
5 This directory contains documentation for the BPF (Berkeley Packet
6 Filter) facility, with a focus on the extended BPF version (eBPF).
8 This kernel side documentation is still work in progress.  The main
9 textual documentation is (for historical reasons) described in
10 `Documentation/networking/filter.txt`_, which describe both classical
11 and extended BPF instruction-set.
12 The Cilium project also maintains a `BPF and XDP Reference Guide`_
13 that goes into great technical depth about the BPF Architecture.
15 The primary info for the bpf syscall is available in the `man-pages`_
16 for `bpf(2)`_.
18 BPF Type Format (BTF)
19 =====================
21 .. toctree::
22    :maxdepth: 1
24    btf
27 Frequently asked questions (FAQ)
28 ================================
30 Two sets of Questions and Answers (Q&A) are maintained.
32 .. toctree::
33    :maxdepth: 1
35    bpf_design_QA
36    bpf_devel_QA
39 Program types
40 =============
42 .. toctree::
43    :maxdepth: 1
45    prog_cgroup_sockopt
46    prog_cgroup_sysctl
47    prog_flow_dissector
50 Testing BPF
51 ===========
53 .. toctree::
54    :maxdepth: 1
56    s390
59 .. Links:
60 .. _Documentation/networking/filter.txt: ../networking/filter.txt
61 .. _man-pages: https://www.kernel.org/doc/man-pages/
62 .. _bpf(2): http://man7.org/linux/man-pages/man2/bpf.2.html
63 .. _BPF and XDP Reference Guide: http://cilium.readthedocs.io/en/latest/bpf/