Lines Matching refs:schemata

262 	# echo L3:0=f7 > schemata
277 resource (see "schemata" below). The root and these additional top level
326 "schemata":
331 Mirrors the display of the "schemata" file to display the size in
341 pseudo-locked region's schemata to the resource group's "schemata"
364 1) If the task is a member of a non-default group, then the schemata
368 CPU that is assigned to some specific group, then the schemata for the
371 3) Otherwise the schemata for the default group is used.
510 By default, the schemata would take the bandwidth percentage values
512 a mount option 'mba_MBps'. The schemata format is specified in the below
515 L3 schemata file details (code and data prioritization disabled)
517 With CDP disabled the L3 schemata format is::
521 L3 schemata file details (CDP enabled via mount option to resctrl)
529 L2 schemata file details
531 CDP is supported at L2 using the 'cdpl2' mount option. The schemata
571 The bandwidth domain for slow memory is L3 cache. Its schemata file
577 Reading/writing the schemata file
579 Reading the schemata file will show the state of all resources
584 # cat schemata
587 # echo "L3DATA:2=3c0;" > schemata
588 # cat schemata
592 Reading/writing the schemata file (on AMD systems)
594 Reading the schemata file will show the current bandwidth limit on all
603 # cat schemata
607 # echo "MB:1=16" > schemata
608 # cat schemata
612 Reading/writing the schemata file (on AMD systems) with SMBA feature
614 Reading and writing the schemata file is the same as without SMBA in
621 # cat schemata
626 # echo "SMBA:1=64" > schemata
627 # cat schemata
645 from the user to do so that is accompanied by a schemata of the region
648 - Create a CAT allocation CLOSNEW with a CBM matching the schemata
701 3) Write the schemata of the pseudo-locked region to the "schemata" file. All
702 bits within the schemata should be "unused" according to the "bit_usage"
826 # echo "L3:0=3;1=c\nMB:0=50;1=50" > /sys/fs/resctrl/p0/schemata
827 # echo "L3:0=3;1=3\nMB:0=50;1=50" > /sys/fs/resctrl/p1/schemata
830 of all caches (its schemata file reads "L3:0=f;1=f").
848 # echo "L3:0=3;1=c\nMB:0=1024;1=500" > /sys/fs/resctrl/p0/schemata
849 # echo "L3:0=3;1=3\nMB:0=1024;1=500" > /sys/fs/resctrl/p1/schemata
867 First we reset the schemata for the default group so that the "upper"
871 # echo "L3:0=3ff;1=fffff\nMB:0=50;1=100" > schemata
878 # echo "L3:0=f8000;1=fffff" > p0/schemata
892 # echo "L3:0=7c00;1=fffff" > p1/schemata
897 schemata would look like(Assume min_bandwidth 10 and bandwidth_gran is
903 # echo -e "L3:0=f8000;1=fffff\nMB:0=20;1=100" > p0/schemata
909 # echo -e "L3:0=f8000;1=fffff\nMB:0=20;1=100" > p0/schemata
923 First we reset the schemata for the default group so that the "upper"
927 # echo "L3:0=3ff\nMB:0=50" > schemata
935 # echo "L3:0=ffc00\nMB:0=50" > p0/schemata
964 # cat schemata
968 fail because of the overlap with the schemata of the default group::
971 # echo 'L2:0=0x3;1=0x3' > p0/schemata
977 schemata overlaps
980 resource group's schemata has to change, making it possible for the new
984 # echo 'L2:0=0xfc;1=0xfc' > schemata
989 p0/schemata:L2:0=03;1=03
999 p1/schemata:L2:0=fc;1=fc
1009 # echo 'L2:0=0x1;1=0x1' > p1/schemata
1026 removed from the default resource group's schemata::
1030 # echo 'L2:1=0xfc' > schemata
1040 # echo 'L2:1=0x3' > newlock/schemata
1132 4. Set the bits found in step 2 to the new directory "schemata" file
1167 echo mask > /sys/fs/resctrl/newres/schemata
1251 # echo "L3:0=3;1=c" > /sys/fs/resctrl/p0/schemata
1252 # echo "L3:0=3;1=3" > /sys/fs/resctrl/p1/schemata
1257 of all caches (its schemata file reads "L3:0=f;1=f").