From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3 5/6] ena: fix memory management issue Date: Tue, 5 Jul 2016 17:13:47 +0100 Message-ID: <20160705161346.GB26504@bricha3-MOBL3> References: <1466510763-19569-6-git-send-email-jan@semihalf.com> <1467299099-32498-1-git-send-email-jan@semihalf.com> <1467299099-32498-6-git-send-email-jan@semihalf.com> <20160704162750.GB23380@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, ferruh.yigit@intel.com, Alexander Matushevsky , Jakub Palider To: Jan Medala Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id ED60C56A1 for ; Tue, 5 Jul 2016 18:13:56 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20160704162750.GB23380@bricha3-MOBL3> 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 Mon, Jul 04, 2016 at 05:27:50PM +0100, Bruce Richardson wrote: > On Thu, Jun 30, 2016 at 05:04:58PM +0200, Jan Medala wrote: > > After allocating memzone it's required to zeroize memory in it. > > Freeing memzone with function dedicated for memoryzones. > > > > Can you provide a fixes line for this patch? > >>From looking at git blame, it looks to be: Fixes: 9ba7981ec992 ("ena: add communication layer for DPDK") Please confirm that is ok. /Bruce