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:
c1f7942
)
net: pskb_expand_head() optimization
author
Eric Dumazet
<eric.dumazet@gmail.com>
Thu, 22 Jul 2010 19:09:08 +0000
(19:09 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 25 Jul 2010 04:05:57 +0000
(21:05 -0700)
Move frags[] at the end of struct skb_shared_info, and make
pskb_expand_head() copy only the used part of it instead of whole array.
This should avoid kmemcheck warnings and speedup pskb_expand_head() as
well, avoiding a lot of cache misses.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found