[dpdk-dev] [PATCH 5/5] net/ixgbe: fix compilation on ARM BE

Bruce Richardson bruce.richardson at intel.com
Mon Dec 11 13:42:35 CET 2017


On Thu, Nov 02, 2017 at 03:38:55PM +0530, Hemant Agrawal wrote:
> fixes the following compilation error on compiling with ARM BE compiler
> 
> ixgbe_common.c: In function ‘ixgbe_host_interface_command’:
> ixgbe_common.c:4610:22: error: passing argument 1 of
> ‘__builtin_bswap32’ makes integer from pointer without a cast
> [-Werror=int-conversion]
>    IXGBE_LE32_TO_CPUS(&buffer[bi]);
>                       ^
> Fixes: aa4fc14d2cee ("ixgbe: update base driver")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Hemant Agrawal <hemant.agrawal at nxp.com>

Looks harmless!

Acked-by: Bruce Richardson <bruce.richardson at intel.com>



More information about the dev mailing list