datapath: Don't drop oversize GSO frames, since GSO will break them up.
authorBen Pfaff <blp@nicira.com>
Fri, 9 Jan 2009 19:46:06 +0000 (11:46 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Jan 2009 01:16:27 +0000 (17:16 -0800)
commitd02c572f4f052b0ff1c0f96f62f3a6071c71471c
treec0e53680f18d7400867a6a5b0eb361285909e90e
parent20360221fb53e0bda3570ae2e3a89536620345c4
datapath: Don't drop oversize GSO frames, since GSO will break them up.

Fixes TCP performance problems on Xen.

All credit to Justin for diagnosis.
datapath/datapath.c