Solid suggestions as always :-) Pushed to master with the changes,
Jarno
On Jun 25, 2014, at 11:33 AM, Ben Pfaff wrote:
> On Wed, Jun 25, 2014 at 04:15:54AM -0700, Jarno Rajahalme wrote:
>> Factor out the priority vector code from the classifier.
>>
>> Making the classifier use RCU instead o
On Wed, Jun 25, 2014 at 04:15:54AM -0700, Jarno Rajahalme wrote:
> Factor out the priority vector code from the classifier.
>
> Making the classifier use RCU instead of locking requires parallel
> access to the priority vector, pointing to subtables in descending
> priority order. When a new subt
Factor out the priority vector code from the classifier.
Making the classifier use RCU instead of locking requires parallel
access to the priority vector, pointing to subtables in descending
priority order. When a new subtable is added, a new copy of the
priority vector is allocated, while the cu