Skip to content

Commit 0ff8e08

Browse files
Fenghua YuKAGA-KOKO
authored andcommitted
x86/intel_rdt: Update documentation
With more flag bits in /proc/cpuinfo for RDT, it's better to classify the bits for readability. Some previously missing bits are added as well. Signed-off-by: Fenghua Yu <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: "Ravi V Shankar" <[email protected]> Cc: "Tony Luck" <[email protected]> Cc: Vikas" <[email protected]> Cc: Sai Praneeth" <[email protected]> Cc: Reinette" <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 1d966eb commit 0ff8e08

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Documentation/x86/intel_rdt_ui.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ Tony Luck <[email protected]>
77
Vikas Shivappa <[email protected]>
88

99
This feature is enabled by the CONFIG_INTEL_RDT Kconfig and the
10-
X86 /proc/cpuinfo flag bits "rdt", "cqm", "cat_l3" and "cdp_l3".
10+
X86 /proc/cpuinfo flag bits:
11+
RDT (Resource Director Technology) Allocation - "rdt_a"
12+
CAT (Cache Allocation Technology) - "cat_l3", "cat_l2"
13+
CDP (Code and Data Prioritization ) - "cdp_l3"
14+
CQM (Cache QoS Monitoring) - "cqm_llc", "cqm_occup_llc"
15+
MBM (Memory Bandwidth Monitoring) - "cqm_mbm_total", "cqm_mbm_local"
16+
MBA (Memory Bandwidth Allocation) - "mba"
1117

1218
To use the feature mount the file system:
1319

0 commit comments

Comments
 (0)