From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) by dpdk.org (Postfix) with ESMTP id AD3CE68A1 for ; Thu, 6 Jun 2013 23:27:19 +0200 (CEST) Received: by mail-wi0-f172.google.com with SMTP id c10so647216wiw.17 for ; Thu, 06 Jun 2013 14:27:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=xOkZhlgO8vj4gezAWNv3US3NyIn2vDSG4evqK+81QYY=; b=No/Cxgh/RidfKUXcSPJ4VSnoTzC50kbzx/r66zFgJ6mqAt/gh0y7cAYr6jCNR/Q2sR 5bCtmOX+he4dZ7bY1I2s3rItm+6g/pXJXilLy0qtbpIeH3iYat1G99zAJNKH4JsAlPCo GHlLtWqDbcLJxyAaUD6gf0/b108ArP4SrCOXtUUMt7CGIgUK/ouH9dR/x6wjEH6PUdFF 6dd5ifeieD3o2fPUPbHWSAv8AAPfluT4Kmcu/5JYK1RrjQXgJSWpFtZvECGlM6cWCjUF FDi5zRV3tfvXmdRSvIRJ07ayopCJzIvqAvbmltJTJyBf10AnxII4ff84/CEWe5aBIWGP YROQ== X-Received: by 10.180.37.243 with SMTP id b19mr1008wik.12.1370554047242; Thu, 06 Jun 2013 14:27:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.76.35 with HTTP; Thu, 6 Jun 2013 14:27:07 -0700 (PDT) From: jinho hwang Date: Thu, 6 Jun 2013 17:27:07 -0400 Message-ID: To: dev@dpdk.org Content-Type: multipart/alternative; boundary=e89a8f646db521aca604de82fb86 Subject: [dpdk-dev] CPU does not support x86-64 instruction set 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, 06 Jun 2013 21:27:20 -0000 --e89a8f646db521aca604de82fb86 Content-Type: text/plain; charset=ISO-8859-1 Hi, I am having trouble to compile the dpdk in a virtual machine. I am using KVM as a hypervisor, and guest os is ubuntu 12.10, kernel 3.5.0, x86_64. I have been using dpdk for a week and run the examples in a native platform. But when I try to move it to virtual machine, it gives me the following error: /home/guest/dpdk-1.2.3r1/lib/librte_eal/linuxapp/eal/eal.c:1:0: error: CPU you selected does not support x86-64 instruction set I am sure that I have installed 64 bit version as it shows in "uname -a". Also, /proc/cpuinfo shows "model name: QEMU Virtual CPU version (cpu64-rhe16)". Do you have any idea? Thank you, Jinho --e89a8f646db521aca604de82fb86 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

I am having trouble = to compile the dpdk in a virtual machine. I am using KVM as a hypervisor, a= nd guest os is ubuntu 12.10, kernel 3.5.0, x86_64. I have been using dpdk f= or a week and run the examples in a native platform. But when I try to move= it to virtual machine, it gives me the following error:

/home/guest/dpdk-1.2.3r1/lib/librte_eal/linuxapp/eal/eal.c:1:0: e= rror: CPU you selected does not support x86-64 instruction set

I am sure that I have installed 64 bit version as it shows in "u= name -a". Also, /proc/cpuinfo shows "model name: QEMU Virtual CPU= version (cpu64-rhe16)".

Do you have any idea?

Thank you,

= Jinho
--e89a8f646db521aca604de82fb86--