Re: [RFCv5 PATCH 38/46] sched: scheduler-driven cpu frequency selection

From: Juri Lelli
Date: Tue Sep 15 2015 - 12:21:26 EST


On 15/09/15 14:45, Peter Zijlstra wrote:
> On Mon, Sep 14, 2015 at 04:57:35PM +0100, Juri Lelli wrote:
>> On 04/09/15 14:27, Juri Lelli wrote:
>>> So, just to recall what we discussed at LPC (I have Mike's slides
>>> at hand :-)). It seems that key points are:
>>>
>>> 1- we agreed that locking in cpufreq core has to change as we
>>> have to access it from scheduler hot-paths; what Peter is
>>> proposing above looks viable to me, what others (way more
>>> confident then me with cpufreq inners) say?
>
> Rafael had some thoughts IIRC.
>

Yep, right. Rafael, could you please refresh our memory here? Do
you foresee any problem trying to go as Peter suggested?

>>> 2- the interface has to be extended as we have to let other
>>> scheduling classes drive freq selection too; I guess that how
>>> we do aggregation depends on the nature of sched classes,
>>> but we didn't really reach any sort of agreement here; is
>>> this anyway something we can focus on after fixing locking?
>
> Right, that's going to be interesting. Reading through that SchedTune
> thread has been educational (I really had no clue what it was on about
> on initial reading, the discussion that's on-going clarified a lot).
>

That's good stuff yes.

> It seems that even the fair class might want to provide minimal hints
> due to that 'boost' / 'interactive' nonsense.
>

That's basically what we are doing with the SchedDVFS + SchedTune thing.
Sometimes is helpful to be able to fake signals in order to get better
performance. The current interface already allows us to do that, but
we'll have to figure out how this need takes into account other classes
as well (like this being still best effort and others having QoS
requirements).

>>> 3- the interface should also support peripheral devices; this
>>> seems a interesting feature to have, but how about we postpone
>>> it after we've got previous points right?
>
> Agreed, that's a can of worms :-) Better start with the 'simple' things.
>

Good. :-)

> That said; ISTR a patch set on this topic recently.
>
> lkml.kernel.org/r/1441904972-5809-1-git-send-email-javi.merino@xxxxxxx
>

Yep, that has to be factored in as well eventually; we are actually
trying to keep that in our minds as we proceed further with development
(Javi sits a desk far from me ;-)), but, as you said, simpler things first.

Thanks,

- Juri

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/