f3eeed27ff
DPDK has an optional dependency on libnuma, so manage that through the build system, by dynamically detecting the presence of the needed library and header files. Since this library is used by both EAL and vhost, check for the presence at the top level in the config directory. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Reviewed-by: Luca Boccassi <bluca@debian.org>