Lines Matching refs:L3

36 	Enable code/data prioritization in L3 cache allocations.
43 L2 and L3 CDP are controlled separately.
67 Cache resource(L3/L2) subdirectory contains the following files
178 # echo L3:0=f7 > schemata
257 This contains a set of files organized by L3 domain and by
258 RDT event. E.g. on a system with two L3 domains there will
341 On current generation systems there is one L3 cache per socket and L2
343 isn't an architectural requirement. We could have multiple separate L3
391 This can occur when aggregate L2 external bandwidth is more than L3
394 240GBps) and L3 external bandwidth is 100GBps. Now a workload with '20
395 threads, having 50% bandwidth, each consuming 5GBps' consumes the max L3
399 has capacity, the L3 external bandwidth is fully used. Also note that
424 L3 schemata file details (code and data prioritization disabled)
426 With CDP disabled the L3 schemata format is::
428 L3:<cache_id0>=<cbm>;<cache_id1>=<cbm>;...
430 L3 schemata file details (CDP enabled via mount option to resctrl)
432 When CDP is enabled L3 control is split into two separate resources
454 Memory b/w domain is L3 cache.
462 Memory bandwidth domain is L3 cache.
597 writing "3" to the pseudo_lock_measure file will trigger the L3 cache
668 On a two socket machine (one L3 cache per socket) with just four bits
676 # echo "L3:0=3;1=c\nMB:0=50;1=50" > /sys/fs/resctrl/p0/schemata
677 # echo "L3:0=3;1=3\nMB:0=50;1=50" > /sys/fs/resctrl/p1/schemata
680 of all caches (its schemata file reads "L3:0=f;1=f").
698 # echo "L3:0=3;1=c\nMB:0=1024;1=500" > /sys/fs/resctrl/p0/schemata
699 # echo "L3:0=3;1=3\nMB:0=1024;1=500" > /sys/fs/resctrl/p1/schemata
711 of L3 cache on socket 0.
718 50% of the L3 cache on socket 0 and 50% of memory b/w cannot be used by
721 # echo "L3:0=3ff;1=fffff\nMB:0=50;1=100" > schemata
728 # echo "L3:0=f8000;1=fffff" > p0/schemata
742 # echo "L3:0=7c00;1=fffff" > p1/schemata
746 For the same 2 socket system with memory b/w resource and CAT L3 the
753 # echo -e "L3:0=f8000;1=fffff\nMB:0=20;1=100" > p0/schemata
759 # echo -e "L3:0=f8000;1=fffff\nMB:0=20;1=100" > p0/schemata
766 with the kernel it's desired that the kernel on these cores shares L3 with
774 50% of the L3 cache on socket 0, and 50% of memory bandwidth on socket 0
777 # echo "L3:0=3ff\nMB:0=50" > schemata
785 # echo "L3:0=ffc00\nMB:0=50" > p0/schemata
975 As an example, the allocation of an exclusive reservation of L3 cache
1095 On a two socket machine (one L3 cache per socket) with just four bits
1101 # echo "L3:0=3;1=c" > /sys/fs/resctrl/p0/schemata
1102 # echo "L3:0=3;1=3" > /sys/fs/resctrl/p1/schemata
1107 of all caches (its schemata file reads "L3:0=f;1=f").
1139 On a two socket machine (one L3 cache per socket)::