29/06/2017 07:59, Ilya Maximets: > It is safe to enable LIBRTE_VHOST_NUMA by default for all > configurations where libnuma is already a default dependency. > > DPDK_DEP_NUMA not needed anymore. > > Signed-off-by: Ilya Maximets <i.maxim...@samsung.com> > Acked-by: Hemant Agrawal <hemant.agra...@nxp.com> > --- > config/common_linuxapp | 1 + > config/defconfig_arm-armv7a-linuxapp-gcc | 1 + > config/defconfig_arm64-dpaa2-linuxapp-gcc | 1 + > devtools/test-build.sh | 4 ---- > 4 files changed, 3 insertions(+), 4 deletions(-)
After a second thought, we still need DPDK_DEP_NUMA in devtools/test-build.sh. We just need to inverse the logic so the default is enabled. I am going to send a v11.