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