Re: [PATCH v10 03/10] x86/resctrl: Rename rftype flags for consistency

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




On 9/15/23 15:42, Babu Moger wrote:
resctrl associates rftype flags with its files so that files can be chosen
based on the resource, whether it is info or base, and if it is control
or monitor type file. These flags use the RF_ as well as RFTYPE_ prefixes.

Change the prefix to RFTYPE_ for all these flags to be consistent.

Also add the flag RFTYPE_MON_BASE, which contains the files required for
MON group only.

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

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

Thanks.

-Fenghua