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 084002A5F for ; Fri, 6 Nov 2015 09:32:06 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 06 Nov 2015 00:32:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,251,1444719600"; d="scan'208";a="813164690" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 06 Nov 2015 00:32:06 -0800 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 6 Nov 2015 00:32:05 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 6 Nov 2015 00:32:05 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.100]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.57]) with mapi id 14.03.0248.002; Fri, 6 Nov 2015 16:32:03 +0800 From: "Wu, Jingjing" To: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [PATCH v2] i40e: fix the issue of not freeing memzone Thread-Index: AQHRGGjPybwoowWOg0a2QE46HSslpJ6OqcrQ Date: Fri, 6 Nov 2015 08:32:02 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8D23BE4@SHSMSX104.ccr.corp.intel.com> References: <1446780365-1271-1-git-send-email-helin.zhang@intel.com> <1446796625-1396-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1446796625-1396-1-git-send-email-helin.zhang@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 v2] i40e: fix the issue of not freeing memzone 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: Fri, 06 Nov 2015 08:32:07 -0000 > -----Original Message----- > From: Zhang, Helin > Sent: Friday, November 06, 2015 3:57 PM > To: dev@dpdk.org > Cc: Wu, Jingjing; Zhang, Helin > Subject: [PATCH v2] i40e: fix the issue of not freeing memzone >=20 > This fixes the issue of not freeing memzone in a call to free the memory = for > adminq DMA. >=20 > Signed-off-by: Helin Zhang Acked-by: Jingjing Wu