[dpdk-dev] App crash when using no-huge option

2015-07-15 Thread damu
Hi, Today I tried no-huge option with app/test, the test app crashed. It seems that memory can not be allocated. I think it could be this change causing the panic. Can someone check it? commit 2d65283c259616a5643599ce32d7a62d174ec49e Author: Cyril Chemparathy Date: Thu Jul 9 16:25:14 2015

[dpdk-dev] [PATCH v3 04/12] eal: allow empty compile time flags

2015-07-09 Thread damu
-- Original -- From: "Tony Lu";; Date: Jul 9, 2015 To: "'Thomas Monjalon'"; Cc: "dev"; Subject: Re: [dpdk-dev] [PATCH v3 04/12] eal: allow empty compile time flags >-Original Message- >From: Thomas Monjalon [mailto:thomas.monjalon

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

2015-07-09 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