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)
commit7e0433b3956b6d110fb8ab7d607841603285a40d
tree040f73dd021e9395a688bc9db01fc1dfae70e230
parentdfa15378bd69c6b193a483725889dd90c1a7dd48
parentb8247f095eddfbfdba0fcecd1e3525a6cdb4b585
Merge branch 'frag-udp-tunneled-skbs'

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>
This page took 0.026126 seconds and 5 git commands to generate.