[ovs-dev] [PATCH 3/3] ofproto: Rename struct rule's evict lock and use it more widely.

Ethan Jackson ethan at nicira.com
Wed Sep 4 22:28:33 UTC 2013


>> +        ovs_rwlock_wrlock(&rule->rwlock);
>>         rule->flow_cookie = new_cookie;
>> +        ovs_rwlock_unlock(&rule->rwlock);
>>

Why wouldn't it be? You're saying that we don't need strict thread safety here?

Ethan



More information about the dev mailing list