Re: [PATCH v8 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking

From: Carl Worth
Date: Fri Dec 22 2023 - 17:44:03 EST


James Morse <james.morse@xxxxxxx> writes:
> This series does two things, it changes resctrl to call resctrl_arch_rmid_read()
> in a way that works for MPAM, and it separates the locking so that the arch code
> and filesystem code don't have to share a mutex. I tried to split this as two
> series, but these touch similar call sites, so it would create more work.
>
> (What's MPAM? See the cover letter of the first series. [1])

Thanks, James. This is really useful for us at Ampere since it enables
the MPAM driver on top of this series.

I've tested this series on an Ampere implementation, by successfully
using resctrl to configure and exercise MPAM functionality. I can't
speak to the effects of the refactor on x86 since I have not tested that
all.

For the series:

Tested-by: Carl Worth <carl@xxxxxxxxxxxxxxxxxxxxxx>

-Carl