From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 7B974AFD5 for ; Mon, 23 Jun 2014 16:42:40 +0200 (CEST) Received: by mail-wi0-f174.google.com with SMTP id bs8so4414357wib.1 for ; Mon, 23 Jun 2014 07:42:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=XHG5nJCIQe0dAGaobxoE50K6AGstigQarTPX3ExAs8o=; b=ZDHT6x777WngpSUNnlwD0uYb8Wqq+j5RZstH3CGNEiUC1YLaLb8Lt6lUEFLin+FVXP vqJshjNwK0anhGK/0xbinnaJTwN0mTFWTbLjiXwrMZUmZkzFE7KqX595K36pMJpnLxIG rdLD3J9rfqO5lfeRyuV4NqwBCxbyg7UTfpC/dyrcHgjcmoamLgf6iPM3jsKLuWh0u7/J O3WvgNjRKZc85NyJujg0Tgjr1wWZUYgKsL1UC8WRQgvcny340kWluUuynxUO80t8Ilg7 EPkZ4dlnTMizGaASv2wjQwv3xQugBEUtPltL67TnOjzlj4rp/XXEX3ZgQC7JoeNfH65z Alvg== X-Gm-Message-State: ALoCoQkc/NWwIKjUPxDIvsHH/NrlBdQV4JtgT8jeAimZWIB195frXsZLencodmBRLXCJAkH7UpDr X-Received: by 10.194.7.167 with SMTP id k7mr11943690wja.11.1403534575987; Mon, 23 Jun 2014 07:42:55 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id lo18sm34034221wic.1.2014.06.23.07.42.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Jun 2014 07:42:55 -0700 (PDT) From: Thomas Monjalon To: Alex Markuze Date: Mon, 23 Jun 2014 16:42:50 +0200 Message-ID: <1446078.gBle9s9fQO@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [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: Mon, 23 Jun 2014 14:42:40 -0000 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