From: Herbert Xu <herbert@gondor.apana.org.au>
Date: Fri, 27 Feb 2009 19:45:50 +0800
On Fri, Feb 27, 2009 at 12:03:50AM -0800, David Miller wrote:
quoted
This case should use netpoll_rx().
Good point.
quoted
netif_rx_skb() --> netpoll_rx()
netif_receive_skb() --> netpoll_receive_skb()
Actually I think we could just use netpoll_rx as netpoll_receive_skb
is just an optimisation that skips the test if we've already done it.
I'll do another version with combining the bonding check as you
suggested.
Thanks a lot Herbert.