brintos

brintos / linux-shallow public Read only

0
0
Text · 1.1 KiB · 7545a20 Raw
34 lines · plain
1.. SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)2 3.. _libbpf:4 5======6libbpf7======8 9If you are looking to develop BPF applications using the libbpf library, this10directory contains important documentation that you should read.11 12To get started, it is recommended to begin with the :doc:`libbpf Overview13<libbpf_overview>` document, which provides a high-level understanding of the14libbpf APIs and their usage. This will give you a solid foundation to start15exploring and utilizing the various features of libbpf to develop your BPF16applications.17 18.. toctree::19   :maxdepth: 120 21   libbpf_overview22   API Documentation <https://libbpf.readthedocs.io/en/latest/api.html>23   program_types24   libbpf_naming_convention25   libbpf_build26 27 28All general BPF questions, including kernel functionality, libbpf APIs and their29application, should be sent to bpf@vger.kernel.org mailing list.  You can30`subscribe <http://vger.kernel.org/vger-lists.html#bpf>`_ to the mailing list31search its `archive <https://lore.kernel.org/bpf/>`_.  Please search the archive32before asking new questions. It may be that this was already addressed or33answered before.34