From mboxrd@z Thu Jan 1 00:00:00 1970 From: Murillo Subject: Re: DPDK on Xen Dom-U hangs during hugepage setup Date: Fri, 31 Oct 2014 09:11:06 +0100 Message-ID: <5453441A.8090508@ehu.es> References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hello, Xen does not support hugepages, so you have to use a kernel module=20 called rte_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=20 during 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= is getting stuck during hugepage setup. > > It hangs after the print "EAL: Setting up memory..." > > Has anyone faced similar issue before? > > Thanks, > Kiran > >