Re: [PATCH V2] riscv: export cpu/freq invariant to scheduler

From: Ley Foon Tan
Date: Mon Mar 27 2023 - 02:48:39 EST


On Fri, Mar 24, 2023 at 1:52 AM Andrew Jones <ajones@xxxxxxxxxxxxxxxx> wrote:
>
> On Thu, Mar 23, 2023 at 08:39:24PM +0800, Song Shuai wrote:
> > RISC-V now manages CPU topology using arch_topology which provides
> > CPU capacity and frequency related interfaces to access the cpu/freq
> > invariant in possible heterogeneous or DVFS-enabled platforms.
> >
> > Here adds topology.h file to export the arch_topology interfaces for
> > replacing the scheduler's constant-based cpu/freq invariant accounting.
> >
> > Signed-off-by: Song Shuai <suagrfillet@xxxxxxxxx>
Thanks for submitting this.

Reviewed-by: Ley Foon Tan <lftan@xxxxxxxxxx>

Regards
Ley Foon