public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* New NUMA scheduler and hotplug CPU
@ 2004-01-25 23:50 Rusty Russell
  2004-01-26  8:26 ` Nick Piggin
  0 siblings, 1 reply; 18+ messages in thread
From: Rusty Russell @ 2004-01-25 23:50 UTC (permalink / raw)
  To: piggin; +Cc: linux-kernel

Hi Nick!

	Looking at your new scheduler in -mm, it uses cpu_online_map
alot in arch_init_sched_domains.  This means with hotplug CPU that it
would need to be modified: certainly possible to do, but messy.

	The other option is to use cpu_possible_map to create the full
topology up front, and then it need never change.  AFAICT, no other
changes are neccessary: you already check against moving tasks to
offline cpus.

Anyway, I was just porting the hotplug CPU patches over to -mm, and
came across this, so I thought I'd ask.

Thanks!
Rusty.
--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2004-01-28  0:59 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-25 23:50 New NUMA scheduler and hotplug CPU Rusty Russell
2004-01-26  8:26 ` Nick Piggin
2004-01-26 16:34   ` Martin J. Bligh
2004-01-26 23:01     ` Nick Piggin
2004-01-26 23:24       ` Martin J. Bligh
2004-01-26 23:40         ` Nick Piggin
2004-01-27  2:36         ` Rusty Russell
2004-01-27  4:38           ` Martin J. Bligh
2004-01-27  5:39             ` Nick Piggin
2004-01-27  7:19               ` Martin J. Bligh
2004-01-27 15:27                 ` Martin J. Bligh
2004-01-28  0:23                   ` Rusty Russell
2004-01-26 23:40       ` Andrew Theurer
2004-01-27  0:07         ` Nick Piggin
2004-01-27  2:21           ` Andrew Theurer
2004-01-27  2:40             ` Nick Piggin
2004-01-27  0:09         ` Martin J. Bligh
2004-01-27  2:19           ` Andrew Theurer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox