Skip to content

Commit

Permalink
datapath-windows: Fix bug small bug in GRE.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alin Serdean authored and blp committed Jan 11, 2016
1 parent e944f02 commit 19f3208
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datapath-windows/ovsext/Gre.c
Expand Up @@ -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);
Expand Down

0 comments on commit 19f3208

Please sign in to comment.