be2net: account for skb allocation failures
authorEric Dumazet <eric.dumazet@gmail.com>
Wed, 13 Jul 2011 05:09:18 +0000 (22:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Jul 2011 05:09:18 +0000 (22:09 -0700)
If we cannot allocate new skbs in RX completion handler, we should
increase netdevice rx_dropped counter, not spam console messages.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found