[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <45ED4B23.9060000@garzik.org>
Date: Tue, 06 Mar 2007 06:06:11 -0500
From: Jeff Garzik <jeff@...zik.org>
To: akpm@...ux-foundation.org
CC: netdev@...r.kernel.org, anemo@....ocn.ne.jp, davem@...emloft.net,
romieu@...zoreil.com
Subject: Re: [patch 12/19] fix irq problem with NAPI + NETPOLL
akpm@...ux-foundation.org wrote:
> From: Atsushi Nemoto <anemo@....ocn.ne.jp>
>
> 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 <anemo@....ocn.ne.jp>
> Cc: Jeff Garzik <jeff@...zik.org>
> Cc: Francois Romieu <romieu@...zoreil.com>
> Cc: "David S. Miller" <davem@...emloft.net>
> Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
> ---
>
> net/core/dev.c | 11 +++++++++--
> 1 file changed, 9 insertions(+), 2 deletions(-)
net/* stuff, I'll let DaveM make the call and apply it...
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists