Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revalidator: Re-fix a flow duplication bug.
Commit 73a3c47 (revalidator: Prevent handling the same flow twice.) fixed a bug where duplicated flows could be deleted twice. Commit 7d17009 (ofproto-dpif-upcall: Remove the flow_dumper thread.) partially re-introduced this bug. The bug would cause the logs to show messages such as "failed to flow_get (No such file or directory) skb_priority(0),..." "failed to flow_del (No such file or directory) skb_priority(0),..." This patch fixes the issue again. Signed-off-by: Joe Stringer <[email protected]> Acked-by: Alex Wang <[email protected]>
- Loading branch information