Home
last modified time | relevance | path

Searched refs:rte_jhash_32b (Results 1 – 5 of 5) sorted by relevance

/dpdk/app/test/
H A Dtest_hash_functions.c202 hash32 = rte_jhash_32b((const unaligned_uint32_t *)key, in verify_jhash_32bits()
H A Dtest_func_reentrancy.c235 .hash_func = (rte_hash_function)rte_jhash_32b, in hash_create_free()
H A Dtest_hash.c1621 return rte_jhash_32b(k, length >> 2, initval); in test_jhash_32b()
/dpdk/lib/hash/
H A Drte_jhash.h303 rte_jhash_32b(const uint32_t *k, uint32_t length, uint32_t initval) in rte_jhash_32b() function
/dpdk/doc/guides/rel_notes/
H A Drelease_2_2.rst519 It was replaced by ``rte_jhash_32b()``.