From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=V/o+wNhduC0AUuQlxvBkoraoxcRcXtvjAUuLUPJ9aV8=; b=Vij+SbyoWFNFdHoHT2yqWjKJ9xSDiqHt1dAVaQMdS74d2h1gQ3+d3b2Szl9+sh6NR4 L9a/RE5PV9QCaxuDX9XQ/MrgZz8+dHYFaeCBbu5tuRVHlyvbnwteKQukKWcx4JLysAKM W0ARXrlL+C7qdhtZsY2U0qE1CwV98nPCBp1oG2ynGwJ2KBV145djSXePQVUpq3EUwEL9 sbo4wSXvN6c4IWH8b56Wf+j2NDtBRAS/gG634xm0raC1IWsdU87RZA0IG7ZKRIqr+YPs Gj/kVaaj4ynvKFUV5Mna4qQsOvlbgOVcRfcWHudK3XXvrk1iUTutpEigDagcne4KGNOp hXLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=V/o+wNhduC0AUuQlxvBkoraoxcRcXtvjAUuLUPJ9aV8=; b=HrlsWF5C3MoQO8eRVJcJcq1pfFV+KVkzBNbrxMHY/g9plSP8Hkcm+l+A9Bm4rorXOg 1HcaV6YawYHCSws+ry8w1p29frFxJ9WJt78WJSdNRMHrW4xhKYbWmCucJOKe6qZcGU3C 67iNYsPERlJ3TvZCEkNgBeubhtgFYQRmHjCBVTeT1n3WQEespPxgR5MRhT1vJePLJWTx tfnHD6C7+2UtybvKPqS6kzsjYTBd+fkNiy3ruQtS89ERcLGxg1XGOYK+dDg6Dwh3Y2eT 0GJbgxpVPGV1vhSKCq7g7DznI/r2HkXPB7JDMvKh5GIbsFLI2RDjfRaWPeODKWaoqL/x AZgA== X-Gm-Message-State: AA6/9RlhI3/PvbXj1hl5ZUczKE9iZdvDuFW6J7leaanXKmIlWduer3v8fVnE/rVhO5GLE8zE X-Received: by 10.194.17.6 with SMTP id k6mr3434415wjd.65.1475178777055; Thu, 29 Sep 2016 12:52:57 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id jr3sm7919959wjb.13.2016.09.29.12.52.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Sep 2016 12:52:56 -0700 (PDT) From: Thomas Monjalon To: "De Lara Guarch, Pablo" Cc: dev@dpdk.org, "Edupuganti, Saikrishna" , "Richardson, Bruce" Date: Thu, 29 Sep 2016 21:52:55 +0200 Message-ID: <4495301.v8TsFyL4ek@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1472247009-166860-1-git-send-email-pablo.de.lara.guarch@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/3] Hash library fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2016 19:52:57 -0000 > > 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