GNU Linux-libre 5.19-rc6-gnu
[releases.git] / Documentation / bpf / libbpf / index.rst
1 .. SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
2
3 libbpf
4 ======
5
6 .. toctree::
7    :maxdepth: 1
8
9    API Documentation <https://libbpf.readthedocs.io/en/latest/api.html>
10    libbpf_naming_convention
11    libbpf_build
12
13 This is documentation for libbpf, a userspace library for loading and
14 interacting with bpf programs.
15
16 All general BPF questions, including kernel functionality, libbpf APIs and
17 their application, should be sent to bpf@vger.kernel.org mailing list.
18 You can `subscribe <http://vger.kernel.org/vger-lists.html#bpf>`_ to the
19 mailing list search its `archive <https://lore.kernel.org/bpf/>`_.
20 Please search the archive before asking new questions. It very well might
21 be that this was already addressed or answered before.