On Wed, Aug 14, 2013 at 10:56 AM, Jesse Gross wrote:
> On Mon, Jul 29, 2013 at 3:48 PM, Pravin B Shelar
> wrote:
> > diff --git a/datapath/vport-lisp.c b/datapath/vport-lisp.c
> > index 847cb39..9ffa74f 100644
> > --- a/datapath/vport-lisp.c
> > +++ b/datapath/vport-lisp.c
> > +static void handl
On Mon, Jul 29, 2013 at 3:48 PM, Pravin B Shelar wrote:
> diff --git a/datapath/vport-lisp.c b/datapath/vport-lisp.c
> index 847cb39..9ffa74f 100644
> --- a/datapath/vport-lisp.c
> +++ b/datapath/vport-lisp.c
> +static void handle_offloads(struct sk_buff *skb)
> {
> - int err;
> + if
I don't much about GSO, so I couldn't do a proper review, but it looks
good. Also, the series didn't seem to break anything.
Thanks,
-Lori
On 7/30/13 1:48 AM, Pravin B Shelar wrote:
OVS already has compat functions to handle GSO packets.
Following patch get rid of GSO packet handling in lisp
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 | 209 -
1 files