From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lu Subject: Re: [PATCH v3 01/12] test: limit x86 cpuflags checks to x86 builds Date: Tue, 7 Jul 2015 16:21:47 +0800 Message-ID: <000901d0b88e$0996f7e0$1cc4e7a0$@com> References: <1436172698-21749-1-git-send-email-zlu@ezchip.com> <1436172698-21749-2-git-send-email-zlu@ezchip.com> <20150706105304.GA2976@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: 'Bruce Richardson' Return-path: Received: from emea01-db3-obe.outbound.protection.outlook.com (mail-db3on0057.outbound.protection.outlook.com [157.55.234.57]) by dpdk.org (Postfix) with ESMTP id C54A3FFA for ; Tue, 7 Jul 2015 10:22:14 +0200 (CEST) In-Reply-To: <20150706105304.GA2976@bricha3-MOBL3> Content-Language: zh-cn List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" >-----Original Message----- >From: Bruce Richardson [mailto:bruce.richardson@intel.com] >Sent: Monday, July 06, 2015 6:53 PM >To: Zhigang Lu >Cc: dev@dpdk.org >Subject: Re: [dpdk-dev] [PATCH v3 01/12] test: limit x86 cpuflags checks to x86 >builds > >On Mon, Jul 06, 2015 at 04:51:26PM +0800, Zhigang Lu wrote: >> The original code mistakenly defaulted to X86 when RTE_ARCH_PPC_64 was >> left undefined. This did not accomodate other non-PPC/non-X86 >> architectures. This patch fixes this issue. >> >> Change-Id: I5e8cf33c2eb917f7f6583dc95ed0f336066a285e >We don't use gerrit on dpdk.org, so these change-ids are unnecessary on >submissions. > I will remove these change-ids in the next version of patch series. And thanks a lot for reviewing this patch set. >> Signed-off-by: Zhigang Lu > >Acked-by: Bruce Richardson