From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <Allain.Legacy@windriver.com>
Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13])
 by dpdk.org (Postfix) with ESMTP id 5E322374C
 for <dev@dpdk.org>; Tue,  4 Apr 2017 19:17:05 +0200 (CEST)
Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com
 [147.11.189.40])
 by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id v34HH3GR018377
 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL)
 for <dev@dpdk.org>; Tue, 4 Apr 2017 10:17:04 -0700 (PDT)
Received: from ALA-MBC.corp.ad.wrs.com ([fe80::fcbe:9b7:1141:89a1]) by
 ALA-HCA.corp.ad.wrs.com ([147.11.189.40]) with mapi id 14.03.0294.000; Tue, 4
 Apr 2017 10:17:03 -0700
From: "Legacy, Allain" <Allain.Legacy@windriver.com>
To: "YIGIT, FERRUH" <ferruh.yigit@intel.com>
CC: "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [PATCH] config: compile avp driver only on intel 64 bit
Thread-Index: AQHSrWae7UPcDAS+M06sNLvwrzHasKG1csjg
Date: Tue, 4 Apr 2017 17:17:03 +0000
Message-ID: <70A7408C6E1BFB41B192A929744D8523969019F1@ALA-MBC.corp.ad.wrs.com>
References: <20170404163654.86100-1-allain.legacy@windriver.com>
 <4712ffa9-b81c-bdef-ccc0-ae508d5b327d@intel.com>
In-Reply-To: <4712ffa9-b81c-bdef-ccc0-ae508d5b327d@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [128.224.140.166]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH] config: compile avp driver only on intel 64
	bit
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <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: Tue, 04 Apr 2017 17:17:05 -0000

> -----Original Message-----
> From: Ferruh Yigit [mailto:ferruh.yigit@intel.com]
> Sent: Tuesday, April 04, 2017 1:12 PM
<...>
>=20
> Right now compiler config files only have compiler and architecture confi=
gs,
> although it is OK to update them, to be consistent with what other PMDs d=
id,
> what do you think:
>=20
> Keep AVP config enabled in "common_linuxapp"
>=20
> Disable AVP in following configs:
> defconfig_arm64-armv8a-linuxapp-gcc
> defconfig_arm-armv7a-linuxapp-gcc
> defconfig_ppc_64-power8-linuxapp-gcc

If that is your preference I can update the patch but either way a compiler=
 config file is going to be changed.   I did it the current way so that if =
a new architecture came along that they would not need to know to set AVP=
=3Dn in their file.=20

Do you still want me to align to your suggestion?=20