[dpdk-dev] [PATCH] [PATCH v2] librte_hash: miss parentheses in hash function

2015-07-09 Thread Thomas Monjalon
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 at qq.com> > > Previously also reported here: http://dpdk.o

[dpdk-dev] [PATCH] [PATCH v2] librte_hash: miss parentheses in hash function

2015-07-08 Thread damu
In the no-x86 branch, a parentheses is missing. And need to include header to use CHAR_BIT. Signed-off-by: Bruce Liu <2103458176 at qq.com> --- lib/librte_hash/rte_jhash.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/librte_hash/rte_jhash.h b/lib/librte_hash/rte_jhas

[dpdk-dev] [PATCH] [PATCH v2] librte_hash: miss parentheses in hash function

2015-07-08 Thread 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 at qq.com> Previously also reported here: http://dpdk.org/dev/patchwork/patch/6105/ Fixes line can be ext