From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lu Subject: Re: [PATCH v3 02/12] hash: fix compilation on non-X86 platforms Date: Tue, 7 Jul 2015 16:24:40 +0800 Message-ID: <000c01d0b88e$696ca8e0$3c45faa0$@com> References: <1436172698-21749-1-git-send-email-zlu@ezchip.com> <1436172698-21749-3-git-send-email-zlu@ezchip.com> <20150706111528.GB2976@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-db3on0063.outbound.protection.outlook.com [157.55.234.63]) by dpdk.org (Postfix) with ESMTP id 356DBFFA for ; Tue, 7 Jul 2015 10:24:55 +0200 (CEST) In-Reply-To: <20150706111528.GB2976@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 7:15 PM >To: Zhigang Lu >Cc: dev@dpdk.org >Subject: Re: [dpdk-dev] [PATCH v3 02/12] hash: fix compilation on non-X86 >platforms > >On Mon, Jul 06, 2015 at 04:51:27PM +0800, Zhigang Lu wrote: >> The "hash: remove duplicated code" change unfortunately broke the >> build for non-X86 platforms. This patch fixes this breakage. >> >Fixes: 49361c3f3cfa ("hash: remove duplicated code") Will add this commit id. Thanks. >> Change-Id: Ie109d67e681b75b45320fab1bf9de4eb9c9701bf >> Signed-off-by: Zhigang Lu > >Acked-by: Bruce Richardson