Re: [ovs-dev] [PATCH v3 5/7] lib/classifier: Use internal mutex.

2014-07-07 Thread YAMAMOTO Takashi
> Add an internal mutex to the struct cls_classifier, and reorganize > classifier internal structures according to the user of each field, > marking the fields that need to be protected by the mutex. This makes > locking requirements easier to track, and may make lookup more memory > efficient. >

[ovs-dev] [PATCH v3 5/7] lib/classifier: Use internal mutex.

2014-07-07 Thread Jarno Rajahalme
Add an internal mutex to the struct cls_classifier, and reorganize classifier internal structures according to the user of each field, marking the fields that need to be protected by the mutex. This makes locking requirements easier to track, and may make lookup more memory efficient. After this