hash: fix scaling by reducing contention
[dpdk.git] / lib / librte_hash / rte_cuckoo_hash.c
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