summaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2009-05-26 20:50:27 +0200
committerDavid S. Miller <davem@davemloft.net>2009-05-27 12:26:01 +0200
commit7489594cb249aeb178287c9a43a9e4f366044259 (patch)
tree3989b000550aa061d6cd222a83c12c62c1cc0182 /net/ipv4/af_inet.c
parenttcp: Optimise len/mss comparison (diff)
downloadlinux-7489594cb249aeb178287c9a43a9e4f366044259.tar.xz
linux-7489594cb249aeb178287c9a43a9e4f366044259.zip
gro: Optimise length comparison in skb_gro_header
By caching frag0_len, we can avoid checking both frag0 and the length separately in skb_gro_header. This helps as skb_gro_header is called four times per packet which amounts to a few million times at 10Gb/s. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/af_inet.c')
0 files changed, 0 insertions, 0 deletions