From f33db53878ce87e53cc8db58bb18430d6ae6294b Mon Sep 17 00:00:00 2001 From: Ismo Puustinen Date: Thu, 6 Apr 2023 15:26:29 +0300 Subject: [PATCH] config-linux: clarify the "MB:"-line filtering in RDT. Signed-off-by: Ismo Puustinen --- config-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-linux.md b/config-linux.md index 6797bc934..d02046539 100644 --- a/config-linux.md +++ b/config-linux.md @@ -648,7 +648,7 @@ The following rules on parameters MUST be applied: * If both `l3CacheSchema` and `memBwSchema` are set, runtimes MUST write the combined value to the `schemata` file in that sub-directory discussed in `closID`. -* If `l3CacheSchema` contains a line beginning with `MB:`, the value written to `schemata` file MUST be the non-`MB:` line(s) from `l3CacheSchema` and the line from `memBWSchema`. +* If both `l3CacheSchema` and `memBwSchema` are set and `l3CacheSchema` contains a line beginning with `MB:`, the value written to `schemata` file MUST be the non-`MB:` line(s) from `l3CacheSchema` and the line from `memBWSchema`. * If either `l3CacheSchema` or `memBwSchema` is set, runtimes MUST write the value to the `schemata` file in the that sub-directory discussed in `closID`.