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 <[email protected]>
> Cc: [email protected]
>
> Signed-off-by: Jun Yang <[email protected]>
> Signed-off-by: Hemant Agrawal <[email protected]>
> Acked-by: Bruce Richardson <[email protected]>
> Acked-by: Neil Horman <[email protected]>
Series applied, thanks