Re: [PATCH] Instruction missing for L2-only users


Junjie Mao
 

Chuang Ke <chuangx.ke@...> writes:

In the cache widget, the instructions appears if the board has L3 only, L2 only, or both.
and delete "L3 Cache Allocation Technology" heading.
there are instructions: "Drag the ends of the boxes to cover the cache chunks you want to allocate to specific VMs. If you have a real-time VM,ensure its cache chunks do not overlap with any other VM's cache chunks."

Signed-off-by: Chuang-Ke <chuangx.ke@...>
Tracked-On: #7921
---
.../src/pages/Config/ConfigForm/CustomWidget/CAT.vue | 4 +---
1 file changed, 1 insertion(+), 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 6dc554298..5a64a3c2f 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
@@ -61,9 +61,7 @@
{{ CAT_INFO.errorMsg }}
</div>
<div class="py-4" v-for="CACHE_ALLOCATION in CAT_INFO.regions" v-if="RDT_ENABLED==='y'">
- <p v-if="CACHE_ALLOCATION.level===3">
- L3 Cache Allocation Technology
- <br/>
If we remove the title here, how do users tell which widget is for L3/L2?

--
Best Regards
Junjie Mao

+ <p v-if="CACHE_ALLOCATION.level===3||CACHE_ALLOCATION.level===2">
Drag the ends of the boxes to cover the cache chunks you want to allocate to specific VMs. If you have a
real-time
VM,ensure its cache chunks do not overlap with any other VM's cache chunks.

Join {acrn-dev@lists.projectacrn.org to automatically receive all group messages.