Re: [ovs-dev] [PATCH v2 2/2] datapath lisp: Use ovs offload compat functionality.

2013-09-09 Thread Pravin Shelar
On Fri, Sep 6, 2013 at 12:02 PM, Jesse Gross wrote: > On Fri, Sep 6, 2013 at 11:16 AM, Pravin B Shelar wrote: >> OVS already has compat functions to handle GSO packets. >> Following patch get rid of GSO packet handling in lisp >> and use ovs iptunnel_xmit() function for same. >> >> CC: Lori Jakab

Re: [ovs-dev] [PATCH v2 2/2] datapath lisp: Use ovs offload compat functionality.

2013-09-06 Thread Jesse Gross
On Fri, Sep 6, 2013 at 11:16 AM, Pravin B Shelar wrote: > OVS already has compat functions to handle GSO packets. > Following patch get rid of GSO packet handling in lisp > and use ovs iptunnel_xmit() function for same. > > CC: Lori Jakab > Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross

[ovs-dev] [PATCH v2 2/2] datapath lisp: Use ovs offload compat functionality.

2013-09-06 Thread Pravin B Shelar
OVS already has compat functions to handle GSO packets. Following patch get rid of GSO packet handling in lisp and use ovs iptunnel_xmit() function for same. CC: Lori Jakab Signed-off-by: Pravin B Shelar --- datapath/vport-lisp.c | 221 +++-- 1 files