On Mon, 2010-09-27 at 17:29 -0700, Nikhil Rao wrote:
Nikhil, Doesn't this break the case of:
two sockets with dual-core and HT. Four tasks currently scheduled as:
three on socket-0 (two threads on core-0 running two tasks and 1 thread
on core-1 running one task). One on socket-1 (one thread on core-0
running a task, with other core-1 idle)
We would like to move the task from core-0 socket-0 to core-1 socket-1,
while we are load balancing at the socket level (it might be smp or numa
level depending on system).
thanks,
suresh
--