From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH 08/32] mk/dpaa2: add the crc support to the machine type Date: Thu, 15 Dec 2016 12:05:44 +0530 Message-ID: <20161215063543.GD19354@localhost.localdomain> References: <1480875447-23680-1-git-send-email-hemant.agrawal@nxp.com> <1480875447-23680-9-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: , , , To: Hemant Agrawal Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0069.outbound.protection.outlook.com [104.47.41.69]) by dpdk.org (Postfix) with ESMTP id 9647E2C0A for ; Thu, 15 Dec 2016 07:36:04 +0100 (CET) Content-Disposition: inline In-Reply-To: <1480875447-23680-9-git-send-email-hemant.agrawal@nxp.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" On Sun, Dec 04, 2016 at 11:47:03PM +0530, Hemant Agrawal wrote: > Signed-off-by: Hemant Agrawal Acked-by: Jerin Jacob > --- > mk/machine/dpaa2/rte.vars.mk | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/mk/machine/dpaa2/rte.vars.mk b/mk/machine/dpaa2/rte.vars.mk > index 8541633..e4735c2 100644 > --- a/mk/machine/dpaa2/rte.vars.mk > +++ b/mk/machine/dpaa2/rte.vars.mk > @@ -1,6 +1,7 @@ > # BSD LICENSE > # > -# Copyright(c) 2016 Freescale Semiconductor, Inc. All rights reserved. > +# Copyright (c) 2016 Freescale Semiconductor, Inc. All rights reserved. > +# Copyright (c) 2016 NXP. All rights reserved. > # > # Redistribution and use in source and binary forms, with or without > # modification, are permitted provided that the following conditions > @@ -53,7 +54,7 @@ > # CPU_CFLAGS = > # CPU_LDFLAGS = > # CPU_ASFLAGS = > -MACHINE_CFLAGS += -march=armv8-a > +MACHINE_CFLAGS += -march=armv8-a+crc > > ifdef CONFIG_RTE_ARCH_ARM_TUNE > MACHINE_CFLAGS += -mcpu=$(CONFIG_RTE_ARCH_ARM_TUNE) > -- > 1.9.1 >