Linux Kernel IRQ Routing with irqbalance / kernel options

Posted by tim on Server Fault See other posts from Server Fault or by tim
Published on 2012-10-22T11:04:51Z Indexed on 2012/10/29 11:04 UTC
Read the original article Hit count: 417

Filed under:
|
|
|

I'm trying to get my Xen Dom0 distributing the irqs in an smp enviroment. As far as I know there are 2 Options:

  • Use irqbalance
  • Configure the kernel without cpu hotplug support

My System is Debian Squeeze, Xen 4.0.4, Kernel 3.2.31.

My Problem is:

  • irqbalance segfaults due to a changed /proc/irq* layout or irq0 missing (this seems to be a very old bug existing since Lenny)
  • To configure a kernel without cpu hotplug support you must disable cpu powermanagement which seems to be impossible through the standard wys (make config / make menuconfig) - the option CONFIG_PM simply defaults to "Y".

Any idea anyone on how to get a debian dom0 kernel with a proper irq distribution?

© Server Fault or respective owner

Related posts about linux

Related posts about debian