Re: [ovs-dev] [PATCH net-next v3 2/2] datapath: Restructure vxlan tunneling.

2013-07-19 Thread Kyle Mestery (kmestery)
On Jul 19, 2013, at 3:31 PM, Pravin Shelar wrote: > On Fri, Jul 19, 2013 at 6:28 AM, Kyle Mestery (kmestery) > wrote: >> >> On Jul 18, 2013, at 5:22 PM, Pravin B Shelar wrote: >> >>> Following patch restructures vxlan tunneling so that it is more >>> in sync with upstream vxlan tunneling code.

Re: [ovs-dev] [PATCH net-next v3 2/2] datapath: Restructure vxlan tunneling.

2013-07-19 Thread Pravin Shelar
On Fri, Jul 19, 2013 at 6:28 AM, Kyle Mestery (kmestery) wrote: > > On Jul 18, 2013, at 5:22 PM, Pravin B Shelar wrote: > >> Following patch restructures vxlan tunneling so that it is more >> in sync with upstream vxlan tunneling code. >> >> Signed-off-by: Pravin Shelar >> --- >> v3-v2: >> - Mov

Re: [ovs-dev] [PATCH net-next v3 2/2] datapath: Restructure vxlan tunneling.

2013-07-19 Thread Kyle Mestery (kmestery)
On Jul 18, 2013, at 5:22 PM, Pravin B Shelar wrote: > Following patch restructures vxlan tunneling so that it is more > in sync with upstream vxlan tunneling code. > > Signed-off-by: Pravin Shelar > --- > v3-v2: > - Moved kernel version in flow_dissector check to top. > v1-v2: > - Added create

Re: [ovs-dev] [PATCH net-next v3 2/2] datapath: Restructure vxlan tunneling.

2013-07-18 Thread Jesse Gross
On Thu, Jul 18, 2013 at 3:22 PM, Pravin B Shelar wrote: > Following patch restructures vxlan tunneling so that it is more > in sync with upstream vxlan tunneling code. > > Signed-off-by: Pravin Shelar Acked-by: Jesse Gross X-CudaMail-Whitelist-To: dev@openvswitch.org ___

[ovs-dev] [PATCH net-next v3 2/2] datapath: Restructure vxlan tunneling.

2013-07-18 Thread Pravin B Shelar
Following patch restructures vxlan tunneling so that it is more in sync with upstream vxlan tunneling code. Signed-off-by: Pravin Shelar --- v3-v2: - Moved kernel version in flow_dissector check to top. v1-v2: - Added create flag to vxlan-port add. - Moved rxhash functions to flow_dissector.c