Re: [PATCH 1/3] arm64: defconfig: Enable CONFIG_ENERGY_MODEL

2019-03-29 Thread Quentin Perret
On Thursday 28 Mar 2019 at 20:51:12 (+0100), Daniel Lezcano wrote: > On 28/03/2019 18:42, Quentin Perret wrote: > > Hi Daniel, > > > > On Thursday 28 Mar 2019 at 18:27:49 (+0100), Daniel Lezcano wrote: > >> On 28/03/2019 11:22, Quentin Perret wrote: > diff --git a/arch/arm64/configs/defconfig

Re: [PATCH 1/3] arm64: defconfig: Enable CONFIG_ENERGY_MODEL

2019-03-28 Thread Daniel Lezcano
On 28/03/2019 18:42, Quentin Perret wrote: > Hi Daniel, > > On Thursday 28 Mar 2019 at 18:27:49 (+0100), Daniel Lezcano wrote: >> On 28/03/2019 11:22, Quentin Perret wrote: diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2d9c39033c1a..3c09bdaaefd3 100644 >>

Re: [PATCH 1/3] arm64: defconfig: Enable CONFIG_ENERGY_MODEL

2019-03-28 Thread Quentin Perret
Hi Daniel, On Thursday 28 Mar 2019 at 18:27:49 (+0100), Daniel Lezcano wrote: > On 28/03/2019 11:22, Quentin Perret wrote: > >> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > >> index 2d9c39033c1a..3c09bdaaefd3 100644 > >> --- a/arch/arm64/configs/defconfig > >> +++ b/a

Re: [PATCH 1/3] arm64: defconfig: Enable CONFIG_ENERGY_MODEL

2019-03-28 Thread Daniel Lezcano
On 28/03/2019 11:22, Quentin Perret wrote: > On Thursday 28 Mar 2019 at 10:13:50 (+), Quentin Perret wrote: >> The recently introduced Energy Model (EM) framework manages power cost >> tables for the CPUs of the system. Its only user right now is the >> scheduler, in the context of Energy Aware

Re: [PATCH 1/3] arm64: defconfig: Enable CONFIG_ENERGY_MODEL

2019-03-28 Thread Quentin Perret
On Thursday 28 Mar 2019 at 10:13:50 (+), Quentin Perret wrote: > The recently introduced Energy Model (EM) framework manages power cost > tables for the CPUs of the system. Its only user right now is the > scheduler, in the context of Energy Aware Scheduling (EAS). > > However, the EM framewor

[PATCH 1/3] arm64: defconfig: Enable CONFIG_ENERGY_MODEL

2019-03-28 Thread Quentin Perret
The recently introduced Energy Model (EM) framework manages power cost tables for the CPUs of the system. Its only user right now is the scheduler, in the context of Energy Aware Scheduling (EAS). However, the EM framework also offers a generic infrastructure that could replace subsystem-specific