Re: [PATCH v4 2/2] sched/schedutil: Rework iowait boost

From: Ingo Molnar
Date: Thu Nov 23 2023 - 05:34:09 EST



* Rafael J. Wysocki <rafael@xxxxxxxxxx> wrote:

> On Wed, Nov 22, 2023 at 2:39 PM Vincent Guittot
> <vincent.guittot@xxxxxxxxxx> wrote:
> >
> > Use the max value that has already been computed inside sugov_get_util()
> > to cap the iowait boost and remove dependency with uclamp_rq_util_with()
> > which is not used anymore.
> >
> > Signed-off-by: Vincent Guittot <vincent.guittot@xxxxxxxxxx>
>
> Acked-by: Rafael J. Wysocki <rafael@xxxxxxxxxx>
>
> Or if you want me to pick up this series, please let me know.

I picked this series up into the scheduler tree, as there's quite a few
changes to the main interface with sched/core.c and sched/sched.h here.

Thanks,

Ingo