Re: SCHED: Is task migration necessary in sched_exec().

From: Peter Zijlstra
Date: Wed Dec 23 2009 - 07:21:08 EST


On Wed, 2009-12-23 at 18:04 +0600, Rakib Mullick wrote:
> On 12/23/09, Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:
> > On Wed, 2009-12-23 at 17:35 +0600, Rakib Mullick wrote:
>
> > Do you have a particular workload you worry about or are you merely
> > trying to satisfy your curiosity?
> >
> No, I don't have any particular workload.

Anyway, look at it this way, suppose you have 4 tasks on 2 cpus, cpu0
has 3 tasks and cpu1 has 1 task.

The currently running task on cpu0 does exec and gets moved to cpu1,
even though it gives up time on cpu0, it gains time on cpu1. Because it
was eligible to 1/3 of cpu0's time, whereas it is eligible to 1/2 of
cpu1's time.

So its a win, right?


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/