[dpdk-dev] [PATCH] net/i40e: fix missing defines for non-AVX builds

Bruce Richardson bruce.richardson at intel.com
Tue May 8 22:15:47 CEST 2018


On Tue, May 08, 2018 at 09:10:17PM +0100, Bruce Richardson wrote:
> For non-AVX builds, the cflags used for compiling the i40e driver files
> are not passed to the call to build the AVX-specific code path. This can
> cause build failures.
> 
> ../drivers/net/i40e/i40e_ethdev.h:888:42: error: ‘I40E_PFQF_HKEY_MAX_INDEX’ undeclared here (not in a function)
> 
> Fixes: e940646b20fa ("drivers/net: build Intel NIC PMDs with meson")
> 
> Reported-by: Shreyansh Jain <shreyansh.jain at nxp.com>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> Tested-by: Shreyansh Jain <shreyansh.jain at nxp.com>
> 
> ----
Applied to dpdk-next-build

/Bruce


More information about the dev mailing list