[dpdk-dev] [PATCH v3 00/11] Cuckoo hash

2015-07-09 Thread Bruce Richardson
On Thu, Jul 09, 2015 at 01:23:54AM +0200, Thomas Monjalon wrote: > Bruce, what is the status of this series? > The parts of the series can that are independent of the cuckoo hash update have already been sent out as updates so changes to those can quicker be resolved and merged. Pablo should be s

[dpdk-dev] [PATCH v3 00/11] Cuckoo hash

2015-07-09 Thread Thomas Monjalon
Bruce, what is the status of this series? 2015-06-28 23:25, 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 t

[dpdk-dev] [PATCH v3 00/11] Cuckoo hash

2015-06-28 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