From: [EMAIL PROTECTED]
Date: Tue, 06 Mar 2007 02:41:56 -0800

> From: Atsushi Nemoto <[EMAIL PROTECTED]>
> 
> It seems netif_receive_skb() was designed not to call from irq context, but
> NAPI + NETPOLL break this rule.  If netif_receive_skb() was called from irq
> context, redirect to netif_rx() instead of processing the skb in that
> context.
> 
> Signed-off-by: Atsushi Nemoto <[EMAIL PROTECTED]>
> Cc: Jeff Garzik <[EMAIL PROTECTED]>
> Cc: Francois Romieu <[EMAIL PROTECTED]>
> Cc: "David S. Miller" <[EMAIL PROTECTED]>
> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>

This patch can't be applied, sorry.

netpoll_rx() should be invokable from hardware interrupt context.
What is the crash you are seeing?

It looks like perhaps the kfree_skb() calls need to be modified
in __netpoll_rx().

Stephen?  Maybe this is a result of that set of cleanups you did
to the netpoll code?  It wouldn't surprise me :)
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to