From: Eric Dumazet Date: Wed, 13 Jul 2011 05:09:18 +0000 (-0700) Subject: be2net: account for skb allocation failures X-Git-Tag: v3.1-rc1~316^2~174 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e75896294d282ecd5b1717fcb3f6aa2908d5946;p=pandora-kernel.git be2net: account for skb allocation failures 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed