From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] mempool: fix local cache initialization Date: Wed, 15 Jun 2016 15:59:10 +0200 Message-ID: <4156626.ILE8FSVycS@xps13> References: <1465398627-35022-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1465460387-42065-1-git-send-email-sergio.gonzalez.monroy@intel.com> <57592825.2090402@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Olivier Matz To: Sergio Gonzalez Monroy Return-path: Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com [209.85.217.176]) by dpdk.org (Postfix) with ESMTP id 1B5DAC644 for ; Wed, 15 Jun 2016 15:59:13 +0200 (CEST) Received: by mail-lb0-f176.google.com with SMTP id oe3so1615528lbb.1 for ; Wed, 15 Jun 2016 06:59:12 -0700 (PDT) In-Reply-To: <57592825.2090402@6wind.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" 2016-06-09 10:26, Olivier Matz: > 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 Applied, thanks