Re: [PATCH 04/14] sched: cpufreq: Move sched_cpufreq_governor_change()

2020-05-08 Thread Quentin Perret
On Friday 08 May 2020 at 11:05:23 (+0530), Pavan Kondeti wrote: > In the previous patch, you removed reference to schedutil and replaced it with > " an EAS-compatible CPUfreq governor (schedutil)". May be you could do the > same here. Good point, I add it to the todo list for v2 ;) Thanks,

Re: [PATCH 04/14] sched: cpufreq: Move sched_cpufreq_governor_change()

2020-05-07 Thread Pavan Kondeti
On Thu, May 07, 2020 at 07:10:02PM +0100, Quentin Perret wrote: > CPUFreq calls into sched_cpufreq_governor_change() when switching > governors, which triggers a sched domain rebuild when entering or > exiting schedutil. > > Move the function to sched/cpufreq.c to prepare the ground for the >

[PATCH 04/14] sched: cpufreq: Move sched_cpufreq_governor_change()

2020-05-07 Thread Quentin Perret
CPUFreq calls into sched_cpufreq_governor_change() when switching governors, which triggers a sched domain rebuild when entering or exiting schedutil. Move the function to sched/cpufreq.c to prepare the ground for the modularization of schedutil. Signed-off-by: Quentin Perret ---