From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] [PATCH v2] librte_hash: miss parentheses in hash function Date: Thu, 09 Jul 2015 03:17:12 +0200 Message-ID: <2055925.78Hac3pZee@xps13> References: <20150708152807.GA10344@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: damu <2103458176@qq.com> Return-path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 2DBEA569A for ; Thu, 9 Jul 2015 03:18:18 +0200 (CEST) Received: by wiwl6 with SMTP id l6so4247323wiw.0 for ; Wed, 08 Jul 2015 18:18:18 -0700 (PDT) In-Reply-To: <20150708152807.GA10344@bricha3-MOBL3> 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" 2015-07-08 16:28, Bruce Richardson: > On Wed, Jul 08, 2015 at 11:15:47PM +0800, damu wrote: > > In the no-x86 branch, a parentheses is missing. > > And need to include header to use CHAR_BIT. > > > > Signed-off-by: Bruce Liu <2103458176@qq.com> > > Previously also reported here: http://dpdk.org/dev/patchwork/patch/6105/ > Fixes line can be extracted for there, as can my ack, since it's an idential fix. :-) Applied, thanks