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
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
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