On Tue, 7 Jun 2005, Pritam De wrote:
> I have a PC with P4 with HT enabled running Linux
> Kernel 2.6.9. I could able to spawn two kernel threads
> in two
> logical processors (LP). I would like to know whether
> I
> can able to run one kernel thread in one LP and user
> process in other LP.
Yes. Look at mm/vmscan.c#kswapd() to see how a kernel thread is setup to
only run on one processor. Look at kswapd_init() to see an easy way for
hints on how to setup one thread per-CPU on the system. A user process can
be bound to a CPU using sched_setaffinity().
--
Mel Gorman
Part-time Phd Student Java Applications Developer
University of Limerick IBM Dublin Software Lab
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!