[dpdk-dev] [PATCH] hash: fix crash when adding already inserted keys

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Jul 28 19:35:19 CEST 2015


> > 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


More information about the dev mailing list