From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-by2-obe.outbound.protection.outlook.com (mail-by2on0110.outbound.protection.outlook.com [207.46.100.110]) by dpdk.org (Postfix) with ESMTP id A15F07F07 for ; Fri, 31 Oct 2014 18:59:13 +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; Fri, 31 Oct 2014 18:08:12 +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; Fri, 31 Oct 2014 18:08:12 +0000 From: Kiran KN To: Murillo , "dev@dpdk.org" Thread-Topic: [dpdk-dev] DPDK on Xen Dom-U hangs during hugepage setup Thread-Index: Ac/0bR4hkX0nAAPKRLyf8hSLZkRy0QAdRoUAABTCSMA= Date: Fri, 31 Oct 2014 18:08:12 +0000 Message-ID: <4cef15aac7a84107b28b7d85ef22ffb7@CY1PR0501MB1418.namprd05.prod.outlook.com> References: <5453441A.8090508@ehu.es> In-Reply-To: <5453441A.8090508@ehu.es> 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-exchange-antispam-report-test: UriScan:; x-forefront-prvs: 03818C953D x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(6009001)(199003)(51704005)(13464003)(479174003)(377454003)(164054003)(189002)(54356999)(106356001)(99396003)(95666004)(2656002)(86362001)(76576001)(120916001)(19580405001)(64706001)(87936001)(77096003)(77156002)(20776003)(74316001)(31966008)(105586002)(101416001)(99286002)(19580395003)(33646002)(107886001)(66066001)(107046002)(21056001)(92566001)(122556002)(97736003)(46102003)(2501002)(108616004)(40100003)(50986999)(4396001)(62966003)(76176999)(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; Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: juniper.net Subject: Re: [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: Fri, 31 Oct 2014 17:59:14 -0000 Hello Murillo, Yes, am using rte_dom0_mm as explained in DPDK programmers guide section 14= .3.3 step (4). The examples work when using --no-huge option.=20 Are you able to go past the hugepage setup? If so can you tell what are the= steps you followed in addition to the ones explained in section 14.3. Thanks, Kiran -----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Murillo Sent: Friday, October 31, 2014 1:11 AM To: dev@dpdk.org Subject: Re: [dpdk-dev] DPDK on Xen Dom-U hangs during hugepage setup Hello, Xen does not support hugepages, so you have to use a kernel module called r= te_dom0_mm. The instructions are in the getting started guide in the seccion 2.3.3. If you manage to execute any example please tell me, because I am stuck dur= ing the execution of the examples after configuring the environment. El 30/10/14 a las 19:15, Kiran KN escribi=F3: > 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 i= s getting stuck during hugepage setup. > > It hangs after the print "EAL: Setting up memory..." > > Has anyone faced similar issue before? > > Thanks, > Kiran > >