docs/bpf: Add bpf() syscall command reference
authorJoe Stringer <joe@cilium.io>
Tue, 2 Mar 2021 17:19:46 +0000 (09:19 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 5 Mar 2021 02:39:46 +0000 (18:39 -0800)
commit6197e5b7b1b5acd1e9b04bdf3527c694d84a27e2
tree6527cf669c2bbc3e1025d5c761e66678c22caffc
parentaccbd33a9b0328777899a85d148040e4d8921d87
docs/bpf: Add bpf() syscall command reference

Generate the syscall command reference from the UAPI header file and
include it in the main bpf docs page.

Signed-off-by: Joe Stringer <joe@cilium.io>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Reviewed-by: Quentin Monnet <quentin@isovalent.com>
Acked-by: Toke Høiland-Jørgensen <toke@redhat.com>
Link: https://lore.kernel.org/bpf/20210302171947.2268128-15-joe@cilium.io
Documentation/bpf/index.rst
Documentation/userspace-api/ebpf/index.rst [new file with mode: 0644]
Documentation/userspace-api/ebpf/syscall.rst [new file with mode: 0644]
Documentation/userspace-api/index.rst
MAINTAINERS