Re: How can I migrate a currently running task?

From: Bart Van Assche
Date: Fri Jun 27 2008 - 09:26:16 EST


On Fri, Jun 27, 2008 at 3:17 PM, 夏亮 <xiaiaxaxi@xxxxxxxxxxx> wrote:
> I am working on Intel Duo Core with Linux OS 2.6.21, and I'd like to
> migrate task from one cpu to another cpu.
> In SMP systems, load_balance() function uses move_tasks() to move processes
> from source runqueue to local runqueue, but it does not move a currently
> running task. If I want to migrate a currently running task from source
> runqueue to local runqueue, how can I do? Any suggestion is preferred.

Are you familiar with the glibc pthread_setaffinity_np() function
and/or the sched_setaffinity() system call ?

Bart.
--
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/