On Tue, Apr 2, 2013 at 11:24 PM, Rajahalme, Jarno (NSN - FI/Espoo) <
jarno.rajaha...@nsn.com> wrote:
>
> On Mar 30, 2013, at 18:20 , ext Pravin B Shelar wrote:
>
> > diff --git a/datapath/linux/compat/include/linux/netdevice.h
> b/datapath/linux/compat/include/linux/netdevice.h
> > index 71aad87..
On Tue, Apr 2, 2013 at 3:26 PM, Jesse Gross wrote:
> On Sat, Mar 30, 2013 at 9:20 AM, Pravin B Shelar
> wrote:
> > Following patch restructure ovs tunneling to make use of kernel
> > api. Doing this tunneling code is simplified as most of protocol
> > processing on send and recv is pushed to ker
On Mar 30, 2013, at 18:20 , ext Pravin B Shelar wrote:
> diff --git a/datapath/linux/compat/include/linux/netdevice.h
> b/datapath/linux/compat/include/linux/netdevice.h
> index 71aad87..4ffdac4 100644
> --- a/datapath/linux/compat/include/linux/netdevice.h
> +++ b/datapath/linux/compat/include/
On Sat, Mar 30, 2013 at 9:20 AM, Pravin B Shelar wrote:
> Following patch restructure ovs tunneling to make use of kernel
> api. Doing this tunneling code is simplified as most of protocol
> processing on send and recv is pushed to kernel tunneling. This
> way we can share most protocol related co
On Mar 30, 2013, at 18:20 , ext Pravin B Shelar wrote:
> Following patch restructure ovs tunneling to make use of kernel
> api. Doing this tunneling code is simplified as most of protocol
> processing on send and recv is pushed to kernel tunneling. This
> way we can share most protocol related co