Re: [ovs-dev] [PATCH] lisp: Reset vlan tag on send.

2013-09-09 Thread Pravin Shelar
Thanks. I pushed patch to master. On Mon, Sep 9, 2013 at 1:26 PM, Jesse Gross wrote: > On Mon, Sep 9, 2013 at 9:21 AM, Pravin B Shelar wrote: >> Lisp needs to discards all l2 packet headers but if vlan tx >> is hw-acceleraed vlan tag is stored in skb struct. Following >> patch resets it. >> >> S

Re: [ovs-dev] [PATCH] lisp: Reset vlan tag on send.

2013-09-09 Thread Jesse Gross
On Mon, Sep 9, 2013 at 9:21 AM, Pravin B Shelar wrote: > Lisp needs to discards all l2 packet headers but if vlan tx > is hw-acceleraed vlan tag is stored in skb struct. Following > patch resets it. > > Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross ___

[ovs-dev] [PATCH] lisp: Reset vlan tag on send.

2013-09-09 Thread Pravin B Shelar
Lisp needs to discards all l2 packet headers but if vlan tx is hw-acceleraed vlan tag is stored in skb struct. Following patch resets it. Signed-off-by: Pravin B Shelar --- datapath/vport-lisp.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/datapath/vport-lisp.c b/da