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

2015-10-31 Thread Pravin Shelar
On Fri, Oct 30, 2015 at 1:44 PM, Joe Stringer wrote: > On 19 October 2015 at 23:01, 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 v2] datapath: Add support for lwtunnel

2015-10-30 Thread Joe Stringer
On 19 October 2015 at 23:01, 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.