Re: [PATCH] sched/fair: fix dlserver duplicate start and stop

From: Vineeth Remanan Pillai
Date: Wed Apr 24 2024 - 17:59:26 EST


> > dlserver should be started on an idle root cfs rq, when
> > - enqueue on a non-throttled cfs_rq causing the root cfs rq to
> > go non-idle, or
> > - untthrottle results in the root cfs rq to go non-idle.
> >
> > Similarly dlserver should be stopped on a non-idle root cfs rq, when
> > - dequeue on a non-throttled cfs_rq causing the root cfs rq to
> > go idle, or
> > - throttle results in the root cfs rq to go idle.
>
>
> seem to make sense, I will add this check on v7.
>
Thanks!

> Btw, as this is an ongoing thread discussion, instead of sending a patch, next time,
> please reply to the patchset... it is easier for everybody to keep track.
>
Sorry about this. Will reply to the patchset in the future.

Thanks,
Vineeth