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 <[email protected]>
Acked-by: Nithin Raju <[email protected]>
Signed-off-by: Justin Pettit <[email protected]>
  • Loading branch information
Alin Serdean authored and justinpettit committed Dec 11, 2015
1 parent 85571a3 commit 3edfaf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datapath-windows/ovsext/Stt.c
Original file line number Diff line number Diff line change
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 3edfaf6

Please sign in to comment.