Re: [dpdk-dev] [PATCH v5 0/4] Add RCU reclamation APIs

2020-04-22 Thread David Marchand
On Wed, Apr 22, 2020 at 5:30 AM Honnappa Nagarahalli wrote: > This is not a new patch. This patch set is separated from the LPM > changes as the size of the changes in RCU library has grown due > to comments from community. These APIs will help reduce the changes > in LPM and hash libraries that a

[dpdk-dev] [PATCH v5 0/4] Add RCU reclamation APIs

2020-04-21 Thread Honnappa Nagarahalli
v5 1) rte_rcu_dq_delete does not return an error on NULL parameter 2) Removed good amount of memcopy's where possible 3) Changed the call back function to be friendly for batching. v4 1) RCU reclamation APIs changed to provide lot more flexibility a) The rte_rcu_qsbr_dq_enqueue and rte_rcu_q