Skip to content

Commit

Permalink
datapath-windows: Fix small bug in STT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alin Serdean authored and justinpettit committed Dec 11, 2015
1 parent b630bdf commit da9f65a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datapath-windows/ovsext/Stt.c
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit da9f65a

Please sign in to comment.