numam-dpdk/lib/librte_hash
Chao Zhu 8b8c7a35db hash: fix build on IBM POWER and ARM
This patch fixes the compile errors caused by lacking of "size_t"
definition in rte_hash.h.
The compile error exists on IBM POWER and ARM.

The errors are like:
In file included from app/test/test_hash_scaling.c:35:0:
rte_hash.h:70:70: error: unknown type name ‘size_t’

Fixes: 95da2f8e9c ("hash: customize compare function")

Signed-off-by: Chao Zhu <chaozhu@linux.vnet.ibm.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
2015-12-09 22:02:33 +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: fix build on IBM POWER and ARM 2015-12-09 22:02:33 +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