From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E1B293239 for ; Mon, 13 Jul 2015 15:04:15 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 13 Jul 2015 06:04:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,462,1432623600"; d="scan'208";a="523424091" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by FMSMGA003.fm.intel.com with ESMTP; 13 Jul 2015 06:04:12 -0700 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t6DD4CfJ027851; Mon, 13 Jul 2015 14:04:12 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id t6DD4B4o027047; Mon, 13 Jul 2015 14:04:11 +0100 Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id t6DD4BuZ027043; Mon, 13 Jul 2015 14:04:11 +0100 From: Bernard Iremonger To: dev@dpdk.org Date: Mon, 13 Jul 2015 14:04:03 +0100 Message-Id: <1436792645-26831-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: References: Subject: [dpdk-dev] [PATCH v3 0/2] librte_ether release memory 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: Mon, 13 Jul 2015 13:04:16 -0000 Changes in V3: Release queue array memory in rte_eth_dev_close() function Changes in V2: do not free mac_addrs and hash_mac_addrs in rte_eth_dev_uninit() function. Bernard Iremonger (2): librte_ether: release memory in uninit function. librte_ether: release queue array memory in close function lib/librte_ether/rte_ethdev.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) -- 1.9.1