Re: [dpdk-dev] [PATCH] hash: fix doxygen comments

2021-09-10 Thread Mcnamara, John
> -Original Message- > From: Medvedkin, Vladimir > Sent: Monday, September 6, 2021 5:03 PM > To: dev@dpdk.org > Cc: Mcnamara, John ; sta...@dpdk.org > Subject: [PATCH] hash: fix doxygen comments > The git diff makes this look like the ifdef is moving but I see that you are moving th

[dpdk-dev] [PATCH] hash: fix doxygen comments

2021-09-06 Thread Vladimir Medvedkin
Fixes: 7574c3ef7428 ("hash: add toeplitz algorithm used by RSS") Cc: sta...@dpdk.org Signed-off-by: Vladimir Medvedkin --- lib/hash/rte_thash.h | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/lib/hash/rte_thash.h b/lib/hash/rte_thash.h index 6e6861c..b3cedea 100

Re: [dpdk-dev] [PATCH] hash: fix Doxygen

2018-08-07 Thread Thomas Monjalon
07/08/2018 04:00, Pablo de Lara: > rte_hash_lookup_data() and rte_hash_lookup_with_hash_data() > functions return the index of the table where the key is stored > when this is found, and not 0 as the Doxygen currently states. > > Also, these functions, and rte_hash_get_key_with_position() > return

[dpdk-dev] [PATCH] hash: fix Doxygen

2018-08-07 Thread Pablo de Lara
rte_hash_lookup_data() and rte_hash_lookup_with_hash_data() functions return the index of the table where the key is stored when this is found, and not 0 as the Doxygen currently states. Also, these functions, and rte_hash_get_key_with_position() return negative values when keys are not found (-EI