> 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 <jrajaha...@nicira.com>

Acked-by: YAMAMOTO Takashi <yamam...@valinux.co.jp>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to