From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] librte_hash: Fix compile errors on IBM POWER Date: Tue, 08 Dec 2015 11:05:14 +0100 Message-ID: <11160882.Zhs36zsk7G@xps13> References: <1449563332-1536-1-git-send-email-chaozhu@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Chao Zhu Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 6430558D4 for ; Tue, 8 Dec 2015 11:06:27 +0100 (CET) Received: by wmww144 with SMTP id w144so22969971wmw.0 for ; Tue, 08 Dec 2015 02:06:27 -0800 (PST) In-Reply-To: <1449563332-1536-1-git-send-email-chaozhu@linux.vnet.ibm.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" 2015-12-08 16:28, Chao Zhu: > This patch fixes the compile errors caused by lacking of "size_t" definition in rte_hash.h. > > Signed-off-by: Chao Zhu Please Chao, could you provide the exact error and a Fixes: line in the commit message? Thanks