summaryrefslogtreecommitdiffstats
path: root/include/net/rose.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2014-04-09 10:28:50 +0200
committerDavid S. Miller <davem@davemloft.net>2014-04-10 21:41:25 -0400
commit6d39d589bb76ee8a1c6cde6822006ae0053decff (patch)
tree1b54b48a6b8c3b95df7f6fadc6741e4683c70dc0 /include/net/rose.h
parentf34c4a35d87949fbb0e0f31eba3c054e9f8199ba (diff)
downloadtalos-obmc-linux-6d39d589bb76ee8a1c6cde6822006ae0053decff.tar.gz
talos-obmc-linux-6d39d589bb76ee8a1c6cde6822006ae0053decff.zip
net: core: don't account for udp header size when computing seglen
In case of tcp, gso_size contains the tcpmss. For UFO (udp fragmentation offloading) skbs, gso_size is the fragment payload size, i.e. we must not account for udp header size. Otherwise, when using virtio drivers, a to-be-forwarded UFO GSO packet will be needlessly fragmented in the forward path, because we think its individual segments are too large for the outgoing link. Fixes: fe6cc55f3a9a053 ("net: ip, ipv6: handle gso skbs in forwarding path") Cc: Eric Dumazet <eric.dumazet@gmail.com> Reported-by: Tobias Brunner <tobias@strongswan.org> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/rose.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud