Re: [PATCH v10 3/8] x86/resctrl: Modify update_mba_bw() to use per CTRL_MON group event
From: Reinette Chatre
Date: Tue Nov 26 2024 - 13:35:01 EST
Hi Tony,
On 11/22/24 3:58 PM, Tony Luck wrote:
> Update_mba_bw() hard codes use of the memory bandwidth local event which
Update_mba_bw() -> update_mba_bw()
> prevents more flexible options from being deployed.
>
> Change this function to use the event specified in the rdtgroup that is
> being processed.
>
> Mount time checks for the "mba_MBps" option ensure that local memory
> bandwidth is enabled. So drop the redundant is_mbm_local_enabled() check.
>
> Signed-off-by: Tony Luck <tony.luck@xxxxxxxxx>
> ---
With typo fixed:
| Reviewed-by: Reinette Chatre <reinette.chatre@xxxxxxxxx>
Reinette