Re: [dpdk-dev] [PATCH v5 1/5] hash: separate multi-writer from rw-concurrency

2018-10-23 Thread Bruce Richardson
On Mon, Oct 22, 2018 at 11:22:00PM -0500, Honnappa Nagarahalli wrote: > RW concurrency is required with single writer and multiple reader > usecase as well. Hence, multi-writer should not be enabled by default when > RW concurrency is enabled. > > Fixes: f2e3001b53ec ("hash: support read/write con

[dpdk-dev] [PATCH v5 1/5] hash: separate multi-writer from rw-concurrency

2018-10-22 Thread Honnappa Nagarahalli
RW concurrency is required with single writer and multiple reader usecase as well. Hence, multi-writer should not be enabled by default when RW concurrency is enabled. Fixes: f2e3001b53ec ("hash: support read/write concurrency") Cc: yipeng1.w...@intel.com Signed-off-by: Honnappa Nagarahalli Revi