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 EC18F8D85 for ; Wed, 18 Nov 2015 18:43:23 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 18 Nov 2015 09:43:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,313,1444719600"; d="scan'208";a="602678736" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by FMSMGA003.fm.intel.com with ESMTP; 18 Nov 2015 09:43:22 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 18 Nov 2015 17:43:21 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.13]) by IRSMSX156.ger.corp.intel.com ([169.254.3.110]) with mapi id 14.03.0248.002; Wed, 18 Nov 2015 17:43:21 +0000 From: "Mcnamara, John" To: "Gonzalez Monroy, Sergio" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] mem: fix incorrect doxygen doc regarding memzones Thread-Index: AQHRIhoKOi3LwRrD9UKj/WdIg23znZ6iDPIw Date: Wed, 18 Nov 2015 17:43:20 +0000 Message-ID: References: <1447862286-13029-1-git-send-email-sergio.gonzalez.monroy@intel.com> In-Reply-To: <1447862286-13029-1-git-send-email-sergio.gonzalez.monroy@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] mem: fix incorrect doxygen doc regarding memzones 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: Wed, 18 Nov 2015 17:43:24 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Sergio Gonzalez > Monroy > Sent: Wednesday, November 18, 2015 3:58 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] mem: fix incorrect doxygen doc regarding > memzones >=20 > We can free memzones now, so remove incorrect doxygen documentation > stating otherwise. >=20 > Fixes: ff909fe21f0a ("mem: introduce memzone freeing") >=20 > Signed-off-by: Sergio Gonzalez Monroy Acked-by: John McNamara