On Wed, Sep 30, 2015 at 09:16:55PM +0000, Alin Serdean wrote:
> Windows does not support VXLAN hardware offloading.
> 
> Currently we do not compute IP/TCP/UDP checksums for the inner packet. This
> patch computes the checksums mentioned above in regards with the enabled
> settings.
> 
> i.e. if IP checksum offloading is enabled for the inner packet we compute it.
> The same applies for TCP and UDP packets.
> 
> This patch also revizes the computation of ones' complement over different
> memory blocks, in the case the lengths are odd.
> 
> Also per documentation:
> https://msdn.microsoft.com/en-us/library/windows/hardware/ff568840%28v=vs.85%29.aspx
> set the TCP flags FIN and PSH only for the last segment in the case LSO is
> enabled.
> 
> Signed-off-by: Alin Gabriel Serdean <[email protected]>
> Acked-by: Sairam Venugopal <[email protected]>
> Acked-by: Sorin Vinturis <[email protected]>
> ---
> This patch is meant for branch-2.4 as well
> v3 add Acked-by's
> v2 address comments

Applied to master, thanks!
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to