datapath-windows: Fix bug small bug in GRE.
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Fri, 11 Dec 2015 22:24:49 +0000 (22:24 +0000)
committerBen Pfaff <blp@ovn.org>
Mon, 11 Jan 2016 17:40:11 +0000 (09:40 -0800)
Allow GRE encapsulation to take place in the case we have a TCP payload
without LSO.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
datapath-windows/ovsext/Gre.c

index 3ebfda3..5abd4a4 100644 (file)
@@ -161,7 +161,6 @@ OvsDoEncapGre(POVS_VPORT_ENTRY vport,
             default:
                 OVS_LOG_ERROR("Unknown LSO transmit type:%d",
                               tsoInfo.Transmit.Type);
-                return NDIS_STATUS_FAILURE;
         }
         OVS_LOG_TRACE("MSS %u packet len %u", mss,
                       packetLength);