[dpdk-dev] [PATCH v7 0/7] Cuckoo hash - part 3 of Cuckoo hash

2015-07-13 Thread Thomas Monjalon
2015-07-11 01:18, Pablo de Lara: > This patchset is to replace the existing hash library with > a more efficient and functional approach, using the Cuckoo hash > method to deal with collisions. This method is based on using > two different hash functions to have two possible locations > in the hash

[dpdk-dev] [PATCH v7 0/7] Cuckoo hash - part 3 of Cuckoo hash

2015-07-11 Thread Pablo de Lara
This patchset is to replace the existing hash library with a more efficient and functional approach, using the Cuckoo hash method to deal with collisions. This method is based on using two different hash functions to have two possible locations in the hash table where an entry can be. So, if a buck