Re: [ovs-dev] [PATCH 0/5] ipv4_tunnels: Modularize ipv4 tunneling.

2013-01-10 Thread Pravin Shelar
On Wed, Jan 9, 2013 at 11:52 PM, David Miller wrote: > From: Pravin B Shelar > Date: Mon, 7 Jan 2013 18:31:32 -0800 > >> Following patch series restructure GRE and IPIP tunneling code >> to make it modular. It adds ip_tunnel module which acts as >> generic tunneling layer which has common code.

Re: [ovs-dev] [PATCH 0/5] ipv4_tunnels: Modularize ipv4 tunneling.

2013-01-09 Thread David Miller
From: Pravin B Shelar Date: Mon, 7 Jan 2013 18:31:32 -0800 > Following patch series restructure GRE and IPIP tunneling code > to make it modular. It adds ip_tunnel module which acts as > generic tunneling layer which has common code. I have patch > to do same for VXLAN too. > > In Addidtion to

Re: [ovs-dev] [PATCH 0/5] ipv4_tunnels: Modularize ipv4 tunneling.

2013-01-08 Thread Pravin Shelar
On Tue, Jan 8, 2013 at 1:10 PM, Or Gerlitz wrote: > On Tue, Jan 8, 2013 at 4:31 AM, Pravin B Shelar wrote: >> Following patch series restructure GRE and IPIP tunneling code >> to make it modular. It adds ip_tunnel module which acts as >> generic tunneling layer which has common code. I have patch

Re: [ovs-dev] [PATCH 0/5] ipv4_tunnels: Modularize ipv4 tunneling.

2013-01-08 Thread Pravin Shelar
On Tue, Jan 8, 2013 at 1:10 PM, Or Gerlitz wrote: > On Tue, Jan 8, 2013 at 4:31 AM, Pravin B Shelar > wrote: > > Following patch series restructure GRE and IPIP tunneling code > > to make it modular. It adds ip_tunnel module which acts as > > generic tunneling layer which has common code. I have

Re: [ovs-dev] [PATCH 0/5] ipv4_tunnels: Modularize ipv4 tunneling.

2013-01-08 Thread Or Gerlitz
On Tue, Jan 8, 2013 at 4:31 AM, Pravin B Shelar wrote: > Following patch series restructure GRE and IPIP tunneling code > to make it modular. It adds ip_tunnel module which acts as > generic tunneling layer which has common code. I have patch > to do same for VXLAN too. [..] Can you be more speci

[ovs-dev] [PATCH 0/5] ipv4_tunnels: Modularize ipv4 tunneling.

2013-01-07 Thread Pravin B Shelar
From: Pravin Shelar Following patch series restructure GRE and IPIP tunneling code to make it modular. It adds ip_tunnel module which acts as generic tunneling layer which has common code. I have patch to do same for VXLAN too. In Addidtion to restructuring it adds demultiplexer for ipgre protoc