> Add an internal mutex to the struct cls_classifier, and reorganize
> classifier internal structures according to the user of each field,
> marking the fields that need to be protected by the mutex. This makes
> locking requirements easier to track, and may make lookup more memory
> efficient.
>
Add an internal mutex to the struct cls_classifier, and reorganize
classifier internal structures according to the user of each field,
marking the fields that need to be protected by the mutex. This makes
locking requirements easier to track, and may make lookup more memory
efficient.
After this