All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs/bpf: Add libbpf into index/bpf
@ 2021-12-09  9:07 Yanteng Si
  2021-12-09 17:32 ` Grant Seltzer Richman
  0 siblings, 1 reply; 3+ messages in thread
From: Yanteng Si @ 2021-12-09  9:07 UTC (permalink / raw)
  To: grantseltzer; +Cc: andrii, daniel, corbet, linux-doc, siyanteng01, Yanteng Si

Since f42cfb469f9b ("bpf: Add documentation for libbpf including API autogen") which
introduced a warning:

linux/Documentation/bpf/libbpf/index.rst

Add it into index/bpf.

Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
---
 Documentation/bpf/index.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/bpf/index.rst b/Documentation/bpf/index.rst
index 610450f59e05..bdf66f57f910 100644
--- a/Documentation/bpf/index.rst
+++ b/Documentation/bpf/index.rst
@@ -17,6 +17,11 @@ libbpf
 
 Documentation/bpf/libbpf/index.rst is a userspace library for loading and interacting with bpf programs.
 
+.. toctree::
+   :maxdepth: 1
+
+   libbpf/index
+
 BPF Type Format (BTF)
 =====================
 
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-09 23:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09  9:07 [PATCH] docs/bpf: Add libbpf into index/bpf Yanteng Si
2021-12-09 17:32 ` Grant Seltzer Richman
2021-12-09 23:34   ` Grant Seltzer Richman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.