From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] hash: fix compilation for non-x86 systems Date: Sat, 18 Jul 2015 19:50:51 +0200 Message-ID: <1799411.8fJ1QO3j19@xps13> References: <1437124678-24915-1-git-send-email-pablo.de.lara.guarch@intel.com> <001501d0c09e$cf739a50$6e5acef0$@com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Pablo de Lara Return-path: Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 9B9AC5A8A for ; Sat, 18 Jul 2015 19:52:12 +0200 (CEST) Received: by wgkl9 with SMTP id l9so102834360wgk.1 for ; Sat, 18 Jul 2015 10:52:12 -0700 (PDT) In-Reply-To: <001501d0c09e$cf739a50$6e5acef0$@com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > >Hash library uses optimized compare functions that use > >x86 intrinsics, therefore non-x86 systems could not build > >the library. In that case, the compare function is set > >to the generic memcmp. > > > >Fixes: 48a399119619 ("hash: replace with cuckoo hash implementation") > > > >Reported-by: Tony Lu > >Signed-off-by: Pablo de Lara > > Acked-by: Zhigang Lu Applied, thanks