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