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 <[email protected]>
> Signed-off-by: Bruce Richardson <[email protected]>
> Tested-by: Shreyansh Jain <[email protected]>
>
> ----
Applied to dpdk-next-build
/Bruce