Re: [dpdk-dev] [PATCH v4 0/3] hash: integrate RCU QSBR

2020-10-19 Thread Dharmik Thakkar
> On Oct 19, 2020, at 4:05 PM, David Marchand wrote: > > On Mon, Oct 19, 2020 at 6:37 PM Dharmik Thakkar > wrote: >> >> Integrate RCU QSBR to make it easier for the applications to use lock >> free algorithm. >> >> Resource reclamation implementation was split from the original >> series, a

Re: [dpdk-dev] [PATCH v4 0/3] hash: integrate RCU QSBR

2020-10-19 Thread David Marchand
On Mon, Oct 19, 2020 at 6:37 PM Dharmik Thakkar wrote: > > Integrate RCU QSBR to make it easier for the applications to use lock > free algorithm. > > Resource reclamation implementation was split from the original > series, and has already been part of RCU library. Rework the series > to base has