ring: return free space when enqueuing
[dpdk.git] / lib / librte_hash / rte_cuckoo_hash.c
2017-03-29 Bruce Richardsonring: return free space when enqueuing
2016-10-12 Pablo de Larahash: fix unlimited cuckoo path
2016-10-05 Byron Marohnhash: modify lookup bulk pipeline
2016-10-05 Byron Marohnhash: add vectorized comparison
2016-10-05 Byron Marohnhash: reorganize bucket structure
2016-09-29 Pablo de Larahash: check if slot is empty with key index
2016-09-29 Pablo de Larahash: fix false zero signature key hit lookup
2016-09-29 Pablo de Larahash: fix ring size
2016-09-22 Masoud Hasanifardhash: fix custom compare
2016-07-10 Yari Adan Petralandahash: retrieve a key given its position
2016-06-24 Wei Shenhash: add scalable multi-writer insertion with Intel TSX
2016-04-06 Olivier Matzhash: fix race condition at creation
2016-04-06 Olivier Matzhash: fix allocation of an existing object
2016-04-01 Pablo de Larahash: fix multi-process support
2016-04-01 Pablo de Larahash: use common x86 flag
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