From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] net/enic: fix another case of memory not being freed Date: Tue, 27 Sep 2016 15:34:46 +0100 Message-ID: <20160927143445.GD36312@bricha3-MOBL3> References: <20160922170246.15061-1-johndale@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Nelson Escobar To: John Daley Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id B491528F3 for ; Tue, 27 Sep 2016 16:34:49 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20160922170246.15061-1-johndale@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 Thu, Sep 22, 2016 at 10:02:45AM -0700, John Daley wrote: > From: Nelson Escobar > > The function vnic_dev_free_desc_ring() didn't actually free memory. Fix > this by first changing vnic_dev_alloc_desc_ring() to use the common > allocation function, then in vnic_dev_free_desc_ring call the common > free function. > > Fixes: fefed3d1e62c ("enic: new driver") > > Signed-off-by: Nelson Escobar Applied to dpdk-next-net/rel_16_11 /Bruce