> > 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> > > Acked-by: Bruce Richardson <bruce.richardson at intel.com> > > This patch helps out with getting a clang compile on BSD. However, one error > and a number of warnings remain that should be looked at in another patch.
Applied Thanks -- Thomas