diff options
author | Vipin Sharma <vipinsh@google.com> | 2021-03-30 07:42:05 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2021-04-04 20:34:46 +0300 |
commit | 25259fc914a1d06ba47263383612777a509281e9 (patch) | |
tree | 7bd0e1e7f7120e61382c72064db241d446d8645c /Documentation/admin-guide/cgroup-v1 | |
parent | a72232eabdfcfe365a05a3eb392288b78d25a5ca (diff) | |
download | linux-25259fc914a1d06ba47263383612777a509281e9.tar.xz |
cgroup: Miscellaneous cgroup documentation.
Documentation of miscellaneous cgroup controller. This new controller is
used to track and limit the usage of scalar resources.
Signed-off-by: Vipin Sharma <vipinsh@google.com>
Reviewed-by: David Rientjes <rientjes@google.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation/admin-guide/cgroup-v1')
-rw-r--r-- | Documentation/admin-guide/cgroup-v1/index.rst | 1 | ||||
-rw-r--r-- | Documentation/admin-guide/cgroup-v1/misc.rst | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/admin-guide/cgroup-v1/index.rst b/Documentation/admin-guide/cgroup-v1/index.rst index 226f64473e8e..99fbc8a64ba9 100644 --- a/Documentation/admin-guide/cgroup-v1/index.rst +++ b/Documentation/admin-guide/cgroup-v1/index.rst @@ -17,6 +17,7 @@ Control Groups version 1 hugetlb memcg_test memory + misc net_cls net_prio pids diff --git a/Documentation/admin-guide/cgroup-v1/misc.rst b/Documentation/admin-guide/cgroup-v1/misc.rst new file mode 100644 index 000000000000..661614c24df3 --- /dev/null +++ b/Documentation/admin-guide/cgroup-v1/misc.rst @@ -0,0 +1,4 @@ +=============== +Misc controller +=============== +Please refer "Misc" documentation in Documentation/admin-guide/cgroup-v2.rst |