Re: [dpdk-dev] [PATCH v4 1/4] lib/rcu: add resource reclamation APIs

2020-04-20 Thread Ananyev, Konstantin
> > > + > > > + /* Enqueue the token and resource. Generating the token > > > + * and enqueuing (token + resource) on the queue is not an > > > + * atomic operation. This might result in tokens enqueued > > > + * out of order on the queue. So, some tokens might wait > > > + * longer than they a

Re: [dpdk-dev] [PATCH v4 1/4] lib/rcu: add resource reclamation APIs

2020-04-19 Thread Honnappa Nagarahalli
> > > Add resource reclamation APIs to make it simple for applications and > > libraries to integrate rte_rcu library. > > Few nits, thoughts, please see below. > Apart from that - LGTM. > Acked-by: Konstantin Ananyev > > > > > Signed-off-by: Honnappa Nagarahalli > > Reviewed-by: Ola Liljedh

Re: [dpdk-dev] [PATCH v4 1/4] lib/rcu: add resource reclamation APIs

2020-04-07 Thread Ananyev, Konstantin
> Add resource reclamation APIs to make it simple for applications > and libraries to integrate rte_rcu library. Few nits, thoughts, please see below. Apart from that - LGTM. Acked-by: Konstantin Ananyev > > Signed-off-by: Honnappa Nagarahalli > Reviewed-by: Ola Liljedhal > Reviewed-by: Ruife

[dpdk-dev] [PATCH v4 1/4] lib/rcu: add resource reclamation APIs

2020-04-03 Thread Honnappa Nagarahalli
Add resource reclamation APIs to make it simple for applications and libraries to integrate rte_rcu library. Signed-off-by: Honnappa Nagarahalli Reviewed-by: Ola Liljedhal Reviewed-by: Ruifeng Wang --- lib/librte_rcu/Makefile| 2 +- lib/librte_rcu/meson.build | 2 + lib