File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,21 @@ This feature is enabled by the CONFIG_INTEL_RDT Kconfig and the
10
10
X86 /proc/cpuinfo flag bits:
11
11
RDT (Resource Director Technology) Allocation - "rdt_a"
12
12
CAT (Cache Allocation Technology) - "cat_l3", "cat_l2"
13
- CDP (Code and Data Prioritization ) - "cdp_l3"
13
+ CDP (Code and Data Prioritization ) - "cdp_l3", "cdp_l2"
14
14
CQM (Cache QoS Monitoring) - "cqm_llc", "cqm_occup_llc"
15
15
MBM (Memory Bandwidth Monitoring) - "cqm_mbm_total", "cqm_mbm_local"
16
16
MBA (Memory Bandwidth Allocation) - "mba"
17
17
18
18
To use the feature mount the file system:
19
19
20
- # mount -t resctrl resctrl [-o cdp] /sys/fs/resctrl
20
+ # mount -t resctrl resctrl [-o cdp[,cdpl2] ] /sys/fs/resctrl
21
21
22
22
mount options are:
23
23
24
24
"cdp": Enable code/data prioritization in L3 cache allocations.
25
+ "cdpl2": Enable code/data prioritization in L2 cache allocations.
26
+
27
+ L2 and L3 CDP are controlled seperately.
25
28
26
29
RDT features are orthogonal. A particular system may support only
27
30
monitoring, only control, or both monitoring and control.
You can’t perform that action at this time.
0 commit comments