[ovs-dev] [PATCH v2 1/3] datapath-windows: Add UDP checksum verifications for VXLAN

2016-05-24 Thread Alin Serdean
Introduce UDP checksum if it was specified in the tunnel information on Tx. Set the tunnel checksum information flag on the flow if the UDP checksum was non zero on the Rx. Signed-off-by: Alin Gabriel Serdean --- v2: Address comments --- datapath-windows/ovsext/Vxlan.c | 43

Re: [ovs-dev] [PATCH v2 1/3] datapath-windows: Add UDP checksum verifications for VXLAN

2016-05-25 Thread Paul Boca
Acked-by: Paul-Daniel Boca > -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Alin Serdean > Sent: Tuesday, May 24, 2016 7:14 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH v2 1/3] datapath-windows: Add UDP checksum > verif

Re: [ovs-dev] [PATCH v2 1/3] datapath-windows: Add UDP checksum verifications for VXLAN

2016-05-31 Thread Nithin Raju
Acked-by: Nithin Raju -Original Message- From: dev on behalf of Alin Serdean Date: Tuesday, May 24, 2016 at 9:14 AM To: "dev@openvswitch.org" Subject: [ovs-dev] [PATCH v2 1/3] datapath-windows: Add UDP checksum verifications for VXLAN >Introduce UDP checksum if it was

Re: [ovs-dev] [PATCH v2 1/3] datapath-windows: Add UDP checksum verifications for VXLAN

2016-06-01 Thread Ben Pfaff
On Tue, May 24, 2016 at 04:14:19PM +, Alin Serdean wrote: > Introduce UDP checksum if it was specified in the tunnel information > on Tx. > > Set the tunnel checksum information flag on the flow if the > UDP checksum was non zero on the Rx. > > Signed-off-by: Alin Gabriel Serdean Applied, t