Re: [PATCH] fib: fix return value behavior

2024-10-16 Thread Stephen Hemminger
On Wed, 16 Oct 2024 16:59:48 +0100 "Medvedkin, Vladimir" wrote: > Hi Stephen, > > On 16/10/2024 06:29, Stephen Hemminger wrote: > > On Tue, 15 Oct 2024 17:11:43 + > > Vladimir Medvedkin wrote: > > > >> Fixes the behavior of the rte_fib_rcu_qsbr_add() function regarding its > >> return val

Re: [PATCH] fib: fix return value behavior

2024-10-16 Thread Medvedkin, Vladimir
Hi Stephen, On 16/10/2024 06:29, Stephen Hemminger wrote: On Tue, 15 Oct 2024 17:11:43 + Vladimir Medvedkin wrote: Fixes the behavior of the rte_fib_rcu_qsbr_add() function regarding its return value to align with the existing rte_fib API. Fixes: 96c3d06a3547 ("fib: implement RCU rule re

Re: [PATCH] fib: fix return value behavior

2024-10-16 Thread David Marchand
On Wed, Oct 16, 2024 at 7:29 AM Stephen Hemminger wrote: > On Tue, 15 Oct 2024 17:11:43 + > Vladimir Medvedkin wrote: > > > Fixes the behavior of the rte_fib_rcu_qsbr_add() function regarding its > > return value to align with the existing rte_fib API. > > > > Fixes: 96c3d06a3547 ("fib: imple

Re: [PATCH] fib: fix return value behavior

2024-10-15 Thread Stephen Hemminger
On Tue, 15 Oct 2024 17:11:43 + Vladimir Medvedkin wrote: > Fixes the behavior of the rte_fib_rcu_qsbr_add() function regarding its > return value to align with the existing rte_fib API. > > Fixes: 96c3d06a3547 ("fib: implement RCU rule reclamation") > > Signed-off-by: Vladimir Medvedkin >

[PATCH] fib: fix return value behavior

2024-10-15 Thread Vladimir Medvedkin
Fixes the behavior of the rte_fib_rcu_qsbr_add() function regarding its return value to align with the existing rte_fib API. Fixes: 96c3d06a3547 ("fib: implement RCU rule reclamation") Signed-off-by: Vladimir Medvedkin --- lib/fib/dir24_8.c | 21 - lib/fib/rte_fib.h | 8 +++