question about softirqs
Andi Kleen
andi at firstfloor.org
Thu May 14 03:01:22 EST 2009
On Wed, May 13, 2009 at 09:05:01AM -0600, Chris Friesen wrote:
> Andi Kleen wrote:
> > Thomas Gleixner <tglx at linutronix.de> writes:
>
> >>Err, no. Chris is completely correct:
> >>
> >> if (!in_interrupt())
> >> wakeup_softirqd();
> >
> > Yes you have to wake it up just in case, but it doesn't normally
> > process the data because a normal softirq comes in faster. It's
> > just a safety policy.
>
> What about the scenario I raised earlier, where we have incoming network
> packets,
network packets are normally processed by the network packet interrupt's
softirq or alternatively in the NAPI poll loop.
-Andi
--
ak at linux.intel.com -- Speaking for myself only.
More information about the Linuxppc-dev
mailing list