From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1bn0106.outbound.protection.outlook.com [157.56.110.106]) by dpdk.org (Postfix) with ESMTP id B00FF7DFC for ; Thu, 30 Oct 2014 19:06:50 +0100 (CET) Received: from CY1PR0501MB1418.namprd05.prod.outlook.com (25.160.148.148) by CY1PR0501MB1417.namprd05.prod.outlook.com (25.160.148.147) with Microsoft SMTP Server (TLS) id 15.1.6.9; Thu, 30 Oct 2014 18:15:40 +0000 Received: from CY1PR0501MB1418.namprd05.prod.outlook.com ([25.160.148.148]) by CY1PR0501MB1418.namprd05.prod.outlook.com ([25.160.148.148]) with mapi id 15.01.0006.000; Thu, 30 Oct 2014 18:15:40 +0000 From: Kiran KN To: "dev@dpdk.org" Thread-Topic: DPDK on Xen Dom-U hangs during hugepage setup Thread-Index: Ac/0bR4hkX0nAAPKRLyf8hSLZkRy0Q== Date: Thu, 30 Oct 2014 18:15:40 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [66.129.239.13] x-microsoft-antispam: BCL:0;PCL:0;RULEID:;SRVR:CY1PR0501MB1417; x-forefront-prvs: 038002787A x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(6009001)(199003)(164054003)(189002)(15202345003)(106356001)(99396003)(95666004)(54356999)(76576001)(120916001)(2656002)(86362001)(64706001)(87936001)(80022003)(31966008)(85306004)(20776003)(85852003)(74316001)(101416001)(105586002)(15975445006)(97736003)(77096002)(2351001)(99286002)(19580395003)(33646002)(110136001)(107886001)(229853001)(66066001)(107046002)(21056001)(50986999)(92566001)(46102003)(4396001)(122556002)(2501002)(40100003)(108616004)(76482002)(24736002); DIR:OUT; SFP:1102; SCL:1; SRVR:CY1PR0501MB1417; H:CY1PR0501MB1418.namprd05.prod.outlook.com; FPR:; MLV:sfv; PTR:InfoNoRecords; A:1; MX:1; LANG:en; MIME-Version: 1.0 X-OriginatorOrg: juniper.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] DPDK on Xen Dom-U hangs during hugepage setup 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: Thu, 30 Oct 2014 18:06:51 -0000 Hello, I am trying to bring up DPDK on Xen Dom-U. Have followed all the steps in DPDK programmers guide in section 14.3. However, when I try to run testpmd or any other example application, it is = getting stuck during hugepage setup. It hangs after the print "EAL: Setting up memory..." Has anyone faced similar issue before? Thanks, Kiran