From 1a75972c61f2c224eb5283c183f9f6b17fb09b6b Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Tue, 14 Dec 2010 22:39:58 +0000 Subject: [PATCH] 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-format-patch failed