public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* IRQ Balance Question for Single but Multi-Core Processors
@ 2007-06-24 20:29 Justin Piszcz
  2007-06-24 20:54 ` Jan Engelhardt
  2007-06-24 21:45 ` Arjan van de Ven
  0 siblings, 2 replies; 3+ messages in thread
From: Justin Piszcz @ 2007-06-24 20:29 UTC (permalink / raw)
  To: linux-kernel, arjan; +Cc: Alan Piszcz

Question regarding the IRQ balance daemon and the 2.6.x kernel.

For a single-processor but dual or quad core CPU, should one be running 
the IRQ balancing daemon, will it result in increased performance?

Or is IRQ balance mainly targeted at physical multi-processor systems?

Justin.


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

* Re: IRQ Balance Question for Single but Multi-Core Processors
  2007-06-24 20:29 IRQ Balance Question for Single but Multi-Core Processors Justin Piszcz
@ 2007-06-24 20:54 ` Jan Engelhardt
  2007-06-24 21:45 ` Arjan van de Ven
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Engelhardt @ 2007-06-24 20:54 UTC (permalink / raw)
  To: Justin Piszcz; +Cc: linux-kernel, arjan, Alan Piszcz


On Jun 24 2007 16:29, Justin Piszcz wrote:
>
> Question regarding the IRQ balance daemon and the 2.6.x kernel.
>
> For a single-processor but dual or quad core CPU, should one be running the IRQ
> balancing daemon, will it result in increased performance?
>
> Or is IRQ balance mainly targeted at physical multi-processor systems?

There must be a reason it exists :)
For MC or MP or MCMP systems, it should be helpful indeed.
HT however, not so sure. But then again, MCHT and MCMPHT maybe.

(multi-core, multi-processor, hyperthreading, and combinations thereof.)


	Jan
-- 

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

* Re: IRQ Balance Question for Single but Multi-Core Processors
  2007-06-24 20:29 IRQ Balance Question for Single but Multi-Core Processors Justin Piszcz
  2007-06-24 20:54 ` Jan Engelhardt
@ 2007-06-24 21:45 ` Arjan van de Ven
  1 sibling, 0 replies; 3+ messages in thread
From: Arjan van de Ven @ 2007-06-24 21:45 UTC (permalink / raw)
  To: Justin Piszcz; +Cc: linux-kernel, Alan Piszcz

Justin Piszcz wrote:
> Question regarding the IRQ balance daemon and the 2.6.x kernel.
> 
> For a single-processor but dual or quad core CPU, should one be running 
> the IRQ balancing daemon, will it result in increased performance?

it's a tradeoff.

for cores/threads that share cache, there's no point to run a daemon 
all the time, they share so many resources that things don't really 
matter.....

irqbalance will, as a result, set up a one time static mapping and 
then exit on such systems; this will give a "reasonable" spread of 
interrupts, but won't cost you any cpu after that.

On "real" smp systems, the performance and power tradeoffs are 
different and there irqbalance will keep an eye on things over time...

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

end of thread, other threads:[~2007-06-24 21:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-24 20:29 IRQ Balance Question for Single but Multi-Core Processors Justin Piszcz
2007-06-24 20:54 ` Jan Engelhardt
2007-06-24 21:45 ` Arjan van de Ven

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