Re: [PATCH] cpuidle: New timer events oriented governor for tickless systems

2018-12-19 Thread Quentin Perret
On Tuesday 18 Dec 2018 at 16:31:13 (+0100), Rafael J. Wysocki wrote: > > > + /* > > > + * Count and sum the most recent idle duration values less > > > than > > > + * the target residency of the state selected so far, find > > > the > > > + * max

Re: [PATCH] cpuidle: New timer events oriented governor for tickless systems

2018-12-18 Thread Rafael J. Wysocki
Hi Doug, On Tue, Dec 18, 2018 at 4:32 PM Doug Smythies wrote: > > Hi Rafael, > > Just typos, not already pointed out by Quentin: > > On 2018.12.18 03:09 Rafael J. Wysocki wrote: > > > The venerable menu governor does some thigns that are quite > > s/thigns/things > > > time frame in which no time

RE: [PATCH] cpuidle: New timer events oriented governor for tickless systems

2018-12-18 Thread Doug Smythies
Hi Rafael, Just typos, not already pointed out by Quentin: On 2018.12.18 03:09 Rafael J. Wysocki wrote: > The venerable menu governor does some thigns that are quite s/thigns/things > time frame in which no timer wakeups are possible (becuase it knows s/because/because > +obtain the the *sle

Re: [PATCH] cpuidle: New timer events oriented governor for tickless systems

2018-12-18 Thread Rafael J. Wysocki
Hi, On Tue, Dec 18, 2018 at 12:50 PM Quentin Perret wrote: > > Hi Rafael, > > I skimmed through the previous versions, but apologies if some of these > things have been discussed already :-) > > On Tuesday 18 Dec 2018 at 12:09:05 (+0100), Rafael J. Wysocki wrote: > <...> > > + * - Find an idle st

Re: [PATCH] cpuidle: New timer events oriented governor for tickless systems

2018-12-18 Thread Quentin Perret
Hi Rafael, I skimmed through the previous versions, but apologies if some of these things have been discussed already :-) On Tuesday 18 Dec 2018 at 12:09:05 (+0100), Rafael J. Wysocki wrote: <...> > + * - Find an idle state on the basis of the sleep length and state statistics > + * collected o