From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 762F96CBC for ; Thu, 9 Jun 2016 10:26:19 +0200 (CEST) Received: from was59-1-82-226-113-214.fbx.proxad.net ([82.226.113.214] helo=[192.168.0.10]) by mail.droids-corp.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1bAvKO-0001yo-Em; Thu, 09 Jun 2016 10:28:36 +0200 To: Sergio Gonzalez Monroy , dev@dpdk.org References: <1465398627-35022-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1465460387-42065-1-git-send-email-sergio.gonzalez.monroy@intel.com> From: Olivier Matz Message-ID: <57592825.2090402@6wind.com> Date: Thu, 9 Jun 2016 10:26:13 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.6.0 MIME-Version: 1.0 In-Reply-To: <1465460387-42065-1-git-send-email-sergio.gonzalez.monroy@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] mempool: fix local cache initialization 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, 09 Jun 2016 08:26:19 -0000 On 06/09/2016 10:19 AM, Sergio Gonzalez Monroy wrote: > The mempool local cache was not initialized properly leading to > undefined behavior in cases where the allocated memory was used > previously and left with data. > > Fixes: 213af31e0960 ("mempool: reduce structure size if no cache needed") > > Signed-off-by: Sergio Gonzalez Monroy Acked-by: Olivier Matz Thanks