From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP; 27 Sep 2016 07:34:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,405,1470726000"; d="scan'208";a="14219606" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.48]) by orsmga004.jf.intel.com with SMTP; 27 Sep 2016 07:34:46 -0700 Received: by (sSMTP sendmail emulation); Tue, 27 Sep 2016 15:34:46 +0025 Date: Tue, 27 Sep 2016 15:34:46 +0100 From: Bruce Richardson To: John Daley Cc: dev@dpdk.org, Nelson Escobar Message-ID: <20160927143445.GD36312@bricha3-MOBL3> References: <20160922170246.15061-1-johndale@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160922170246.15061-1-johndale@cisco.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] net/enic: fix another case of memory not being freed X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2016 14:34:50 -0000 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