Re: [ovs-dev] [PATCH 2/8] ofproto-dpif: Guard rule statistics with a mutex.

2013-08-05 Thread Ethan Jackson
Good point, I made the change. Ethan On Mon, Aug 5, 2013 at 11:29 AM, Ben Pfaff wrote: > On Sat, Aug 03, 2013 at 06:42:04PM -0700, Ethan Jackson wrote: >> Signed-off-by: Ethan Jackson > > In rule_destruct(), I think it would be better to destroy the mutex > following complete_operation(). Who

Re: [ovs-dev] [PATCH 2/8] ofproto-dpif: Guard rule statistics with a mutex.

2013-08-05 Thread Ben Pfaff
On Sat, Aug 03, 2013 at 06:42:04PM -0700, Ethan Jackson wrote: > Signed-off-by: Ethan Jackson In rule_destruct(), I think it would be better to destroy the mutex following complete_operation(). Who knows, that function might want to eventually look at the statistics. Acked-by: Ben Pfaff __