From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=La/pzKI87QKoRsHNGC4tRDS0KKAwzZnJBQfF12oSJAw=; b=LSzciy0NSqBFPgt26un2FAljFANJk5lM0tV8S0Fv0IY7TLDI8pH8z2ot1ArVWf/vKT SFlUZxJPbf9gLYTY2jO3VK88xL/HrTdjRg2WleqsrtRt4JPHU1KPF79rkdTCPkrtkq+6 hH5zamB8/Eyj2mYmEgJ+W05z5dsphak91Nlzd+MfbNJqj56lTBUKJq436e+tXYHuHhK+ FypgP1wX4ews/cQ3gYHosrQs/1NX/CC3X/1xfMaXV2CiFiXpkRr+CjARP22N4B1XpkJZ vCOoYwUuTY7uR+5Y15g2S7pUMiuQMTCfRTwArV+N3IAbtGVvOdegOA8N0dDrkCjCIf6k T1FQ== X-Gm-Message-State: ALoCoQnHnTcG+EHbwBMsEIKgdREMx0zdCBmd0NKtRoY7Kr6h58dGzH9rZ/3GC/RB3RnivebIDvBO X-Received: by 10.194.84.179 with SMTP id a19mr20093188wjz.29.1436367771608; Wed, 08 Jul 2015 08:02:51 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id x10sm3907684wjr.25.2015.07.08.08.02.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jul 2015 08:02:50 -0700 (PDT) From: Thomas Monjalon To: Bruce Liu <2103458176@qq.com> Date: Wed, 08 Jul 2015 17:01:41 +0200 Message-ID: <2762105.KSDBKLHu0R@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1436390794-22008-1-git-send-email-2103458176@qq.com> References: <1436390794-22008-1-git-send-email-2103458176@qq.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] [PATCH] librte_hash: miss parentheses in hash function 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: Wed, 08 Jul 2015 15:02:51 -0000 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?