Re: [PATCH v8 03/21] x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_"
From: James Morse
Date: Thu Apr 24 2025 - 05:13:12 EST
Hi Reinette,
On 15/04/2025 22:11, Reinette Chatre wrote:
> On 4/11/25 9:42 AM, James Morse wrote:
>> resctrl_sched_in() loads the architecture specific CPU MSRs with the
>> CLOSID and RMID values. This function was named before resctrl was
>> split to have architecture specific code, and generic filesystem code.
>>
>> This function is obviously architecture specific, but does not begin
>> with 'resctrl_arch_', making it the odd one out in the functions an
>> architecture needs to support to enable resctrl.
>>
>> Rename it for consistency. This is purely cosmetic.
>>
>> Signed-off-by: James Morse <james.morse@xxxxxxx>
>> Tested-by: Carl Worth <carl@xxxxxxxxxxxxxxxxxxxxxx> # arm64
>> Tested-by: Shaopeng Tan <tan.shaopeng@xxxxxxxxxxxxxx>
>> Tested-by: Peter Newman <peternewman@xxxxxxxxxx>
>> Tested-by: Shaopeng Tan <tan.shaopeng@xxxxxxxxxxxxxx>
>
> This is a duplicate "Tested-by" tag for Shaopeng.
Fixed,
Thanks,
James