Skip to content

Commit

Permalink
Documentation: x86: Clarify MBA takes MB as referring to mba_sc
Browse files Browse the repository at this point in the history
"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 <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
James Morse authored and Jonathan Corbet committed Jun 20, 2019
1 parent 7c7a499 commit b5453a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/x86/resctrl_ui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5453a8

Please sign in to comment.