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:
e500f48
)
net: avoid one atomic operation in skb_clone()
author
Eric Dumazet
<edumazet@google.com>
Wed, 1 Oct 2014 22:27:15 +0000
(15:27 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 2 Oct 2014 01:27:23 +0000
(21:27 -0400)
Fast clone cloning can actually avoid an atomic_inc(), if we
guarantee prior clone_ref value is 1.
This requires a change kfree_skbmem(), to perform the
atomic_dec_and_test() on clone_ref before setting fclone to
SKB_FCLONE_UNAVAILABLE.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found