hash: fix doxygen of return values
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Tue, 7 Aug 2018 02:00:04 +0000 (03:00 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 7 Aug 2018 13:40:04 +0000 (15:40 +0200)
commitf9975d333a8d51e4c15961f56a554914288768aa
treef50f7adb34d3d42cef229555ee5ab24b876ed9cf
parent4b048f352c0126f6f7b8ab36e6ad7bb33703ceac
hash: fix doxygen of return values

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 (-EINVAL and -ENOENT),
where the minus sign was missing.

Bugzilla ID: 78
Fixes: 473d1bebce43 ("hash: allow to store data in hash table")
Fixes: 6dc34e0afe7a ("hash: retrieve a key given its position")
Cc: stable@dpdk.org
Reported-by: Petr Houska <t-pehous@microsoft.com>
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
lib/librte_hash/rte_hash.h