From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) by dpdk.org (Postfix) with ESMTP id D86A3A69 for ; Mon, 23 Mar 2015 11:59:04 +0100 (CET) Received: by wegp1 with SMTP id p1so134423562weg.1 for ; Mon, 23 Mar 2015 03:59:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=d2OYy1FQb/y/b//jKswKcjBk5Oxgc9pXovqfqfbiNF8=; b=E0Zqyrb8fFfHCN9p2N3Aj8Ds7CuHMTeM454IH+OfTOQWMPXfoYp9zsEofeWMJAZ9V1 UdIpzux/TmJiPnG7jg+TLTkwV+IA3zGfmEaqaKpgN2nJPSajs6etWyqdi6U0fg/iFfG7 vrCRIyPDBTa0GQSh6iuWPoYxEjRTJajWJp88LKiluIlAcPuuYdGC9Gezs6soh5GQpy2J hxuizyxUhZyqEwj6mawLaTj/aXUXXEFuR8iQUXynNJMwHnCBb1u7C6qUidaPaBhT7jnZ Hh+kaJ1k4caKi0slijbXhq1CW0AcRPZmWTEm4fhRuES5YgChTl32D+3F1mzbqKK2Mr7H rScA== X-Gm-Message-State: ALoCoQmrSWL0Wat/jFyrEZ14xGt/EUBqhE0M6NJ3OnRbheWBFElahfQVQK0fbmS5+QKNtLsbT945 X-Received: by 10.180.38.15 with SMTP id c15mr18450148wik.74.1427108344751; Mon, 23 Mar 2015 03:59:04 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id l10sm847751wje.15.2015.03.23.03.59.03 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Mar 2015 03:59:03 -0700 (PDT) From: Thomas Monjalon To: Michael Qiu Date: Mon, 23 Mar 2015 11:58:23 +0100 Message-ID: <6429028.YjJWLRyhM0@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1427100187-24532-1-git-send-email-michael.qiu@intel.com> References: <1427100187-24532-1-git-send-email-michael.qiu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] librte_hash: Fix crc32 error when complie i686 in x86_64 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2015 10:59:05 -0000 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