Re: [ovs-dev] [v2] datapath: Fix recirc bug where skb is double freed.

2014-08-26 Thread Andy Zhou
Pushed with the fix suggested. Thanks. On Tue, Aug 26, 2014 at 5:15 PM, Pravin Shelar wrote: > On Tue, Aug 26, 2014 at 3:36 PM, Andy Zhou wrote: >> If recirc action is the last action of a action list, the SKB triggers >> the recirc will be freed twice. This patch fixes this bug. >> >> Reported-

Re: [ovs-dev] [v2] datapath: Fix recirc bug where skb is double freed.

2014-08-26 Thread Pravin Shelar
On Tue, Aug 26, 2014 at 3:36 PM, Andy Zhou wrote: > If recirc action is the last action of a action list, the SKB triggers > the recirc will be freed twice. This patch fixes this bug. > > Reported-by: Justin Pettit > Signed-off-by: Andy Zhou > --- > datapath/actions.c | 26 -

[ovs-dev] [v2] datapath: Fix recirc bug where skb is double freed.

2014-08-26 Thread Andy Zhou
If recirc action is the last action of a action list, the SKB triggers the recirc will be freed twice. This patch fixes this bug. Reported-by: Justin Pettit Signed-off-by: Andy Zhou --- datapath/actions.c | 26 -- 1 file changed, 16 insertions(+), 10 deletions(-) diff -