datapath-windows: Fix small bug in STT
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Fri, 11 Dec 2015 20:54:05 +0000 (20:54 +0000)
committerJustin Pettit <jpettit@ovn.org>
Fri, 11 Dec 2015 21:45:09 +0000 (13:45 -0800)
Allow STT encapsulation to take place in the case we have a TCP payload
without LSO.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Acked-by: Nithin Raju <nithin@vmware.com>
Signed-off-by: Justin Pettit <jpettit@ovn.org>
datapath-windows/ovsext/Stt.c

index dc2910f..fc9d7e5 100644 (file)
@@ -176,7 +176,6 @@ OvsDoEncapStt(POVS_VPORT_ENTRY vport,
             default:
                 OVS_LOG_ERROR("Unknown LSO transmit type:%d",
                               lsoInfo.Transmit.Type);
-                return NDIS_STATUS_FAILURE;
         }
     }