From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] enic: fix free function to actually free memory Date: Thu, 23 Jun 2016 12:36:09 +0100 Message-ID: <20160623113608.GH5024@bricha3-MOBL3> References: <1465948494-13380-1-git-send-email-neescoba@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, johndale@cisco.com To: Nelson Escobar Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 8994DC4DA for ; Thu, 23 Jun 2016 13:36:12 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1465948494-13380-1-git-send-email-neescoba@cisco.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 Tue, Jun 14, 2016 at 04:54:54PM -0700, Nelson Escobar wrote: > enic_alloc_consistent() allocated memory, but enic_free_consistent() > was an empty function, so allocated memory was never freed. > The additions to track memzones also needs to be described in the commit message, since this patch does more than just provide an implementation for the free function. Regards, /Bruce