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

Gonzalez Monroy, Sergio sergio.gonzalez.monroy at intel.com
Tue Jul 28 17:07:39 CEST 2015


On 28/07/2015 15:54, Xavier Simonart wrote:
> 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>
> ---
>   lib/librte_hash/rte_cuckoo_hash.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy at intel.com>


More information about the dev mailing list