From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] malloc: no need to zero out memory on zmalloc Date: Sun, 10 Jul 2016 15:43:02 +0200 Message-ID: <7423316.MzbSsY8Ltx@xps13> References: <1467716476-130270-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1467716476-130270-2-git-send-email-sergio.gonzalez.monroy@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bruce.richardson@intel.com To: Sergio Gonzalez Monroy Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id B0D57275D for ; Sun, 10 Jul 2016 15:43:04 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id f126so63727005wma.1 for ; Sun, 10 Jul 2016 06:43:04 -0700 (PDT) In-Reply-To: <1467716476-130270-2-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" 2016-07-05 12:01, Sergio Gonzalez Monroy: > Zeroing out memory on rte_zmalloc_socket is not required anymore since all > allocated memory is already zeroed. > > Signed-off-by: Sergio Gonzalez Monroy Series applied, thanks This patch will need special attention when validating this release.