noapic or irqpoll

Submitted by Anonymous
on July 12, 2007 - 6:03am

All,

I have a tv-capture card that works great if I add the irqpoll option to the kernel.

Without the option, it always get
irq 21: nobody cared! and then a stack dump.

But the strange part is, it works also if I add the noapic option.

My system has a Pentium4 with hyperthreating and it shows 2 cpus.

Which option would give best performance: irqpoll or noapic? And could somebody explain why?

If noapic works go with

on
July 13, 2007 - 3:47am

If noapic works go with that. irqpoll makes the kernel ask every interrupt handler if they want to handle the interrupt in question whenever one fires.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.