2018-05-14 15:42:12 +02:00
|
|
|
=================
|
2018-07-26 15:03:05 +10:00
|
|
|
BPF Documentation
|
2018-05-14 15:42:12 +02:00
|
|
|
=================
|
|
|
|
|
|
|
|
This directory contains documentation for the BPF (Berkeley Packet
|
|
|
|
Filter) facility, with a focus on the extended BPF version (eBPF).
|
|
|
|
|
2021-11-19 17:32:15 +01:00
|
|
|
This kernel side documentation is still work in progress.
|
2018-05-14 15:42:12 +02:00
|
|
|
The Cilium project also maintains a `BPF and XDP Reference Guide`_
|
|
|
|
that goes into great technical depth about the BPF Architecture.
|
|
|
|
|
2019-01-18 13:56:49 -08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2021-11-19 17:32:15 +01:00
|
|
|
instruction-set
|
|
|
|
verifier
|
2021-11-12 21:17:24 +00:00
|
|
|
libbpf/index
|
2019-01-18 13:56:49 -08:00
|
|
|
btf
|
2021-11-12 21:17:24 +00:00
|
|
|
faq
|
|
|
|
syscall_api
|
|
|
|
helpers
|
|
|
|
programs
|
|
|
|
maps
|
2021-09-17 16:00:34 -07:00
|
|
|
bpf_licensing
|
2021-11-12 21:17:24 +00:00
|
|
|
test_debug
|
|
|
|
other
|
2021-09-17 16:00:34 -07:00
|
|
|
|
2021-11-12 21:17:24 +00:00
|
|
|
.. only:: subproject and html
|
2021-09-17 16:00:34 -07:00
|
|
|
|
2021-11-12 21:17:24 +00:00
|
|
|
Indices
|
|
|
|
=======
|
2020-07-18 13:51:04 -03:00
|
|
|
|
2021-11-12 21:17:24 +00:00
|
|
|
* :ref:`genindex`
|
2020-07-18 13:51:04 -03:00
|
|
|
|
2018-05-14 15:42:12 +02:00
|
|
|
.. Links:
|
2021-11-19 17:32:15 +01:00
|
|
|
.. _BPF and XDP Reference Guide: https://docs.cilium.io/en/latest/bpf/
|