From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/ip_pipline: fix memory initialization in firewall bulk functions Date: Mon, 16 May 2016 20:18:31 +0200 Message-ID: <6329201.dhtFjyjR49@xps13> References: <1462557284-213903-1-git-send-email-danielx.t.mrzyglod@intel.com> <3EB4FA525960D640B5BDFFD6A3D89126479BD3C3@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Dumitrescu, Cristian" , "Kerlin, MarcinX" , "Singh, Jasvinder" To: "Mrzyglod, DanielX T" Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id D65DC93FA for ; Mon, 16 May 2016 20:18:33 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id a17so149423012wme.0 for ; Mon, 16 May 2016 11:18:33 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D89126479BD3C3@IRSMSX108.ger.corp.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" > > bulk functions expect that all memory is set with zeros > > > > Fixes: 67ebdbef0c31 ("examples/ip_pipeline: add bulk update of firewall > > rules") > > > > Signed-off-by: Daniel Mrzyglod > > Acked-by: Cristian Dumitrescu Applied, thanks