]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation/bpf: Document CGROUP_STORAGE map type
authorYiFei Zhu <zhuyifei@google.com>
Fri, 24 Jul 2020 04:47:45 +0000 (23:47 -0500)
committerAlexei Starovoitov <ast@kernel.org>
Sun, 26 Jul 2020 03:16:36 +0000 (20:16 -0700)
commitf86f41becb72b95d2c692857d91c9421f4425bf6
treea50fb0c559087a16d99b8f81b4db0c94c69eb3b9
parentb2c43d309d4fa3bfd87b5545fd8872a83a5e7cfa
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
Documentation/bpf/index.rst
Documentation/bpf/map_cgroup_storage.rst [new file with mode: 0644]