From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <mhall@mhcomputing.net>
Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186])
 by dpdk.org (Postfix) with ESMTP id 2207B2716
 for <dev@dpdk.org>; Wed,  1 Jul 2015 17:53:06 +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 7308780C502;
 Wed,  1 Jul 2015 08:50:18 -0700 (PDT)
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\))
From: Matthew Hall <mhall@mhcomputing.net>
In-Reply-To: <20150701111005.GA2480@bricha3-MOBL3>
Date: Wed, 1 Jul 2015 08:53:00 -0700
Content-Transfer-Encoding: quoted-printable
Message-Id: <FB6B9570-312E-462D-A77E-C7608342D480@mhcomputing.net>
References: <1A87AD2E-38CD-4C61-A9FD-C52608FF9DAC@mhcomputing.net>
 <39879033.dIVnPGkh8l@xps13> <386858255.20150629121137@intel.com>
 <2576181.dRfjlrHRWI@xps13>
 <F9A7424C-CB3A-44C2-9D2A-794C6E31B660@mhcomputing.net>
 <C0759555-9A77-4AE2-B00F-79C123C0606C@mhcomputing.net>
 <E58B86F0-1853-4A30-AF1E-6FEF78CAEC48@mhcomputing.net>
 <20150701111005.GA2480@bricha3-MOBL3>
To: Bruce Richardson <bruce.richardson@intel.com>
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 01 Jul 2015 15:53:06 -0000

Previously, with the -msse4.2 flag removed, the build failed for a =
different reason.

I can retry without it and see if it's the case in the new DPDK.

On Jul 1, 2015, at 4:10 AM, Bruce Richardson =
<bruce.richardson@intel.com> wrote:

> On Tue, Jun 30, 2015 at 10:49:26PM -0700, Matthew Hall wrote:
>> With those two items commented out, and these CFLAGS:
>>=20
>> "-g -O0 -fPIC -msse4.2"
>>=20
>=20
> The recommended way of specifying a particular instruction set is via =
the
> RTE_MACHINE setting in your build time config. Can you perhaps =
reproduce the
> issue using a setting there?
>=20
> /Bruce