On Fri, Nov 18, 2016 at 1:01 AM, Jarno Rajahalme <ja...@ovn.org> wrote: > This patch is a proof-of-concept I did a few months ago for UDP tunnel > offload support in virtio_net interface [..]
What's the use case you were considering for a guest running a UDP based VTEP? > Real implementation needs to extend the virtio_net header rather than > piggy-backing on existing fields. Inner MAC length (or inner network > offset) also needs to be passed as a new field. Control plane (QEMU) > also needs to be updated. > > All testing was done using Geneve, but this should work for all UDP > tunnels the same.