From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] [PATCH] librte_hash: miss parentheses in hash function Date: Wed, 08 Jul 2015 17:01:41 +0200 Message-ID: <2762105.KSDBKLHu0R@xps13> References: <1436390794-22008-1-git-send-email-2103458176@qq.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Liu <2103458176@qq.com> Return-path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id C92BA11C5 for ; Wed, 8 Jul 2015 17:02:51 +0200 (CEST) Received: by wiwl6 with SMTP id l6so347618574wiw.0 for ; Wed, 08 Jul 2015 08:02:51 -0700 (PDT) In-Reply-To: <1436390794-22008-1-git-send-email-2103458176@qq.com> 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 17:26, Bruce Liu: > In the no-x86 branch, a parentheses is missing. > And need to include header to use CHAR_BIT. Thanks for fixing that. Please, could you submit a v2 with Fixes: and Signed-off-by: lines?