diff options
author | Babu Moger <babu.moger@amd.com> | 2023-01-13 16:20:31 +0100 |
---|---|---|
committer | Borislav Petkov (AMD) <bp@alien8.de> | 2023-01-23 17:38:38 +0100 |
commit | a76f65c89f928b87c49d88b7fd60cb4d7203ffff (patch) | |
tree | f261c6fd9bb08fa818f8b3649e63ecaffb17a5f5 /Documentation | |
parent | x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flag (diff) | |
download | linux-a76f65c89f928b87c49d88b7fd60cb4d7203ffff.tar.xz linux-a76f65c89f928b87c49d88b7fd60cb4d7203ffff.zip |
x86/resctrl: Include new features in command line options
Add the command line options to enable or disable the new resctrl features:
smba: Slow Memory Bandwidth Allocation
bmec: Bandwidth Monitor Event Configuration.
Signed-off-by: Babu Moger <babu.moger@amd.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Reinette Chatre <reinette.chatre@intel.com>
Link: https://lore.kernel.org/r/20230113152039.770054-6-babu.moger@amd.com
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 6cfa6e3996cf..0ee891133d76 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -5221,7 +5221,7 @@ rdt= [HW,X86,RDT] Turn on/off individual RDT features. List is: cmt, mbmtotal, mbmlocal, l3cat, l3cdp, l2cat, l2cdp, - mba. + mba, smba, bmec. E.g. to turn on cmt and turn off mba use: rdt=cmt,!mba |