From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 57BD02931 for ; Wed, 12 Oct 2016 17:33:00 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 12 Oct 2016 08:32:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,482,1473145200"; d="scan'208";a="179123123" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga004.fm.intel.com with ESMTP; 12 Oct 2016 08:32:58 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by IRSMSX152.ger.corp.intel.com ([169.254.6.13]) with mapi id 14.03.0248.002; Wed, 12 Oct 2016 16:32:58 +0100 From: "De Lara Guarch, Pablo" To: "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] hash: fix incorrect bucket size usage Thread-Index: AQHSJCeE9atY1TZjTEG4oatUd6oBxqCk2qOAgAAYtVA= Date: Wed, 12 Oct 2016 15:32:57 +0000 Message-ID: References: <1476235604-33734-1-git-send-email-pablo.de.lara.guarch@intel.com> <7689701.7CCK6hcHEJ@xps13> In-Reply-To: <7689701.7CCK6hcHEJ@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzk1ZjYyY2QtODFjYS00OGI5LWJlMzMtYzYwYmQxNWU0MGZmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Im1Fck5pYXM5dStEYnlJbTNSanNZUTVoY295VXM5bG9Ib3ZCZXY4NkpWRmM9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dpdk-stable] FW: [dpdk-dev] [PATCH] hash: fix incorrect bucket size usage X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 15:33:02 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, October 12, 2016 8:04 AM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; Richardson, Bruce > Subject: Re: [dpdk-dev] [PATCH] hash: fix incorrect bucket size usage >=20 > 2016-10-12 02:26, Pablo de Lara: > > Multiwriter insert function was using a fixed value for > > the bucket size, instead of using the > > RTE_HASH_BUCKET_ENTRIES macro, which value was changed > > recently (making it inconsistent in this case). > > > > Fixes: be856325cba3 ("hash: add scalable multi-writer insertion with In= tel > TSX") > > > > Signed-off-by: Pablo de Lara >=20 > Applied, thanks This patch should be merged in the stable repo. Thanks, Pablo