From 4e3a25ad6de395d9520819e0ab65f2a41aeed63e Mon Sep 17 00:00:00 2001 From: hangliu1 Date: Fri, 3 Jun 2022 20:19:14 +0800 Subject: [PATCH] config tool: refine cpu_affinity remove default setting and refine statement. Tracked-On: #7674 Signed-off-by: hangliu1 --- .../src/pages/Config/ConfigForm/CustomWidget/CAT.vue | 4 ++-- misc/config_tools/schema/VMtypes.xsd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/CAT.vue b/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/CAT.vue index 842e9b93a..a73f4ac87 100644 --- a/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/CAT.vue +++ b/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/CAT.vue @@ -69,7 +69,7 @@ L{{ CACHE_ALLOCATION.level }} Cache Allocation Technology {{ cat_level_region_sum[CACHE_ALLOCATION.level].count > 1 ? ' Module ' + cat_level_region_sum[CACHE_ALLOCATION.level][CACHE_ALLOCATION.id] : '' }} - (pCPU : {{ Math.min(...CACHE_ALLOCATION.processors) }}~{{ Math.max(...CACHE_ALLOCATION.processors) }}) + (requires CPU affinity to cores {{ Math.min(...CACHE_ALLOCATION.processors) }}~{{ Math.max(...CACHE_ALLOCATION.processors) }} in each desired VM) Apply basic real-time defaults @@ -734,4 +734,4 @@ export default { align-items: center; gap: 8px; } - \ No newline at end of file + diff --git a/misc/config_tools/schema/VMtypes.xsd b/misc/config_tools/schema/VMtypes.xsd index b9259377e..9cd67bc54 100644 --- a/misc/config_tools/schema/VMtypes.xsd +++ b/misc/config_tools/schema/VMtypes.xsd @@ -44,7 +44,7 @@ - + ID of the pCPU that this VM's vCPU is allowed to pin to.