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

2015-11-09 Thread Pravin Shelar
On Mon, Nov 2, 2015 at 11:07 PM, Joe Stringer wrote: > On 31 October 2015 at 04:30, 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 v3] datapath: Add support for lwtunnel

2015-11-02 Thread Joe Stringer
On 31 October 2015 at 04:30, 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.