Re: [dpdk-dev] [PATCH v6 0/4] hash: integrate RCU QSBR

2020-10-26 Thread Dharmik Thakkar
> On Oct 24, 2020, at 4:09 AM, David Marchand wrote: > > On Thu, Oct 22, 2020 at 12:51 AM 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,

Re: [dpdk-dev] [PATCH v6 0/4] hash: integrate RCU QSBR

2020-10-24 Thread David Marchand
On Thu, Oct 22, 2020 at 12:51 AM 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 ha