Re: IRQ Balance Question for Single but Multi-Core Processors

From: Arjan van de Ven
Date: Sun Jun 24 2007 - 17:47:38 EST


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