> > When adding with cuckoo hash a key which was already inserted > > a new slot is dequeued and then enqueued back, but the enqueue > > operation was not done properly. > > > > Signed-off-by: Xavier Simonart <xavier.simonart at intel.com> > Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy at intel.com>
Fixes: 48a399119619 ("hash: replace with cuckoo hash implementation") Applied, thanks