hash: fix comment for lookup
rte_hash_lookup_with_hash() has wrong comment for its 'sig' param. Fixes: 1a9f648be291 ("hash: fix for multi-process apps") Cc: stable@dpdk.org Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
This commit is contained in:
parent
4f512a1919
commit
0da959d484
@ -328,7 +328,7 @@ rte_hash_lookup(const struct rte_hash *h, const void *key);
|
||||
* @param key
|
||||
* Key to find.
|
||||
* @param sig
|
||||
* Hash value to remove from the hash table.
|
||||
* Precomputed hash value for 'key'.
|
||||
* @return
|
||||
* - -EINVAL if the parameters are invalid.
|
||||
* - -ENOENT if the key is not found.
|
||||
|
Loading…
x
Reference in New Issue
Block a user