[dpdk-dev] CPU does not support x86-64 instruction set

2014-06-23 Thread Thomas Monjalon
Hi, 2014-06-23 15:42, Alex Markuze: > Hi, I'm new to DPDK and Im trying to compile on a x86 Ubuntu 14.04 VM(KVM). > And I'm getting this error: > > "error: CPU you selected does not support x86-64 instruction set" You should try "-cpu host" option of Qemu/KVM in order to have the full instructi

[dpdk-dev] CPU does not support x86-64 instruction set

2014-06-23 Thread Alex Markuze
Hi, I'm new to DPDK and Im trying to compile on a x86 Ubuntu 14.04 VM(KVM). And I'm getting this error: "error: CPU you selected does not support x86-64 instruction set" I've seen in the Archive that Jinho had this same issue last year, I'd be glad to know how it was resolved. Thanks Alex.

[dpdk-dev] CPU does not support x86-64 instruction set

2013-06-06 Thread d...@dreamergraphics.com
>On Thu, Jun 6, 2013 at 5:27 PM, jinho hwang >wrote:>>> 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.>

[dpdk-dev] CPU does not support x86-64 instruction set

2013-06-06 Thread jinho hwang
On Thu, Jun 6, 2013 at 5:27 PM, jinho hwang wrote: > 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 whe

[dpdk-dev] CPU does not support x86-64 instruction set

2013-06-06 Thread jinho hwang
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