diff options
author | Sreevani Sreejith <psreep@gmail.com> | 2022-12-02 14:17:10 -0800 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2022-12-04 16:41:22 -0800 |
commit | 8972e18a439d6c47e838b600d71ff0a4f102f0e0 (patch) | |
tree | 565fae7745319170bd4abf0afafee756f3e15c69 /Documentation/bpf/index.rst | |
parent | c0c852dd1876dc1db4600ce951a92aadd3073b1c (diff) | |
download | linux-next-8972e18a439d6c47e838b600d71ff0a4f102f0e0.tar.gz |
bpf, docs: BPF Iterator Document
Document that describes how BPF iterators work, how to use iterators,
and how to pass parameters in BPF iterators.
Acked-by: David Vernet <void@manifault.com>
Signed-off-by: Sreevani Sreejith <psreep@gmail.com>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/r/20221202221710.320810-2-ssreevani@meta.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'Documentation/bpf/index.rst')
-rw-r--r-- | Documentation/bpf/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/bpf/index.rst b/Documentation/bpf/index.rst index 1088d44634d6..b81533d8b061 100644 --- a/Documentation/bpf/index.rst +++ b/Documentation/bpf/index.rst @@ -24,6 +24,7 @@ that goes into great technical depth about the BPF Architecture. maps bpf_prog_run classic_vs_extended.rst + bpf_iterators bpf_licensing test_debug clang-notes |