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>
Fri, 9 Jan 2009 19:46:06 +0000 (11:46 -0800)
commitdb3dae1ab3fc0e9a4eb7b6ed456966971d942961
treec70d0528843b76a49e15a3778e969105c8d123fd
parent4dcfd4004ae42ff1287386b546f90cc114cce9b2
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