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