Re: [PATCH] lib/hash: fix the return value description of rte_hash

2024-06-14 Thread David Marchand
Hello, On Mon, Jun 27, 2022 at 3:13 PM Chenming C wrote: > > The rte_hash lookup can return ZERO which is not a positive value. > Fixes: af75078fece3 ("first public release") Cc: sta...@dpdk.org > Signed-off-by: Chenming C Acked-by: Stephen Hemminger Acked-by: Vladimir Medvedkin Sorry, I h

Re: [PATCH] lib/hash: fix the return value description of rte_hash

2024-03-01 Thread Vladimir Medvedkin
I believe this patch requires fixline and cc stable@ Fixes: af75078fece3 ("first public release") Apart from it Acked-by: Vladimir Medvedkin чт, 6 июл. 2023 г. в 23:58, Stephen Hemminger : > On Mon, 27 Jun 2022 21:11:21 +0800 > Chenming C wrote: > > > The rte_hash lookup can return ZERO whic

[PATCH] lib/hash: fix the return value description of rte_hash

2022-06-27 Thread Chenming C
The rte_hash lookup can return ZERO which is not a positive value. Signed-off-by: Chenming C --- lib/hash/rte_hash.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/hash/rte_hash.h b/lib/hash/rte_hash.h index 7fa9702..1bf1aac 100644 --- a/lib/hash/rte_has