Re: [ovs-dev] [PATCH 1/3] revalidator: Re-fix a flow duplication bug.

2014-05-21 Thread Joe Stringer
Thanks, I applied this to master and branch-2.3. On 21 May 2014 18:14, Alex Wang wrote: > Tested, and no more flow_del warning, > > > Acked-by: Alex Wang > > > On Tue, May 20, 2014 at 8:45 PM, Joe Stringer wrote: > >> Commit 73a3c4757e59 (revalidator: Prevent handling the same flow twice.) >>

Re: [ovs-dev] [PATCH 1/3] revalidator: Re-fix a flow duplication bug.

2014-05-20 Thread Alex Wang
Tested, and no more flow_del warning, Acked-by: Alex Wang On Tue, May 20, 2014 at 8:45 PM, Joe Stringer wrote: > Commit 73a3c4757e59 (revalidator: Prevent handling the same flow twice.) > fixed a bug where duplicated flows could be deleted twice. Commit > 7d1700980b5d (ofproto-dpif-upcall: Re

[ovs-dev] [PATCH 1/3] revalidator: Re-fix a flow duplication bug.

2014-05-20 Thread Joe Stringer
Commit 73a3c4757e59 (revalidator: Prevent handling the same flow twice.) fixed a bug where duplicated flows could be deleted twice. Commit 7d1700980b5d (ofproto-dpif-upcall: Remove the flow_dumper thread.) partially re-introduced this bug. The bug would cause the logs to show messages such as "fai