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

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