From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E9C9D1B141; Wed, 12 Dec 2018 11:13:32 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Dec 2018 02:13:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,344,1539673200"; d="scan'208";a="282955475" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.32]) by orsmga005.jf.intel.com with SMTP; 12 Dec 2018 02:13:28 -0800 Received: by (sSMTP sendmail emulation); Wed, 12 Dec 2018 03:13:27 -0700 Date: Wed, 12 Dec 2018 03:13:26 -0700 From: Bruce Richardson To: Honnappa Nagarahalli Cc: "Gavin Hu (Arm Technology China)" , "dev@dpdk.org" , "thomas@monjalon.net" , "jerin.jacob@caviumnetworks.com" , "hemant.agrawal@nxp.com" , "stable@dpdk.org" , nd Message-ID: <20181212101326.GA28296@bricha3-MOBL.ger.corp.intel.com> References: <1544500550-193166-1-git-send-email-gavin.hu@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [dpdk-dev] [PATCH v1] config: enable c11 memory model for ARMv8 meson X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2018 10:13:33 -0000 On Tue, Dec 11, 2018 at 06:02:01AM +0000, Honnappa Nagarahalli wrote: > + Bruce > > > -----Original Message----- > > From: Gavin Hu > > Sent: Monday, December 10, 2018 9:56 PM > > To: dev@dpdk.org > > Cc: thomas@monjalon.net; jerin.jacob@caviumnetworks.com; > > hemant.agrawal@nxp.com; Honnappa Nagarahalli > > ; Gavin Hu (Arm Technology China) > > ; stable@dpdk.org > > Subject: [PATCH v1] config: enable c11 memory model for ARMv8 meson > > > > This patch makes the configuration based on makefile and the configuration > > based on meson to be the same. > > > > Fixes: c6e536e38437 ("build: add more implementers IDs and PNs for ARM") > > Cc: stable@dpdk.org > > > > Signed-off-by: Gavin Hu > > Reviewed-by: Ruifeng Wang > > Reviewed-by: Honnappa Nagarahalli > > --- I see no issues with this, it's just setting flags for arm platforms. Acked-by: Bruce Richardson