From: Eric Dumazet Date: Tue, 14 Dec 2010 22:39:58 +0000 (+0000) Subject: ifb: use netif_receive_skb() instead of netif_rx() X-Git-Tag: v2.6.38-rc1~476^2~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a75972c61f2c224eb5283c183f9f6b17fb09b6b;p=pandora-kernel.git ifb: use netif_receive_skb() instead of netif_rx() In ri_tasklet(), we run from softirq, so can directly handle packet through netif_receive_skb() instead of netif_rx(). There is no risk of recursion. Signed-off-by: Eric Dumazet Acked-by: Changli Gao Signed-off-by: David S. Miller --- Reading git-diff-tree failed