From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] examples/performance-thread: add arm64 support Date: Thu, 18 May 2017 00:14:54 +0530 Message-ID: <20170517184452.GA25743@jerin> References: <20170517181949.12002-1-ashwin.sekhar@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: john.mcnamara@intel.com, jianbo.liu@linaro.org, dev@dpdk.org To: Ashwin Sekhar T K Return-path: Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01on0051.outbound.protection.outlook.com [104.47.34.51]) by dpdk.org (Postfix) with ESMTP id 4B1E22C5 for ; Wed, 17 May 2017 20:45:17 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20170517181949.12002-1-ashwin.sekhar@caviumnetworks.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" -----Original Message----- > Date: Wed, 17 May 2017 11:19:49 -0700 > From: Ashwin Sekhar T K > To: jerin.jacob@caviumnetworks.com, john.mcnamara@intel.com, > jianbo.liu@linaro.org > Cc: dev@dpdk.org, Ashwin Sekhar T K > Subject: [dpdk-dev] [PATCH] examples/performance-thread: add arm64 support > X-Mailer: git-send-email 2.12.2 > > Updated Makefile to allow compilation for arm64 architecture. > > Moved the code for setting the initial stack to architecture specific > directory. Please split the patch to two - "arch_set_stack" abstraction and associated x86 change - arm64 support Thanks Ashwin. I think, This may be the last feature to make arm64 at par with x86 features supported in DPDK. /Jerin