[dpdk-dev] [PATCH] librte_hash: Fix crc32 error when complie i686 in x86_64

2015-03-23 Thread Michael Qiu
When compile target i686 in platform x86_64, the stud fuction will be called, and return zero. This patch fix this issue. Signed-off-by: Michael Qiu --- lib/librte_hash/rte_hash_crc.h | 35 ++- 1 file changed, 6 insertions(+), 29 deletions(-) diff --git a/lib/li

[dpdk-dev] [PATCH] librte_hash: Fix crc32 error when complie i686 in x86_64

2015-03-23 Thread Thomas Monjalon
2015-03-23 16:43, Michael Qiu: > When compile target i686 in platform x86_64, the stud fuction will > be called, and return zero. > > This patch fix this issue. > > Signed-off-by: Michael Qiu Acked-by: Thomas Monjalon Applied, thanks