aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2014-09-05 18:29:45 -0700
committerDavid S. Miller <davem@davemloft.net>2014-09-05 22:35:27 -0700
commitcfecec56ae7c7c40f23fbdac04acee027ca3bd66 (patch)
treef6342031d64052601468c246f046600d1822c3fb /net
parentmISDN: remove DSP_NEVER_DEFINED and adjust code identation (diff)
downloadlinux-dev-cfecec56ae7c7c40f23fbdac04acee027ca3bd66.tar.xz
linux-dev-cfecec56ae7c7c40f23fbdac04acee027ca3bd66.zip
mlx4: only pull headers into skb head
Use the new fancy eth_get_headlen() to pull exactly the headers into skb->head. This speeds up GRE traffic (or more generally tunneled traffuc), as GRO can aggregate up to 17 MSS per GRO packet instead of 8. (Pulling too much data was forcing GRO to keep 2 frags per MSS) Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Amir Vadai <amirv@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions