Commit e5ba9ea6 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Jonathan Corbet

docs/scheduler/sched-bwc: note/link cgroup v2

Signed-off-by: default avatarKir Kolyshkin <kolyshkin@gmail.com>
Acked-by: default avatarTejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/r/20210120001824.385168-6-kolyshkin@gmail.comSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 6c57c12d
.. _cgroup-v2:
================
Control Group v2
================
......@@ -954,6 +956,8 @@ All cgroup core files are prefixed with "cgroup."
Controllers
===========
.. _cgroup-v2-cpu:
CPU
---
......
......@@ -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)
......
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