Re: [ovs-dev] [PATCH] pvector: Expose non-concurrent priority vector.

2016-07-06 Thread Jarno Rajahalme
Thanks for the review! > On Jul 1, 2016, at 9:08 PM, Ben Pfaff wrote: > > On Tue, Jun 21, 2016 at 05:18:45PM -0700, Jarno Rajahalme wrote: >> PMD threads use pvectors but do not need the overhead of the >> concurrent version. Expose the internal non-concurrent version for >> that use. >> >> Si

Re: [ovs-dev] [PATCH] pvector: Expose non-concurrent priority vector.

2016-07-01 Thread Ben Pfaff
On Tue, Jun 21, 2016 at 05:18:45PM -0700, Jarno Rajahalme wrote: > PMD threads use pvectors but do not need the overhead of the > concurrent version. Expose the internal non-concurrent version for > that use. > > Signed-off-by: Jarno Rajahalme Seems like a good idea, if we have a potential user