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

2015-07-10 Thread Bruce Richardson
On Fri, Jul 10, 2015 at 06:24:17PM +0100, Pablo de Lara wrote: > 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 po

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

2015-07-10 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