1.. SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) 2 3libbpf 4====== 5 6For 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 14This is documentation for libbpf, a userspace library for loading and 15interacting with bpf programs. 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