be2net: Use dev_consume_skb_any() in the non-drop path
authorRick Jones <rick.jones2@hp.com>
Thu, 28 Aug 2014 15:53:16 +0000 (08:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 30 Aug 2014 03:36:33 +0000 (20:36 -0700)
The be2net driver was still using dev_kfree_skb_any() in a "normal"
skb freeing path.  This rather clutters perf top -G -e skb_kfree_skb
profiling.

Signed-off-by: Rick Jones <rick.jones2@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found