Re: [ovs-dev] [PATCH] ofproto: make oftable_remove_rule__ release evict lock

2013-08-12 Thread Ben Pfaff
On Tue, Aug 13, 2013 at 08:00:05AM +0900, y...@mwd.biglobe.ne.jp wrote: > From: YAMAMOTO Takashi > > according to the OVS_RELEASES annotation, oftable_remove_rule__ is > expected to release rule->evict lock. make it actually do so. > > this fixes pthread_rwlock_destroy failures observed on NetB

[ovs-dev] [PATCH] ofproto: make oftable_remove_rule__ release evict lock

2013-08-12 Thread yamt
From: YAMAMOTO Takashi according to the OVS_RELEASES annotation, oftable_remove_rule__ is expected to release rule->evict lock. make it actually do so. this fixes pthread_rwlock_destroy failures observed on NetBSD, where destroying a held lock, which is specwise undefined behaviour, actually fa