Re: [PATCH net-next 4/6] openvswitch: Use Geneve device.

2015-08-12 Thread Jesse Gross
On Tue, Aug 11, 2015 at 10:17 PM, Pravin B Shelar wrote: > With help of tunnel metadata mode OVS can directly use > Geneve devices to implement Geneve tunnels. > This patch removes all of the OVS specific Geneve code > and make OVS use a Geneve net_device. Basic geneve vport > is still there to ha

[PATCH net-next 4/6] openvswitch: Use Geneve device.

2015-08-11 Thread Pravin B Shelar
With help of tunnel metadata mode OVS can directly use Geneve devices to implement Geneve tunnels. This patch removes all of the OVS specific Geneve code and make OVS use a Geneve net_device. Basic geneve vport is still there to handle compatibility with current userspace application. Signed-off-b