From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] hash: fix crash when adding already inserted keys Date: Tue, 28 Jul 2015 19:35:19 +0200 Message-ID: <12623939.MjktNa5oK0@xps13> References: <1438095279-234959-1-git-send-email-xavier.simonart@intel.com> <55B79ABB.2060000@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Xavier Simonart Return-path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id 6B3BCC35A for ; Tue, 28 Jul 2015 19:36:36 +0200 (CEST) Received: by wibxm9 with SMTP id xm9so167501629wib.0 for ; Tue, 28 Jul 2015 10:36:36 -0700 (PDT) In-Reply-To: <55B79ABB.2060000@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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 > Acked-by: Sergio Gonzalez Monroy Fixes: 48a399119619 ("hash: replace with cuckoo hash implementation") Applied, thanks