Re: [ovs-dev] [PATCH net-next 8/8] openvswitch: Add vxlan tunneling support.

2013-06-20 Thread Jesse Gross
On Thu, Jun 20, 2013 at 12:27 AM, Pravin B Shelar wrote: > diff --git a/net/openvswitch/vport-vxlan.c b/net/openvswitch/vport-vxlan.c > new file mode 100644 > index 000..be22134 > --- /dev/null > +++ b/net/openvswitch/vport-vxlan.c > @@ -0,0 +1,220 @@ > +/* > + * Copyright (c) 2013 Nicira, Inc

[ovs-dev] [PATCH net-next 8/8] openvswitch: Add vxlan tunneling support.

2013-06-20 Thread Pravin B Shelar
Following patch adds vxlan vport type for openvswitch using vxlan api. This patch adds vxlan dependency for openvswitch. Signed-off-by: Pravin B Shelar --- include/uapi/linux/openvswitch.h | 11 ++ net/openvswitch/Kconfig |1 + net/openvswitch/Makefile |3 +- net/openv