From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <john.mcnamara@intel.com> Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id AE770559C for <dev@dpdk.org>; Fri, 28 Apr 2017 09:40:15 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Apr 2017 00:40:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,387,1488873600"; d="scan'208";a="962071352" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga003.jf.intel.com with ESMTP; 28 Apr 2017 00:40:11 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by IRSMSX107.ger.corp.intel.com ([169.254.10.107]) with mapi id 14.03.0319.002; Fri, 28 Apr 2017 08:40:07 +0100 From: "Mcnamara, John" <john.mcnamara@intel.com> To: "Zhang, Qi Z" <qi.z.zhang@intel.com> CC: "dev@dpdk.org" <dev@dpdk.org> Thread-Topic: [PATCH] doc: correct the hugepage limitation of 32 bit Thread-Index: AQHSv8ttgGhnIIvgPkOEt51uan8OQ6HaZWhg Date: Fri, 28 Apr 2017 07:40:07 +0000 Message-ID: <B27915DBBA3421428155699D51E4CFE2332C41E3@IRSMSX103.ger.corp.intel.com> References: <20170428034939.73090-1-qi.z.zhang@intel.com> In-Reply-To: <20170428034939.73090-1-qi.z.zhang@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWQ0MThjN2EtYzE0OS00MjJjLWI1NGItZGRhNTkxZWY2NTc0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IitFSDlMQm1PWmx3T0xVb1h5YjVRajFHVktOa1hDdXBqK2d4TkphMEhGb0E9In0= dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: correct the hugepage limitation of 32 bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Fri, 28 Apr 2017 07:40:16 -0000 > -----Original Message----- > From: Zhang, Qi Z > Sent: Friday, April 28, 2017 4:50 AM > To: Mcnamara, John <john.mcnamara@intel.com> > Cc: dev@dpdk.org; Zhang, Qi Z <qi.z.zhang@intel.com> > Subject: [PATCH] doc: correct the hugepage limitation of 32 bit >=20 > The hugepage memory limitation of 32 bit application is "1GB size" but no= t > "1GB per page size". >=20 > Signed-off-by: Qi Zhang <qi.z.zhang@intel.com> Thanks for the correction. Acked-by: John McNamara <john.mcnamara@intel.com>