[ovs-dev] [PATCH v2 3/3] pvector: Expose non-concurrent priority vector.

Jarno Rajahalme jarno at ovn.org
Fri Jul 29 18:28:58 UTC 2016


> On Jul 22, 2016, at 2:51 PM, Ben Pfaff <blp at ovn.org> wrote:
> 
> On Wed, Jul 06, 2016 at 05:26:17AM -0700, Jarno Rajahalme wrote:
>> PMD threads use pvectors but do not need the overhead of the
>> concurrent version.  Expose the non-concurrent version for
>> that use.
>> 
>> Note that struct pvector is renamed as struct cpvector (for concurrent
>> priority vector), and the former struct pvector_impl is now struct
>> pvector.
>> 
>> Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
> 
> I acked the previous version, so here it is again:  
>        Acked-by: Ben Pfaff <blp at ovn.org>
> 
> I'm happy to reread bits that have changed if you point them out.
> 

Sorry for not pointing the changes out more clearly, but it's the naming mentioned in the commit message that changed.

Thanks for the review, series pushed to master.

  Jarno




More information about the dev mailing list