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

2013-06-21 Thread Stephen Hemminger
On Thu, 20 Jun 2013 13:47:11 -0700 Pravin Shelar wrote: > On Thu, Jun 20, 2013 at 10:13 AM, Stephen Hemminger > wrote: > > On Thu, 20 Jun 2013 08:58:42 -0700 > > Stephen Hemminger wrote: > > > >> On Thu, 20 Jun 2013 00:26:15 -0700 > >> Pravin B Shelar wrote: > >> > >> > First two patches fixes

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

2013-06-20 Thread Pravin Shelar
On Thu, Jun 20, 2013 at 10:13 AM, Stephen Hemminger wrote: > On Thu, 20 Jun 2013 08:58:42 -0700 > Stephen Hemminger wrote: > >> On Thu, 20 Jun 2013 00:26:15 -0700 >> Pravin B Shelar wrote: >> >> > First two patches fixes vxlan issues. Next two patches >> > extends vxlan so that openvswitch can

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

2013-06-20 Thread Jesse Gross
On Thu, Jun 20, 2013 at 8:58 AM, Stephen Hemminger wrote: > On Thu, 20 Jun 2013 00:26:15 -0700 > Pravin B Shelar wrote: > >> First two patches fixes vxlan issues. Next two patches >> extends vxlan so that openvswitch can share vxlan udp port >> with vxlan module. Rest of patches refactors vxlan

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

2013-06-20 Thread Stephen Hemminger
On Thu, 20 Jun 2013 00:26:15 -0700 Pravin B Shelar wrote: > First two patches fixes vxlan issues. Next two patches > extends vxlan so that openvswitch can share vxlan udp port > with vxlan module. Rest of patches refactors vxlan data > plane so that ovs can share that code with vxlan module. > L

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

2013-06-20 Thread Pravin B Shelar
First two patches fixes vxlan issues. Next two patches extends vxlan so that openvswitch can share vxlan udp port with vxlan module. Rest of patches refactors vxlan data plane so that ovs can share that code with vxlan module. Last patch adds vxlan-vport to openvswitch. Pravin B Shelar (8): vxl