From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] librte_hash: Fix crc32 error when complie i686 in x86_64 Date: Mon, 23 Mar 2015 11:58:23 +0100 Message-ID: <6429028.YjJWLRyhM0@xps13> References: <1427100187-24532-1-git-send-email-michael.qiu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Michael Qiu Return-path: In-Reply-To: <1427100187-24532-1-git-send-email-michael.qiu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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