index.rst 735 B

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