[dpdk-dev] [PATCH 0/6] Cuckoo hash

2015-06-16 Thread De Lara Guarch, Pablo
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, June 16, 2015 2:44 PM > To: De Lara Guarch, Pablo > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/6] Cuckoo hash > > Hi Pablo, > > 2

[dpdk-dev] [PATCH 0/6] Cuckoo hash

2015-06-16 Thread Thomas Monjalon
Hi Pablo, 2015-06-05 15:33, Pablo de Lara: > Things left for v2: > - Improve unit tests to show clearer performance numbers > - Documentation changes When do you plan to submit a v2?

[dpdk-dev] [PATCH 0/6] Cuckoo hash

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