Re: [dpdk-dev] [PATCH] lpm: do not return defer queue handle to the user

2020-07-11 Thread David Marchand
On Sat, Jul 11, 2020 at 9:42 AM Ruifeng Wang wrote: > > There is no need to return defer queue handle in rte_lpm_rcu_qsbr_add API, > since enough flexibility has been provided to configure the defer queue. > > Signed-off-by: Ruifeng Wang > Reviewed-by: Honnappa Nagarahalli > --- > This is a foll

[dpdk-dev] [PATCH] lpm: do not return defer queue handle to the user

2020-07-11 Thread Ruifeng Wang
There is no need to return defer queue handle in rte_lpm_rcu_qsbr_add API, since enough flexibility has been provided to configure the defer queue. Signed-off-by: Ruifeng Wang Reviewed-by: Honnappa Nagarahalli --- This is a followup patch of LPM RCU reclamation series [1]. [1] http://patches.dpd