Re: [ovs-dev] [PATCH 3/5] datapath: Move generic tunnel functions to lisp module.

2013-08-14 Thread Pravin Shelar
Thanks. I pushed first three patches to master. On Tue, Aug 13, 2013 at 5:44 PM, Jesse Gross wrote: > On Mon, Jul 29, 2013 at 3:47 PM, Pravin B Shelar > wrote: > > diff --git a/datapath/vport-lisp.c b/datapath/vport-lisp.c > > index 6027a16..6e37b2f 100644 > > --- a/datapath/vport-lisp.c > > +

Re: [ovs-dev] [PATCH 3/5] datapath: Move generic tunnel functions to lisp module.

2013-08-13 Thread Jesse Gross
On Mon, Jul 29, 2013 at 3:47 PM, Pravin B Shelar wrote: > diff --git a/datapath/vport-lisp.c b/datapath/vport-lisp.c > index 6027a16..6e37b2f 100644 > --- a/datapath/vport-lisp.c > +++ b/datapath/vport-lisp.c > +static struct sk_buff *handle_offloads(struct sk_buff *skb) > +{ > + int err; >

Re: [ovs-dev] [PATCH 3/5] datapath: Move generic tunnel functions to lisp module.

2013-08-07 Thread Lori Jakab
On 7/30/13 1:47 AM, Pravin B Shelar wrote: Generic tunnel rcv and send function are only used by lisp tunneling module, so It make sense to move them to lisp module. CC: Lori Jakab Signed-off-by: Pravin B Shelar Acked-by: Lorand Jakab --- datapath/Modules.mk|2 - datapath/datap

[ovs-dev] [PATCH 3/5] datapath: Move generic tunnel functions to lisp module.

2013-07-29 Thread Pravin B Shelar
Generic tunnel rcv and send function are only used by lisp tunneling module, so It make sense to move them to lisp module. CC: Lori Jakab Signed-off-by: Pravin B Shelar --- datapath/Modules.mk|2 - datapath/datapath.c|1 - datapath/datapath.h|1 - datapath/dp_notify.c