> 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 patch there is some double locking, as the caller is taking
> the fat-rwlock, and we take a mutex internally.  A following patch
> will remove the classifier fat-rwlock, removing the (double) locking
> overhead.
> 
> Signed-off-by: Jarno Rajahalme <[email protected]>

Acked-by: YAMAMOTO Takashi <[email protected]>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to