git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56daf66
)
be2net: Use dev_consume_skb_any() in the non-drop path
author
Rick Jones
<rick.jones2@hp.com>
Thu, 28 Aug 2014 15:53:16 +0000
(08:53 -0700)
committer
David 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