Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datapath-windows: Fixed packet limits on STT protocol
"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: Paul-Daniel Boca <[email protected]> Acked-by: Sairam Venugopal <[email protected]> Signed-off-by: Gurucharan Shetty <[email protected]>
- Loading branch information