Re: [dpdk-dev] errors while working with dpdk cuckoo hash

2017-08-30 Thread Shirley Avishour
< pablo.de.lara.gua...@intel.com> wrote: > Hi Shirley, > > > -Original Message- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shirley Avishour > > Sent: Monday, August 21, 2017 12:37 PM > > To: dev@dpdk.org > > Subject: [dpdk-dev] errors whil

Re: [dpdk-dev] errors while working with dpdk cuckoo hash

2017-08-30 Thread De Lara Guarch, Pablo
Hi Shirley, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shirley Avishour > Sent: Monday, August 21, 2017 12:37 PM > To: dev@dpdk.org > Subject: [dpdk-dev] errors while working with dpdk cuckoo hash > > Hi, > > I am running a

[dpdk-dev] errors while working with dpdk cuckoo hash

2017-08-21 Thread Shirley Avishour
Hi, I am running an application over dpdk ver 16.04. My application massively inserting and deleting from a hash table using a key that can be very similar for many instances. I noticed that in some cases I am unable to find an entry while I am certain it was inserted successfully. I wrote a test