numam-dpdk/lib/librte_hash
Pablo de Lara 7d49e0f4a9 hash: fix memory allocation of cuckoo key table
When calculating the size for the table which allocates
the keys, size was calculated wrongly from multiplying
two 32-bit variables, resulting on a 32-bit number,
before casting to 64-bit, so maximum size was 4G.

Fixes: 48a3991196 ("hash: replace with cuckoo hash implementation")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2015-09-09 11:49:20 +02:00
..
Makefile hash: remove deprecated function and macros 2015-09-04 15:56:58 +02:00
rte_cmp_x86.h hash: fix build for non-x86 arch 2015-07-18 19:47:21 +02:00
rte_cuckoo_hash.c hash: fix memory allocation of cuckoo key table 2015-09-09 11:49:20 +02:00
rte_fbk_hash.c lib: fix whitespace 2015-06-12 11:10:10 +02:00
rte_fbk_hash.h tailq: move to dynamic tailq 2015-03-10 12:06:08 +01:00
rte_hash_crc.h hash: check SSE flags only on x86 builds 2015-07-13 16:15:46 +02:00
rte_hash_version.map hash: add iterate function 2015-07-13 00:18:41 +02:00
rte_hash.h hash: remove deprecated function and macros 2015-09-04 15:56:58 +02: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