diff options
author | James Morse <james.morse@arm.com> | 2019-06-07 16:14:08 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-20 14:16:08 -0600 |
commit | b5453a8ec310f3ee2f7689958d63d9b8ffcbcd3e (patch) | |
tree | cfc71b4420e53af2ed19232c19b4412b7852b82c /Documentation/x86/resctrl_ui.rst | |
parent | 7c7a49958286fee9a2b18baffc9c626304a00843 (diff) | |
download | linux-b5453a8ec310f3ee2f7689958d63d9b8ffcbcd3e.tar.bz2 |
Documentation: x86: Clarify MBA takes MB as referring to mba_sc
"If the MBA is specified in MB then user can enter the max b/w in MB"
is a tautology. How can the user know if the schemata takes a percentage
or a MB/s value?
This is referring to whether the software controller is interpreting
the schemata's value. Make this clear.
Signed-off-by: James Morse <james.morse@arm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/x86/resctrl_ui.rst')
-rw-r--r-- | Documentation/x86/resctrl_ui.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/x86/resctrl_ui.rst b/Documentation/x86/resctrl_ui.rst index 638cd987937d..866b66aa289b 100644 --- a/Documentation/x86/resctrl_ui.rst +++ b/Documentation/x86/resctrl_ui.rst @@ -677,8 +677,8 @@ allocations can overlap or not. The allocations specifies the maximum b/w that the group may be able to use and the system admin can configure the b/w accordingly. -If the MBA is specified in MB(megabytes) then user can enter the max b/w in MB -rather than the percentage values. +If resctrl is using the software controller (mba_sc) then user can enter the +max b/w in MB rather than the percentage values. :: # echo "L3:0=3;1=c\nMB:0=1024;1=500" > /sys/fs/resctrl/p0/schemata |