Interrupt requests for eth0 are being handled by one processor in my multiple processor system. Can I round-robin the network interface interrupts over multiple processors?
Updated -
This is not recommended and can cause severe performance issues. This has been discussed on the Linux kernel mailing list.
http://lkml.org/lkml/2007/9/11/488
The irqbalance daemon specifically overlooks network interface card interrupts for this reason.
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.