diff options
author | YiFei Zhu <zhuyifei@google.com> | 2020-07-24 06:47:45 +0200 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-07-26 05:16:36 +0200 |
commit | 4e15f460be6d14c3fe80ef3221bde759f6b94d9d (patch) | |
tree | a50fb0c559087a16d99b8f81b4db0c94c69eb3b9 /Documentation/bpf/index.rst | |
parent | selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingress (diff) | |
download | linux-4e15f460be6d14c3fe80ef3221bde759f6b94d9d.tar.xz linux-4e15f460be6d14c3fe80ef3221bde759f6b94d9d.zip |
Documentation/bpf: Document CGROUP_STORAGE map type
The machanics and usage are not very straightforward. Given the
changes it's better to document how it works and how to use it,
rather than having to rely on the examples and implementation to
infer what is going on.
Signed-off-by: YiFei Zhu <zhuyifei@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/b412edfbb05cb1077c9e2a36a981a54ee23fa8b3.1595565795.git.zhuyifei@google.com
Diffstat (limited to 'Documentation/bpf/index.rst')
-rw-r--r-- | Documentation/bpf/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/bpf/index.rst b/Documentation/bpf/index.rst index 38b4db8be7a2..26f4bb3107fc 100644 --- a/Documentation/bpf/index.rst +++ b/Documentation/bpf/index.rst @@ -48,6 +48,15 @@ Program types bpf_lsm +Map types +========= + +.. toctree:: + :maxdepth: 1 + + map_cgroup_storage + + Testing and debugging BPF ========================= |