From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2] enicpmd: replace the type u_int* with uint* to remove compilation errors on a few platforms Date: Fri, 28 Nov 2014 13:48:10 +0000 Message-ID: <20141128134809.GA5828@bricha3-MOBL3> References: <1417167499-4847-1-git-send-email-ssujith@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev-VfR2kkLFssw@public.gmane.org To: Sujith Sankar Return-path: Content-Disposition: inline In-Reply-To: <1417167499-4847-1-git-send-email-ssujith-FYB4Gu1CFyUAvxtiuMwx3w@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" On Fri, Nov 28, 2014 at 03:08:19PM +0530, Sujith Sankar wrote: > ENIC PMD was giving compilation errors on ppc_64-power8-linuxapp-gcc because > of types such as u_int32_t. This patch replaces all those with uint32_t and > similar ones. > > Reported-by: David Marchand > Signed-off-by: Sujith Sankar > --- Thanks for the patch to change these. Can I also suggest that you try compilation with the clang compiler too, as I get a number of errors reported by that compiler when I try compiling up the librte_pmd_enic folder. Regards, /Bruce