[dpdk-dev] [PATCH] net/i40e: fix missing deps for avx2 code in meson

Bruce Richardson bruce.richardson at intel.com
Thu Feb 1 12:54:18 CET 2018


On Wed, Jan 31, 2018 at 05:09:05PM +0000, Bruce Richardson wrote:
> The AVX2 code path includes files from the ethdev, hash and kvargs libs.
> These are not listed as dependencies in the case where AVX2 is not in
> the default instruction set for the build e.g. machine=nehalem. This
> leads to compiler errors as the header files needed cannot be found.
> 
> Fixes: e940646b20fa ("drivers/net: build Intel NIC PMDs with meson")
> 
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> ---
Bug fix applied to dpdk-next-build

/Bruce


More information about the dev mailing list