Re: [ovs-dev] [PATCH V4] datapath-windows: Improved offloading on STT tunnel

2016-05-07 Thread Paul Boca
; Subject: [ovs-dev] [PATCH V4] datapath-windows: Improved offloading on STT > tunnel > > *Added OvsExtractLayers - populates only the layers field without unnecessary > memory operations for flow part > *If in STT header the flags are 0 then force packets checksums calculation &

[ovs-dev] [PATCH V4] datapath-windows: Improved offloading on STT tunnel

2016-05-05 Thread Paul Boca
*Added OvsExtractLayers - populates only the layers field without unnecessary memory operations for flow part *If in STT header the flags are 0 then force packets checksums calculation on receive. *Ensure correct pseudo checksum is set for LSO both on send and receive. Both Windows and Linux includ