Re: [ovs-dev] [PATCH v2] datapath-windows: Compute checksums for VXLAN inner packets

2015-09-28 Thread Ben Pfaff
er 26, 2015 12:24 AM > >> Către: Alin Serdean ; > >> dev@openvswitch.org > >> Subiect: Re: [ovs-dev] [PATCH v2] datapath-windows: Compute checksums > >> for VXLAN inner packets > >> > >> Hey Alin, > >> > >> Thanks for

Re: [ovs-dev] [PATCH v2] datapath-windows: Compute checksums for VXLAN inner packets

2015-09-25 Thread Sairam Venugopal
ay, September 26, 2015 12:24 AM >> Către: Alin Serdean ; >> dev@openvswitch.org >> Subiect: Re: [ovs-dev] [PATCH v2] datapath-windows: Compute checksums >> for VXLAN inner packets >> >> Hey Alin, >> >> Thanks for the patch. I just had few minor suggesti

Re: [ovs-dev] [PATCH v2] datapath-windows: Compute checksums for VXLAN inner packets

2015-09-25 Thread Alin Serdean
Thanks for the review. Comments inline. Alin. > -Mesaj original- > De la: Sairam Venugopal [mailto:vsai...@vmware.com] > Trimis: Saturday, September 26, 2015 12:24 AM > Către: Alin Serdean ; > dev@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH v2] datapath-windows:

Re: [ovs-dev] [PATCH v2] datapath-windows: Compute checksums for VXLAN inner packets

2015-09-25 Thread Sairam Venugopal
Hey Alin, Thanks for the patch. I just had few minor suggestions. Looks good otherwise. Acked-by: Sairam Venugopal - Sairam On 9/22/15, 3:09 PM, "Alin Serdean" wrote: >Windows does not support VXLAN hardware offloading. > >Currently we do not compute IP/TCP/UDP checksums for the inner packe

[ovs-dev] [PATCH v2] datapath-windows: Compute checksums for VXLAN inner packets

2015-09-22 Thread Alin Serdean
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