Re: [ovs-dev] [PATCH v4 3/5] classifier: Remove internal mutex.

2014-11-14 Thread Jarno Rajahalme
On Nov 14, 2014, at 1:38 PM, Ben Pfaff wrote: > On Thu, Nov 13, 2014 at 11:56:15AM -0800, Jarno Rajahalme wrote: >> Almost all classifier users already exclude concurrent modifications, >> or are single-threaded, hence the classifier internal mutex can be >> removed. Due to this change, ovs-rou

Re: [ovs-dev] [PATCH v4 3/5] classifier: Remove internal mutex.

2014-11-14 Thread Ben Pfaff
On Thu, Nov 13, 2014 at 11:56:15AM -0800, Jarno Rajahalme wrote: > Almost all classifier users already exclude concurrent modifications, > or are single-threaded, hence the classifier internal mutex can be > removed. Due to this change, ovs-router.c and tnl-ports.c need new > mutexes, which are ad

[ovs-dev] [PATCH v4 3/5] classifier: Remove internal mutex.

2014-11-13 Thread Jarno Rajahalme
Almost all classifier users already exclude concurrent modifications, or are single-threaded, hence the classifier internal mutex can be removed. Due to this change, ovs-router.c and tnl-ports.c need new mutexes, which are added. Suggested-by: Ben Pfaff Signed-off-by: Jarno Rajahalme --- lib/c