remove extra parentheses in return statement
[dpdk.git] / lib / librte_hash / rte_cuckoo_hash.c
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-12-06 Yu Nemo Wenbinhash: customize compare function
2015-11-25 Jerin Jacobhash: select CRC hash if armv8-a CRC extension available
2015-11-25 Jerin Jacobhash: replace libc memcmp with optimized functions...
2015-11-04 Pablo de Larahash: fix incorrect lookup if key is all zero
2015-11-04 Pablo de Larahash: fix scaling by reducing contention
2015-11-04 Pablo de Larahash: free internal ring when freeing hash
2015-09-09 Pablo de Larahash: fix memory allocation of cuckoo key table
2015-07-28 Xavier Simonarthash: fix crash when adding already inserted keys
2015-07-22 Pablo de Larahash: move struct field to keep ABI stable
2015-07-18 Pablo de Larahash: fix build for non-x86 arch
2015-07-16 Pablo de Larahash: fix build without SSE4.1
2015-07-16 Pablo de Larahash: fix build with gcc 4.4 and 4.5
2015-07-16 Pablo de Larahash: fix out of bounds array access
2015-07-12 Pablo de Larahash: add iterate function
2015-07-12 Pablo de Larahash: allow to store data in hash table
2015-07-12 Pablo de Larahash: add reset function
2015-07-12 Pablo de Larahash: replace with cuckoo hash implementation