]> bbs.cooldavid.org Git - net-next-2.6.git/commit
net: pskb_expand_head() optimization
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 22 Jul 2010 19:09:08 +0000 (19:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 25 Jul 2010 04:05:57 +0000 (21:05 -0700)
commitfed66381d65a35198639f564365e61a7f256bf79
treee4d4c83f135f58c32a85454e28e33407711f7718
parentc1f79426e2df5ef96fe3e76de6c7606d15bf390b
net: pskb_expand_head() optimization

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>
include/linux/skbuff.h
net/core/skbuff.c