Re: [ovs-dev] [PATCH v3] gre: Restructure tunneling.

2013-05-28 Thread Pravin Shelar
On Thu, May 23, 2013 at 11:12 PM, Rajahalme, Jarno (NSN - FI/Espoo) wrote: > Pravin, > > Please find some review comments below, Thanks for comments. > > Jarno > > On May 23, 2013, at 23:01 , ext Pravin B Shelar wrote: > ... >> diff --git a/datapath/linux/compat/gre.c b/datapath/linux/compat/g

Re: [ovs-dev] [PATCH v3] gre: Restructure tunneling.

2013-05-23 Thread Rajahalme, Jarno (NSN - FI/Espoo)
Pravin, Please find some review comments below, Jarno On May 23, 2013, at 23:01 , ext Pravin B Shelar wrote: ... > diff --git a/datapath/linux/compat/gre.c b/datapath/linux/compat/gre.c > new file mode 100644 > index 000..c352ff8 > --- /dev/null > +++ b/datapath/linux/compat/gre.c > @@ -0,

[ovs-dev] [PATCH v3] gre: Restructure tunneling.

2013-05-23 Thread Pravin B Shelar
Following patch restructures ovs tunneling and gre vport implementation to make ovs tunneling more in sync with upstream kernel tunneling. Doing this tunneling code is simplified as most of protocol processing on send and recv is pushed to kernel tunneling. For external ovs module the code is mov