Re: [ovs-dev] [PATCH] datapath-windows: Fixed packet limits on STT protocol

2016-07-15 Thread Sairam Venugopal
Thanks for the patch! Acked-by: Sairam Venugopal On 7/4/16, 2:53 AM, "Paul Boca" wrote: >"If the length of the payload to be encapsulated exceeds 64KB, or if >the offset to the L4 header exceeds 255 bytes, then it will not be >possible to

[ovs-dev] [PATCH] datapath-windows: Fixed packet limits on STT protocol

2016-07-04 Thread Paul Boca
"If the length of the payload to be encapsulated exceeds 64KB, or if the offset to the L4 header exceeds 255 bytes, then it will not be possible to offload the packet to the NIC for segmentation." (STT RFC) In this case the packet needs to be segmented by us, before sending it. Signed-off-by: