[ovs-dev] [thread 11/15] classifier: Make use of the classifier thread safe.

Ben Pfaff blp at nicira.com
Thu Aug 8 22:14:29 UTC 2013


On Thu, Aug 08, 2013 at 12:58:30PM -0700, Ethan Jackson wrote:
> Signed-off-by: Ethan Jackson <ethan at nicira.com>

The bits of code in ofproto.c that iterate over classifier rules do
not take any classifier locks, but every other use of a classifier
(e.g. even classifier_is_empty()) does take the lock.  I don't
understand this.



More information about the dev mailing list