From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3741C11A2 for ; Tue, 14 Jul 2015 06:53:00 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 13 Jul 2015 21:52:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,469,1432623600"; d="scan'208";a="728380484" Received: from kmsmsx154.gar.corp.intel.com ([172.21.73.14]) by orsmga001.jf.intel.com with ESMTP; 13 Jul 2015 21:52:58 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.110.15) by KMSMSX154.gar.corp.intel.com (172.21.73.14) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 14 Jul 2015 12:51:50 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.246]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.129]) with mapi id 14.03.0224.002; Tue, 14 Jul 2015 12:51:49 +0800 From: "Qiu, Michael" To: "Iremonger, Bernard" , "dev@dpdk.org" Thread-Topic: [PATCH v3 0/2] librte_ether release memory Thread-Index: AQHQvWxzfBey5MbYykSYwjJLz+ANqQ== Date: Tue, 14 Jul 2015 04:51:47 +0000 Message-ID: <533710CFB86FA344BFBF2D6802E60286046BA4DE@SHSMSX101.ccr.corp.intel.com> References: <1436792645-26831-1-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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: Tue, 14 Jul 2015 04:53:00 -0000 On 7/13/2015 9:04 PM, Iremonger, Bernard wrote:=0A= > Changes in V3:=0A= > Release queue array memory in rte_eth_dev_close() function=0A= >=0A= > Changes in V2:=0A= > do not free mac_addrs and hash_mac_addrs in rte_eth_dev_uninit() function= .=0A= >=0A= > Bernard Iremonger (2):=0A= > librte_ether: release memory in uninit function.=0A= > librte_ether: release queue array memory in close function=0A= >=0A= > lib/librte_ether/rte_ethdev.c | 11 ++++++++++-=0A= > 1 file changed, 10 insertions(+), 1 deletion(-)=0A= >=0A= =0A= Acked-by: Michael Qiu =0A=