Re: [ovs-dev] [PATCH] datapath: Integration with upstream kernel tunneling.

2013-04-04 Thread Pravin Shelar
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..

Re: [ovs-dev] [PATCH] datapath: Integration with upstream kernel tunneling.

2013-04-04 Thread Pravin Shelar
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

Re: [ovs-dev] [PATCH] datapath: Integration with upstream kernel tunneling.

2013-04-02 Thread Rajahalme, Jarno (NSN - FI/Espoo)
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/

Re: [ovs-dev] [PATCH] datapath: Integration with upstream kernel tunneling.

2013-04-02 Thread Jesse Gross
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

Re: [ovs-dev] [PATCH] datapath: Integration with upstream kernel tunneling.

2013-04-02 Thread Rajahalme, Jarno (NSN - FI/Espoo)
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