From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH v2] mempool: fix local cache initialization Date: Thu, 9 Jun 2016 10:26:13 +0200 Message-ID: <57592825.2090402@6wind.com> References: <1465398627-35022-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1465460387-42065-1-git-send-email-sergio.gonzalez.monroy@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Sergio Gonzalez Monroy , dev@dpdk.org 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) In-Reply-To: <1465460387-42065-1-git-send-email-sergio.gonzalez.monroy@intel.com> 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" 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