From dc7acf440e3d154207279a57b1f0a0704d3be8c6 Mon Sep 17 00:00:00 2001 From: Wolfgang Pross Date: Thu, 28 Dec 2023 17:29:57 +0000 Subject: [PATCH] fix RootClassName in doc --- doc/rdt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rdt.md b/doc/rdt.md index 0f9b5e6..7566f92 100644 --- a/doc/rdt.md +++ b/doc/rdt.md @@ -134,7 +134,7 @@ partitions: | Field | Format | Example | Description | | ----- | ------ | ------- | ----------- | | `` | string | `exclusive` | Name of a higher level RDT partition. -| `` | string | `guaranteed` | Name of an RDT class, mapping to a directory in the resctrl fs. Reserved name `DEFAULT` or an empty string can be used to refer to the root class. +| `` | string | `guaranteed` | Name of an RDT class, mapping to a directory in the resctrl fs. Reserved name `system/default` or an empty string can be used to refer to the root class. | `` | cpuset (string) | `0,2,4,8-11` | Set of cache ids. Special value 'all' denotes a default used for cache "all the reset". | `` | percentage (string) | `"60%"` | Cache allocation spec, may be specified as relative (percentage) or absolute (bitmask). An absolute bitmask must be contiguous.   | hex bitmask (string) | `"0xf0"` | @@ -229,7 +229,7 @@ partitions: l3Allocation: "50%" # The class will get 100% by default #mbAllocation: ["100%"] - DEFAULT: + system/default: # Also configure the resctrl root that all processes in the system are # placed in by default l2Allocation: "50%"