Re: [ovs-dev] [PATCH v7] datapath: Add support for lwtunnel

2015-12-03 Thread Pravin Shelar
On Thu, Dec 3, 2015 at 10:29 AM, Joe Stringer wrote: > On 3 December 2015 at 08:10, Jesse Gross wrote: >> >> On Wed, Dec 2, 2015 at 11:34 PM, Joe Stringer wrote: >> > On 1 December 2015 at 19:04, Pravin B Shelar wrote: >> > >> >> Following patch adds support for lwtunnel to OVS datapath. >> >>

Re: [ovs-dev] [PATCH v7] datapath: Add support for lwtunnel

2015-12-03 Thread Joe Stringer
On 3 December 2015 at 08:10, Jesse Gross wrote: > On Wed, Dec 2, 2015 at 11:34 PM, Joe Stringer wrote: > > On 1 December 2015 at 19:04, Pravin B Shelar wrote: > > > >> Following patch adds support for lwtunnel to OVS datapath. > >> With this change OVS datapath detect lwtunnel support and > >>

Re: [ovs-dev] [PATCH v7] datapath: Add support for lwtunnel

2015-12-03 Thread Jesse Gross
On Wed, Dec 2, 2015 at 11:34 PM, Joe Stringer wrote: > On 1 December 2015 at 19:04, Pravin B Shelar wrote: > >> Following patch adds support for lwtunnel to OVS datapath. >> With this change OVS datapath detect lwtunnel support and >> make use of new APIs if available. On older kernel where the >

Re: [ovs-dev] [PATCH v7] datapath: Add support for lwtunnel

2015-12-02 Thread Joe Stringer
On 1 December 2015 at 19:04, Pravin B Shelar wrote: > Following patch adds support for lwtunnel to OVS datapath. > With this change OVS datapath detect lwtunnel support and > make use of new APIs if available. On older kernel where the > support is not there the backported tunnel modules are used