diff options
author | Kir Kolyshkin <kolyshkin@gmail.com> | 2021-01-19 16:18:19 -0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-01-21 11:41:03 -0700 |
commit | e5ba9ea634501b6820f263a405ae465fee28abb8 (patch) | |
tree | efc6720b5490ff8348f47e2417278874ca7cc31d /Documentation/scheduler/sched-bwc.rst | |
parent | 6c57c12d0f74a1f76dee5b6f7b93a321d57dfd7a (diff) | |
download | linux-e5ba9ea634501b6820f263a405ae465fee28abb8.tar.bz2 |
docs/scheduler/sched-bwc: note/link cgroup v2
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/r/20210120001824.385168-6-kolyshkin@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/scheduler/sched-bwc.rst')
-rw-r--r-- | Documentation/scheduler/sched-bwc.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/scheduler/sched-bwc.rst b/Documentation/scheduler/sched-bwc.rst index a44860d33ffc..845eee659199 100644 --- a/Documentation/scheduler/sched-bwc.rst +++ b/Documentation/scheduler/sched-bwc.rst @@ -26,6 +26,11 @@ Management ---------- Quota and period are managed within the cpu subsystem via cgroupfs. +.. note:: + The cgroupfs files described in this section are only applicable + to cgroup v1. For cgroup v2, see + :ref:`Documentation/admin-guide/cgroupv2.rst <cgroup-v2-cpu>`. + - cpu.cfs_quota_us: the total available run-time within a period (in microseconds) - cpu.cfs_period_us: the length of a period (in microseconds) |