irq load balancing

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Date: Tuesday, September 11, 2007 - 7:18 pm

Most of the load in my system is triggered by a single ethernet IRQ. Essentially the IRQ schedules a tasklet and most of the work is done in the taskelet which is scheduled in the IRQ. From what I read looks like the tasklet would be executed on the same CPU on which it was scheduled. So this means even in an SMP system it will be one processor which is overloaded.

So will using the user space IRQ loadbalancer really help? What I am doubtful about is that the user space load balance comes along and changes the affinity once in a while. But really what I need is every interrupt to go to a different CPU in a round robin fashion.

Looks like the APIC  can distribute IRQ's dynamically? Is this supported in the kernel and any config or proc interface to turn this on/off.


Thx,
Venkat

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
irq load balancing , Venkat Subbiah, (Tue Sep 11, 7:18 pm)
Re: irq load balancing, Chris Snook, (Wed Sep 12, 5:44 pm)
RE: irq load balancing, Venkat Subbiah, (Thu Sep 13, 4:31 pm)
Re: irq load balancing, Lennart Sorensen, (Thu Sep 13, 4:44 pm)
RE: irq load balancing, Venkat Subbiah, (Thu Sep 13, 5:02 pm)
Re: irq load balancing, Chris Snook, (Thu Sep 13, 5:30 pm)
Re: irq load balancing, Arjan van de Ven, (Wed Sep 12, 10:47 am)
Re: irq load balancing, kalash nainwal, (Wed Sep 12, 7:55 am)
Re: irq load balancing, Stephen Hemminger, (Wed Sep 12, 7:51 am)