From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3] Hash library fixes Date: Thu, 29 Sep 2016 21:52:55 +0200 Message-ID: <4495301.v8TsFyL4ek@xps13> References: <1472247009-166860-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Edupuganti, Saikrishna" , "Richardson, Bruce" To: "De Lara Guarch, Pablo" Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 4697F19F5 for ; Thu, 29 Sep 2016 21:52:57 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id b4so5487305wmb.0 for ; Thu, 29 Sep 2016 12:52:57 -0700 (PDT) In-Reply-To: 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" > > This patchset includes some minor fixes to the hash library, plus a small > > improvement in checking for an empty slot when performing different hash > > operations. > > > > Pablo de Lara (3): > > hash: fix ring size > > hash: fix false zero signature key hit lookup > > hash: check if slot is empty with key index > > Series-acked-by: Saikrishna Edupuganti Applied, thanks