[dpdk-dev] [PATCH] scripts: fix libnuma dependency in build test

2016-07-15 Thread Thomas Monjalon
2016-07-12 17:55, Thomas Monjalon: > The option CONFIG_RTE_LIBRTE_VHOST_NUMA depends on availability of > libnuma in the system. > The configuration option DPDK_DEP_NUMA can be set if available for > the DPDK_TARGET being built. > > Fixes: cd31ca579c0d ("scripts: add build tests") > > Signed-off-

[dpdk-dev] [PATCH] scripts: fix libnuma dependency in build test

2016-07-12 Thread Thomas Monjalon
The option CONFIG_RTE_LIBRTE_VHOST_NUMA depends on availability of libnuma in the system. The configuration option DPDK_DEP_NUMA can be set if available for the DPDK_TARGET being built. Fixes: cd31ca579c0d ("scripts: add build tests") Signed-off-by: Thomas Monjalon --- scripts/test-build.sh | 4