On Tue, Jan 28, 2014 at 02:57:10PM -0800, Ethan Jackson wrote:
> When doing rule expiration, ofproto_rule_delete__() take the
> ofproto_mutex and calls rule_get_stats(). rule_get_stats() can do an
> xlate_actions() which may take the ofproto_mutex, causing a deadlock.
>
> Signed-off-by: Ethan Jac
When doing rule expiration, ofproto_rule_delete__() take the
ofproto_mutex and calls rule_get_stats(). rule_get_stats() can do an
xlate_actions() which may take the ofproto_mutex, causing a deadlock.
Signed-off-by: Ethan Jackson
---
ofproto/ofproto-dpif.c | 18 --
ofproto/of