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

2013-06-20 Thread Jesse Gross
On Wed, Jun 12, 2013 at 5:46 PM, Pravin B Shelar wrote: > diff --git a/datapath/linux/compat/gre.c b/datapath/linux/compat/gre.c > new file mode 100644 > index 000..fbb9fb9 > --- /dev/null > +++ b/datapath/linux/compat/gre.c > +struct sk_buff *gre_handle_offloads(struct sk_buff *skb, bool gre_

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

2013-06-12 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