Re: [ovs-dev] classifier mutex

2014-11-06 Thread Ben Pfaff
On Thu, Nov 06, 2014 at 01:09:20PM -0800, Jarno Rajahalme wrote: > > On Nov 6, 2014, at 12:21 PM, Ben Pfaff wrote: > > > The classifier has an internal mutex, but in ofproto that mutex is > > redundant with the external ofproto_mutex. If the classifier mutex were > > removed, to be replaced by

Re: [ovs-dev] classifier mutex

2014-11-06 Thread Jarno Rajahalme
On Nov 6, 2014, at 12:21 PM, Ben Pfaff wrote: > The classifier has an internal mutex, but in ofproto that mutex is > redundant with the external ofproto_mutex. If the classifier mutex were > removed, to be replaced by documentation that certain routines need > mutual exclusion, then possibly th