Re: [ovs-dev] [PATCH] datapath: Free skb dropped by lisp_tnl_send().

2013-05-07 Thread Pravin Shelar
On Tue, May 7, 2013 at 10:52 AM, Jarno Rajahalme wrote: > vport->send functions must free the skbs they themselves report as > dropped (return 0). > > Signed-off-by: Jarno Rajahalme Thanks for fix. I pushed it to master. > --- > datapath/vport-lisp.c |1 + > 1 file changed, 1 insertion(+) >

[ovs-dev] [PATCH] datapath: Free skb dropped by lisp_tnl_send().

2013-05-07 Thread Jarno Rajahalme
vport->send functions must free the skbs they themselves report as dropped (return 0). Signed-off-by: Jarno Rajahalme --- datapath/vport-lisp.c |1 + 1 file changed, 1 insertion(+) diff --git a/datapath/vport-lisp.c b/datapath/vport-lisp.c index ca2b441..3d0a315 100644 --- a/datapath/vport-