Re: [PATCH v10 09/10] x86/resctrl: Add support for the files for MON groups only

From: Fenghua Yu
Date: Mon Sep 25 2023 - 17:20:59 EST



On 9/15/23 15:42, Babu Moger wrote:
There are 3 types resctrl root files.
1. RFTYPE_BASE : Files common for both MON and CTRL groups
2. RFTYPE_BASE | RFTYPE_CTRL : Files only for CTRL groups
3. RFTYPE_BASE | RFTYPE_MON : Files only for MON groups

Files only for the MON groups are not supported now. Add the
support to create these files.

Signed-off-by: Babu Moger <babu.moger@xxxxxxx>

Reviewed-by: Fenghua Yu <fenghua.yu@xxxxxxxxx>

Thanks.

-Fenghua