From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 857FA106B for ; Mon, 6 Jul 2015 17:32:35 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 06 Jul 2015 08:32:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,415,1432623600"; d="scan'208";a="741517697" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.62]) by fmsmga001.fm.intel.com with SMTP; 06 Jul 2015 08:32:30 -0700 Received: by (sSMTP sendmail emulation); Mon, 06 Jul 2015 16:32:29 +0025 Date: Mon, 6 Jul 2015 16:32:29 +0100 From: Bruce Richardson To: Zhigang Lu Message-ID: <20150706153229.GA3680@bricha3-MOBL3> References: <1436172698-21749-1-git-send-email-zlu@ezchip.com> <1436172698-21749-4-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-4-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 03/12] hash: check SSE flags only on 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 15:32:37 -0000 On Mon, Jul 06, 2015 at 04:51:28PM +0800, Zhigang Lu wrote: > This is necessary because the required CPU flags may not be defined on > other architectures. > > Change-Id: I14d3f9f625b2e7567123f1c97095f8d06abd674b > Signed-off-by: Zhigang Lu Acked-by: Bruce Richardson