From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A86642C2A for ; Wed, 28 Sep 2016 00:34:20 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP; 27 Sep 2016 15:34:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,407,1470726000"; d="scan'208";a="13988871" Received: from orsmsx106.amr.corp.intel.com ([10.22.225.133]) by orsmga005.jf.intel.com with ESMTP; 27 Sep 2016 15:34:19 -0700 Received: from orsmsx116.amr.corp.intel.com ([169.254.7.115]) by ORSMSX106.amr.corp.intel.com ([169.254.1.77]) with mapi id 14.03.0248.002; Tue, 27 Sep 2016 15:34:19 -0700 From: "Edupuganti, Saikrishna" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "Richardson, Bruce" Thread-Topic: [dpdk-dev] [PATCH 0/3] Hash library fixes Thread-Index: AQHR/+D43p7lgXAIYkiezXNnNJUfzaCOHa4A Date: Tue, 27 Sep 2016 22:34:18 +0000 Message-ID: References: <1472247009-166860-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1472247009-166860-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.22.254.140] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Tue, 27 Sep 2016 22:34:21 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Friday, August 26, 2016 2:30 PM > To: dev@dpdk.org > Cc: Richardson, Bruce ; De Lara Guarch, Pablo > > Subject: [dpdk-dev] [PATCH 0/3] Hash library fixes >=20 > 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. >=20 > 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 >=20 > lib/librte_hash/rte_cuckoo_hash.c | 24 +++++++++++++++--------- > lib/librte_hash/rte_cuckoo_hash.h | 2 ++ > lib/librte_hash/rte_cuckoo_hash_x86.h | 5 ++--- > 3 files changed, 19 insertions(+), 12 deletions(-) >=20 > -- > 2.7.4 Series-acked-by: Saikrishna Edupuganti