diff options
author | Joe Stringer <joe@cilium.io> | 2021-03-02 09:19:46 -0800 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2021-03-04 18:39:46 -0800 |
commit | 6197e5b7b1b5acd1e9b04bdf3527c694d84a27e2 (patch) | |
tree | 6527cf669c2bbc3e1025d5c761e66678c22caffc /Documentation/userspace-api/index.rst | |
parent | accbd33a9b0328777899a85d148040e4d8921d87 (diff) | |
download | linux-6197e5b7b1b5acd1e9b04bdf3527c694d84a27e2.tar.gz linux-6197e5b7b1b5acd1e9b04bdf3527c694d84a27e2.tar.bz2 linux-6197e5b7b1b5acd1e9b04bdf3527c694d84a27e2.zip |
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
Diffstat (limited to 'Documentation/userspace-api/index.rst')
-rw-r--r-- | Documentation/userspace-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/userspace-api/index.rst b/Documentation/userspace-api/index.rst index d29b020e5622..1e2438b7afa0 100644 --- a/Documentation/userspace-api/index.rst +++ b/Documentation/userspace-api/index.rst @@ -21,6 +21,7 @@ place where this information is gathered. unshare spec_ctrl accelerators/ocxl + ebpf/index ioctl/index iommu media/index |