Re: [ovs-dev] [PATCH] tunnels: Enable UDP checksum computation for Geneve and VXLAN.

2015-03-24 Thread Jesse Gross
Thanks for the quick review; I applied this to master. On Tue, Mar 24, 2015 at 2:56 PM, Pritesh Kothari (pritkoth) wrote: > LGTM > > Acked-by: Pritesh Kothari > > Regards, > Pritesh > > On Mar 24, 2015, at 12:38 PM, Jesse Gross wrote: > > The kernel module can already support outer UDP checksum

Re: [ovs-dev] [PATCH] tunnels: Enable UDP checksum computation for Geneve and VXLAN.

2015-03-24 Thread Pritesh Kothari (pritkoth)
LGTM Acked-by: Pritesh Kothari mailto:pritesh.koth...@cisco.com>> Regards, Pritesh On Mar 24, 2015, at 12:38 PM, Jesse Gross mailto:je...@nicira.com>> wrote: The kernel module can already support outer UDP checksums for Geneve and VXLAN using the standard checksum flag in tunnel metadata. Thi

[ovs-dev] [PATCH] tunnels: Enable UDP checksum computation for Geneve and VXLAN.

2015-03-24 Thread Jesse Gross
The kernel module can already support outer UDP checksums for Geneve and VXLAN using the standard checksum flag in tunnel metadata. This makes userspace aware of the capability so that users can enable it on tunnel ports. There is a complication in that there is no way for userspace to probe or de