From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id F32FA11C5 for ; Mon, 6 Jul 2015 12:53:08 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 06 Jul 2015 03:53:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,414,1432623600"; d="scan'208";a="759103255" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.62]) by orsmga002.jf.intel.com with SMTP; 06 Jul 2015 03:53:06 -0700 Received: by (sSMTP sendmail emulation); Mon, 06 Jul 2015 11:53:05 +0025 Date: Mon, 6 Jul 2015 11:53:05 +0100 From: Bruce Richardson To: Zhigang Lu Message-ID: <20150706105304.GA2976@bricha3-MOBL3> References: <1436172698-21749-1-git-send-email-zlu@ezchip.com> <1436172698-21749-2-git-send-email-zlu@ezchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436172698-21749-2-git-send-email-zlu@ezchip.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 01/12] test: limit x86 cpuflags checks to x86 builds X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2015 10:53:09 -0000 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. > Signed-off-by: Zhigang Lu Acked-by: Bruce Richardson