Re: [PATCH v6 03/30] x86/resctrl: Remove 'rdt_mon_features' global variable
From: Reinette Chatre
Date: Tue Jul 08 2025 - 16:54:22 EST
Hi Tony,
On 6/26/25 9:49 AM, Tony Luck wrote:
> rdt_mon_features is used as a bitmask of enabled monitor events. A monitor
> event's status is now maintained in mon_evt::enabled with all monitor
> events' mon_evt structures found in the filesystem's mon_event_all[] array.
>
> Remove the remaining uses of rdt_mon_features.
>
> Signed-off-by: Tony Luck <tony.luck@xxxxxxxxx>
> ---
Reviewed-by: Reinette Chatre <reinette.chatre@xxxxxxxxx>
Reinette