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 48BB3591F for ; Mon, 9 Nov 2015 02:21:01 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 08 Nov 2015 17:21:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,264,1444719600"; d="scan'208";a="596568173" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by FMSMGA003.fm.intel.com with ESMTP; 08 Nov 2015 17:21:00 -0800 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 8 Nov 2015 17:21:00 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 8 Nov 2015 17:20:59 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.223]) by shsmsx102.ccr.corp.intel.com ([169.254.2.42]) with mapi id 14.03.0248.002; Mon, 9 Nov 2015 09:20:58 +0800 From: "Zhang, Helin" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v2] i40e: fix the issue of not freeing memzone Thread-Index: AQHRGHzYoP4OG5zihE+cCFIdO0oMoZ6S6LEg Date: Mon, 9 Nov 2015 01:20:57 +0000 Message-ID: References: <1446780365-1271-1-git-send-email-helin.zhang@intel.com> <1446796625-1396-1-git-send-email-helin.zhang@intel.com> <7289621.LWGkFxvtQ5@xps13> In-Reply-To: <7289621.LWGkFxvtQ5@xps13> 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 Cc: "dev@dpdk.org" 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: Mon, 09 Nov 2015 01:21:01 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, November 6, 2015 6:20 PM > To: Zhang, Helin > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] i40e: fix the issue of not freeing mem= zone >=20 > 2015-11-06 15:57, Helin Zhang: > > This fixes the issue of not freeing memzone in a call to free the > > memory for adminq DMA. > > > > Signed-off-by: Helin Zhang >=20 > Please could you add a "Fixes:" line? > Thanks Sure, will send a new patch for that. Thanks! Helin