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 <david.marchand at 6wind.com> > Signed-off-by: Sujith Sankar <ssujith at cisco.com> > ---
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