Re: 2.6.1 and irq balancing

From: Nick Piggin
Date: Sat Jan 10 2004 - 22:40:12 EST




Ed Tomlinson wrote:

Hi,

What is the load on the box when this is happening? If its low think
this is optimal (for cache reasons).



I'd rather see different interrupt sources run on different CPUs
initially, which would help fairness a little bit, and should be
more optimal with big interrupt loads.


0: xxx1 0 0 0
1: 0 xxx2 0 0
2: 0 0 xxx3 0
3: 0 0 0 xxx4

This would delay the need for interrupt balancing in the case where
2 or more interrupts are heavily used.


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