Re: [PATCH v4 2/5] sched: Take cpufreq feedback into account

2024-01-30 Thread Qais Yousef
On 01/30/24 10:35, Vincent Guittot wrote: > On Tue, 30 Jan 2024 at 01:50, Qais Yousef wrote: > > > > On 01/30/24 00:26, Qais Yousef wrote: > > > On 01/09/24 17:46, Vincent Guittot wrote: > > > > Aggregate the different pressures applied on the capacity of CPUs and > > > > create a new function tha

Re: [PATCH v4 2/5] sched: Take cpufreq feedback into account

2024-01-30 Thread Vincent Guittot
On Tue, 30 Jan 2024 at 01:50, Qais Yousef wrote: > > On 01/30/24 00:26, Qais Yousef wrote: > > On 01/09/24 17:46, Vincent Guittot wrote: > > > Aggregate the different pressures applied on the capacity of CPUs and > > > create a new function that returns the actual capacity of the CPU: > > > get_

Re: [PATCH v4 2/5] sched: Take cpufreq feedback into account

2024-01-29 Thread Qais Yousef
On 01/30/24 00:26, Qais Yousef wrote: > On 01/09/24 17:46, Vincent Guittot wrote: > > Aggregate the different pressures applied on the capacity of CPUs and > > create a new function that returns the actual capacity of the CPU: > > get_actual_cpu_capacity() > > > > Signed-off-by: Vincent Guittot

Re: [PATCH v4 2/5] sched: Take cpufreq feedback into account

2024-01-29 Thread Qais Yousef
On 01/09/24 17:46, Vincent Guittot wrote: > Aggregate the different pressures applied on the capacity of CPUs and > create a new function that returns the actual capacity of the CPU: > get_actual_cpu_capacity() > > Signed-off-by: Vincent Guittot > Reviewed-by: Lukasz Luba > --- > kernel/sched

[PATCH v4 2/5] sched: Take cpufreq feedback into account

2024-01-09 Thread Vincent Guittot
Aggregate the different pressures applied on the capacity of CPUs and create a new function that returns the actual capacity of the CPU: get_actual_cpu_capacity() Signed-off-by: Vincent Guittot Reviewed-by: Lukasz Luba --- kernel/sched/fair.c | 45 +