Re: [PATCH 31/33] arm_mpam: Add helper to reset saved mbwu state

From: Jonathan Cameron
Date: Mon Nov 10 2025 - 12:35:25 EST


On Fri, 7 Nov 2025 12:34:48 +0000
Ben Horgan <ben.horgan@xxxxxxx> wrote:

> From: James Morse <james.morse@xxxxxxx>
>
> resctrl expects to reset the bandwidth counters when the filesystem
> is mounted.
>
> To allow this, add a helper that clears the saved mbwu state. Instead
> of cross calling to each CPU that can access the component MSC to
> write to the counter, set a flag that causes it to be zero'd on the
> the next read. This is easily done by forcing a configuration update.
>
> Signed-off-by: James Morse <james.morse@xxxxxxx>
> Reviewed-by: Fenghua Yu <fenghuay@xxxxxxxxx>
> Tested-by: Fenghua Yu <fenghuay@xxxxxxxxxx>
> Cc: Peter Newman <peternewman@xxxxxxxxxx>
> Signed-off-by: Ben Horgan <ben.horgan@xxxxxxx>
Reviewed-by: Jonathan Cameron <jonathan.cameron@xxxxxxxxxx>