[ovs-dev] [PATCH] datapath-windows: Fix small bug in STT

Alin Serdean aserdean at cloudbasesolutions.com
Fri Dec 11 20:54:05 UTC 2015


Allow STT encapsulation to take place in the case we have a TCP payload
without LSO.

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
---
 datapath-windows/ovsext/Stt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/datapath-windows/ovsext/Stt.c b/datapath-windows/ovsext/Stt.c
index dc2910f..fc9d7e5 100644
--- a/datapath-windows/ovsext/Stt.c
+++ b/datapath-windows/ovsext/Stt.c
@@ -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;
         }
     }
 
-- 
1.9.5.msysgit.0



More information about the dev mailing list