Merge branch 'frag-udp-tunneled-skbs'
authorDavid S. Miller <davem@davemloft.net>
Tue, 19 Jul 2016 23:40:22 +0000 (16:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Jul 2016 23:40:22 +0000 (16:40 -0700)
Shmulik Ladkani says:

====================
net: Consider fragmentation of udp tunneled skbs in 'ip_finish_output_gso'

Currently IP fragmentation of GSO segments that exceed dst mtu is
considered only in the ipv4 forwarding case.

There are cases where GSO skbs that are bridged and then udp-tunneled
may have gso_size exceeding the egress device mtu.
It makes sense to fragment them, as in the non GSOed code path.

The exact cases where this behavior is needed is described and addressed
in the 2nd patch.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge
This page took 0.026178 seconds and 5 git commands to generate.