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

2015-12-01 Thread Joe Stringer
On 1 December 2015 at 19:06, Pravin Shelar wrote: > On Mon, Nov 30, 2015 at 5:44 PM, Joe Stringer wrote: >> On 25 November 2015 at 21:25, Pravin B Shelar wrote: >>> Following patch adds support for lwtunnel to OVS datapath. >>> With this change OVS datapath detect lwtunnel support and >>> make u

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

2015-12-01 Thread Pravin Shelar
On Mon, Nov 30, 2015 at 5:44 PM, Joe Stringer wrote: > On 25 November 2015 at 21:25, 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 v6] datapath: Add support for lwtunnel

2015-11-30 Thread Joe Stringer
On 25 November 2015 at 21:25, 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

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

2015-11-30 Thread Jesse Gross
On Wed, Nov 25, 2015 at 9:25 PM, 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 u