From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 2/4] meson: add infra to support machine specific flags Date: Fri, 29 Mar 2019 14:57:19 +0100 Message-ID: <3635349.6jznIY6G22@xps> References: <20190224181041.27127-1-jerinj@marvell.com> <20190318164949.2357-2-jerinj@marvell.com> <20190319094043.GA318652@bricha3-MOBL.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson , "gavin.hu@arm.com" , Pavan Nikhilesh Bhagavatula , hemant.agrawal@nxp.com, honnappa.nagarahalli@arm.com, Yongseok Koh To: Jerin Jacob Kollanukkaran Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 955242BF4 for ; Fri, 29 Mar 2019 14:57:23 +0100 (CET) In-Reply-To: <20190319094043.GA318652@bricha3-MOBL.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 19/03/2019 10:40, Bruce Richardson: > On Mon, Mar 18, 2019 at 04:50:16PM +0000, Jerin Jacob Kollanukkaran wrote: > > From: Pavan Nikhilesh > > > > Currently, RTE_* flags are set based on the implementer ID but there might > > be some micro arch specific differences from the same vendor > > eg. CACHE_LINESIZE. Add support to set micro arch specific flags. > > > > Signed-off-by: Pavan Nikhilesh > > Signed-off-by: Jerin Jacob > > --- > > config/arm/meson.build | 37 ++++++++++++++++++++++++++++++++----- > > 1 file changed, 32 insertions(+), 5 deletions(-) > > > This looks ok to me, but I think review and ack from another Arm vendor > would be good to have. Adding Cc's for more reviews