Commit a41796b5 authored by Waiman Long's avatar Waiman Long Committed by Tejun Heo

docs/cgroup: Add the list of threaded controllers to cgroup-v2.rst

The cgroup-v2 file mentions the concept of threaded controllers which can
be used in a threaded cgroup. However, it doesn't mention clearly which
controllers are threaded leading to some confusion about what controller
can be used requiring some experimentation. Clear this up by explicitly
listing the controllers that can be used currently in a threaded cgroup.
Signed-off-by: default avatarWaiman Long <longman@redhat.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 27a6c5c5
...@@ -364,6 +364,13 @@ constraint, a threaded controller must be able to handle competition ...@@ -364,6 +364,13 @@ constraint, a threaded controller must be able to handle competition
between threads in a non-leaf cgroup and its child cgroups. Each between threads in a non-leaf cgroup and its child cgroups. Each
threaded controller defines how such competitions are handled. threaded controller defines how such competitions are handled.
Currently, the following controllers are threaded and can be enabled
in a threaded cgroup::
- cpu
- cpuset
- perf_event
- pids
[Un]populated Notification [Un]populated Notification
-------------------------- --------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment