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

2015-07-08 Thread Bruce Liu
In the no-x86 branch, a parentheses is missing. And need to include header to use CHAR_BIT. --- 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_jhash.h index e230449..f9a8266 100644 --- a/lib/librt

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

2015-07-08 Thread Thomas Monjalon
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?