Skip to content

Commit

Permalink
datapath-windows: Fixed packet limits on STT protocol
Browse files Browse the repository at this point in the history
"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 <pboca@cloudbasesolutions.com>
Acked-by: Sairam Venugopal <vsairam@vmware.com>
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
  • Loading branch information
Paul Boca authored and shettyg committed Jul 15, 2016
1 parent 2a21ee2 commit 8851db0
Showing 1 changed file with 194 additions and 169 deletions.

0 comments on commit 8851db0

Please sign in to comment.