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 D25EC2B9B for ; Thu, 6 Apr 2017 18:16:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491495398; x=1523031398; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=5FPkiUt+Fx9yA1LAnHJWYEx4giPznHu/6gLqWbyYhWA=; b=EgsmVPF0AVizY1XstNhhpT/hHT0jMSWEDg2SKdZ2GqFruN/xTqaRIXYj +7krMGYfuQtsfIvC1ipmHmUiO03BsQ==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Apr 2017 09:16:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,160,1488873600"; d="scan'208";a="1131996461" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga001.fm.intel.com with ESMTP; 06 Apr 2017 09:16:30 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by IRSMSX154.ger.corp.intel.com ([169.254.12.233]) with mapi id 14.03.0319.002; Thu, 6 Apr 2017 17:16:29 +0100 From: "Mcnamara, John" To: Chao Zhu , "dev@dpdk.org" CC: Gowrishankar , "Gonzalez Monroy, Sergio" , "david.marchand@6wind.com" Thread-Topic: [dpdk-dev] [PATCH 2/2] doc/guides: Add hugepage reserve instructions for IBM POWER Thread-Index: AQHSrr2RKx0WwrC1M0C1qwtBZGvV/6G4hLrA Date: Thu, 6 Apr 2017 16:16:29 +0000 Message-ID: References: <1491473170-25160-1-git-send-email-chaozhu@linux.vnet.ibm.com> <1491473170-25160-3-git-send-email-chaozhu@linux.vnet.ibm.com> In-Reply-To: <1491473170-25160-3-git-send-email-chaozhu@linux.vnet.ibm.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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDhmZGUzY2QtNGYxNi00Zjg5LTlhNjgtM2VhODA0MDY5MDllIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkMwOVRvZ2ZJZ3NTQ1dMbTV4cFM0TzJnZFY0eDVCOW5QMTRFTjNyRFBScG89In0= dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] doc/guides: Add hugepage reserve instructions for IBM POWER X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2017 16:16:38 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Chao Zhu > Sent: Thursday, April 6, 2017 11:06 AM > To: dev@dpdk.org > Cc: Gowrishankar ; Gonzalez Monroy, > Sergio ; david.marchand@6wind.com > Subject: [dpdk-dev] [PATCH 2/2] doc/guides: Add hugepage reserve > instructions for IBM POWER >=20 > This patch adds additional instructions for hugepage reservation on IBM > POWER. >=20 > Signed-off-by: Chao Zhu Acked-by: John McNamara