I see many irq balancing functions like balance_irq,
rotate_irqs_among_cpus, do_irq_balance defined in
arch/i386/kernel/io_apic.c (Linux 2.6.21). However mips architecture
does not have such functions.

Is irq balancing not implemented for mips architecture ?

Here is a typical snap shot of interrupts distributed to 14 CPUs on my system:
cpu  interrupt
 0     10101
 1      6890
 2       992
 3       521
 4       424
 5       482
 6       520
 7       426
 8       467
 9       532
10       446
11       462
12       232
13       648


Any suggestion, how to do irq balancing? I tried smp_affinity, but it
does not work !!

Thanks
-Lal

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to