Re: [PATCH 08/14] sched: trig ILB on an idle buddy

2013-04-26 Thread Vincent Guittot
On 26 April 2013 15:15, Peter Zijlstra wrote: > On Thu, Apr 25, 2013 at 07:23:24PM +0200, Vincent Guittot wrote: >> If the buddy CPU is not full and currently idle, we trigger an Idle Load >> Balance to give it the opportunity to pull more tasks. >> >> Signed-off-by: Vincent Guittot >> --- >>

Re: [PATCH 08/14] sched: trig ILB on an idle buddy

2013-04-26 Thread Peter Zijlstra
On Thu, Apr 25, 2013 at 07:23:24PM +0200, Vincent Guittot wrote: > If the buddy CPU is not full and currently idle, we trigger an Idle Load > Balance to give it the opportunity to pull more tasks. > > Signed-off-by: Vincent Guittot > --- > kernel/sched/fair.c | 24 >

Re: [PATCH 08/14] sched: trig ILB on an idle buddy

2013-04-26 Thread Peter Zijlstra
On Thu, Apr 25, 2013 at 07:23:24PM +0200, Vincent Guittot wrote: If the buddy CPU is not full and currently idle, we trigger an Idle Load Balance to give it the opportunity to pull more tasks. Signed-off-by: Vincent Guittot vincent.guit...@linaro.org --- kernel/sched/fair.c | 24

Re: [PATCH 08/14] sched: trig ILB on an idle buddy

2013-04-26 Thread Vincent Guittot
On 26 April 2013 15:15, Peter Zijlstra pet...@infradead.org wrote: On Thu, Apr 25, 2013 at 07:23:24PM +0200, Vincent Guittot wrote: If the buddy CPU is not full and currently idle, we trigger an Idle Load Balance to give it the opportunity to pull more tasks. Signed-off-by: Vincent Guittot

[PATCH 08/14] sched: trig ILB on an idle buddy

2013-04-25 Thread Vincent Guittot
If the buddy CPU is not full and currently idle, we trigger an Idle Load Balance to give it the opportunity to pull more tasks. Signed-off-by: Vincent Guittot --- kernel/sched/fair.c | 24 1 file changed, 24 insertions(+) diff --git a/kernel/sched/fair.c

[PATCH 08/14] sched: trig ILB on an idle buddy

2013-04-25 Thread Vincent Guittot
If the buddy CPU is not full and currently idle, we trigger an Idle Load Balance to give it the opportunity to pull more tasks. Signed-off-by: Vincent Guittot vincent.guit...@linaro.org --- kernel/sched/fair.c | 24 1 file changed, 24 insertions(+) diff --git