From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186]) by dpdk.org (Postfix) with ESMTP id EF951C31E for ; Wed, 1 Jul 2015 06:28:25 +0200 (CEST) Received: from [192.168.1.160] (99-34-229-174.lightspeed.sntcca.sbcglobal.net [99.34.229.174]) by mail.mhcomputing.net (Postfix) with ESMTPSA id 4797180B7BF; Tue, 30 Jun 2015 21:25:37 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) From: Matthew Hall In-Reply-To: <2576181.dRfjlrHRWI@xps13> Date: Tue, 30 Jun 2015 21:28:18 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1A87AD2E-38CD-4C61-A9FD-C52608FF9DAC@mhcomputing.net> <39879033.dIVnPGkh8l@xps13> <386858255.20150629121137@intel.com> <2576181.dRfjlrHRWI@xps13> To: Thomas Monjalon X-Mailer: Apple Mail (2.1878.6) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] RTM instruction compile failure for XABORT when AVX is active 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: Wed, 01 Jul 2015 04:28:26 -0000 On Jun 29, 2015, at 3:19 AM, Thomas Monjalon = wrote: > There is no such bug with my compiler: > clang version 3.6.1 (tags/RELEASE_361/final) > Target: x86_64-unknown-linux-gnu >=20 > Matthew, which version are you using? Hi Thomas and Roman, It seems to happen if I have set -mavx in CFLAGS with clang = 1:3.4-1ubuntu3. I get a different issue that only shows up at runtime in clang = 3.6.2-svn240577-1~exp1: ERROR: This system does not support "FSGSBASE". Please check that RTE_MACHINE is set correctly. It appears I probably need to learn how to do a better job on my = EXTRA_CFLAGS. Do we have some recommendations what should be used on the = different Intel CPUs to avoid build issues but still get the best = performance? This would help a lot. Matthew.=