18/12/2017 08:56, Hemant Agrawal: > Cross compiling DPDK for BE mode on ARM results into errors > "PMDINFO portal/dpaa2_hw_dpio.o.pmd.c No drivers registered" > > The original code assumes the sh_size to be 32 bit, while it can > be Elf32_Word or Elf64_Xword based on 32bit or 64 bit systems. > > This patches replaces the sh_size conversion routines to use ADDR_SIZE > > Fixes: 98b0fdb0ffc6 ("pmdinfogen: add buildtools and pmdinfogen utility") > Cc: Neil Horman <nhor...@tuxdriver.com> > Cc: sta...@dpdk.org > > Signed-off-by: Jun Yang <jun.y...@nxp.com> > Signed-off-by: Hemant Agrawal <hemant.agra...@nxp.com> > Acked-by: Bruce Richardson <bruce.richard...@intel.com> > Acked-by: Neil Horman <nhor...@tuxdriver.com>
Series applied, thanks