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 instruction set of your host. Please confirm it's working. -- Thomas