Re: [dpdk-dev] [PATCH v7 1/3] rcu: add RCU library supporting QSBR mechanism

2019-04-28 Thread Paul E. McKenney
less data > structures. > > Signed-off-by: Honnappa Nagarahalli > Reviewed-by: Steve Capper > Reviewed-by: Gavin Hu > Reviewed-by: Ola Liljedahl > Acked-by: Konstantin Ananyev Much better! Acked-by: Paul E. McKenney > --- > MAINTAINERS

Re: [dpdk-dev] [PATCH v6 1/3] rcu: add RCU library supporting QSBR mechanism

2019-04-28 Thread Paul E. McKenney
On Tue, Apr 16, 2019 at 11:13:57PM -0500, Honnappa Nagarahalli wrote: > Add RCU library supporting quiescent state based memory reclamation method. > This library helps identify the quiescent state of the reader threads so > that the writers can free the memory associated with the lock less data >

Re: [dpdk-dev] [PATCH v4 1/3] rcu: add RCU library supporting QSBR mechanism

2019-04-12 Thread Paul E. McKenney
On Thu, Apr 11, 2019 at 04:35:04AM +, Honnappa Nagarahalli wrote: > Hi Paul, > Thank you for your feedback. > > > -Original Message- > > From: Paul E. McKenney > > Sent: Wednesday, April 10, 2019 1:15 PM > > To: Honnappa Nagarahalli > >

Re: [dpdk-dev] [PATCH v4 1/3] rcu: add RCU library supporting QSBR mechanism

2019-04-11 Thread Paul E. McKenney
On Wed, Apr 10, 2019 at 06:20:04AM -0500, Honnappa Nagarahalli wrote: > Add RCU library supporting quiescent state based memory reclamation method. > This library helps identify the quiescent state of the reader threads so > that the writers can free the memory associated with the lock less data >

Re: [dpdk-dev] [RFC v2 2/2] test/rcu_qsbr: add API and functional tests

2019-01-07 Thread Paul E. McKenney
On Sat, Dec 22, 2018 at 11:30:51PM -0800, Stephen Hemminger wrote: > On Fri, 21 Dec 2018 20:14:20 -0600 > Honnappa Nagarahalli wrote: > > > From: Dharmik Thakkar > > > > Add API positive/negative test cases and functional tests. > > > > Signed-off-by: Malvika Gupta > > Signed-off-by: Dharmik