numam-dpdk/lib/librte_hash
Yu Nemo Wenbin 95da2f8e9c hash: customize compare function
Give user a chance to customize the hash key compare function.
The default rte_hash_cmp_eq function is set in the rte_hash_create
function, but these builtin ones may not good enough, so the user
may call this to override the default one.

Signed-off-by: Yu Nemo Wenbin <yuwb_bjy@ctbri.com.cn>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2015-12-07 00:55:50 +01:00
..
Makefile hash: use armv8-a CRC32 instructions 2015-11-25 22:13:15 +01:00
rte_cmp_arm64.h hash: replace libc memcmp with optimized functions for arm64 2015-11-25 22:11:37 +01:00
rte_cmp_x86.h hash: fix build for non-x86 arch 2015-07-18 19:47:21 +02:00
rte_crc_arm64.h hash: use armv8-a CRC32 instructions 2015-11-25 22:13:15 +01:00
rte_cuckoo_hash.c hash: customize compare function 2015-12-07 00:55:50 +01:00
rte_fbk_hash.c lib: fix whitespace 2015-06-12 11:10:10 +02:00
rte_fbk_hash.h hash: select CRC hash if armv8-a CRC extension available 2015-11-25 22:14:00 +01:00
rte_hash_crc.h hash: use armv8-a CRC32 instructions 2015-11-25 22:13:15 +01:00
rte_hash_version.map hash: customize compare function 2015-12-07 00:55:50 +01:00
rte_hash.h hash: customize compare function 2015-12-07 00:55:50 +01:00
rte_jhash.h hash: remove deprecated function and macros 2015-09-04 15:56:58 +02:00
rte_thash.h hash: fix build of toeplitz algorithm without SSE3 2015-07-30 02:15:32 +02:00