Re: [patch 4/4] genirq: add support for threaded interrupt handlers

From: Peter Zijlstra
Date: Mon Mar 02 2009 - 08:22:44 EST


On Sat, 2009-02-28 at 14:46 +0100, Stefan Richter wrote:
> > We also tried to bind the IRQ thread to the CPU if it were to run a
> > softirq. But that too had issues. If the IRQ thread was bound to a CPU and
> > a higher priority process preempted it, that IRQ handler could not migrate
> > to another CPU to finish the work. Now the IRQ handler would need to wait
> > for that high priority process to give up the CPU in order to continue.
> >
> > The solution is to redesign the softirq code to handle migration.
>
> Do you mean "redesign the softirq framework" or "redesign the softirq
> framework users"?
>
> (In the particular case of firewire, the latter should be just fine.)

The latter.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/