Re: [PATCH v7 19/24] x86/resctrl: Add helpers for system wide mon/alloc capable

From: James Morse
Date: Thu Dec 14 2023 - 06:38:25 EST


Hi Babu,

On 09/11/2023 20:51, Moger, Babu wrote:
> Thought you are replacing all rdt_mon_capable with
> resctrl_arch_mon_capable. But, you missed few.
>
> 1 rdtgroup.c rdt_get_tree 2640 if (rdt_mon_capable)
> 2 rdtgroup.c mkdir_rdt_prepare 3420 if (rdt_mon_capable)
>
> Any reason these are not replaced?

Nope,
These were added in tip, which I rebased on to in order to post this late, but didn't have
the time to retest the ~100 other patches (mostly MPAM driver) that sit on top of this.
x86 was quite happy without these. (There are too many moving parts!)

- thanks for catching these.


Thanks,

James