[dpdk-dev] dpdk was compiled with CONFIG_RTE_LIBRTE_VHOST_NUMA=n , but on ovs-2.8 compilation, "configure: error: unable to find libnuma, install the dependency package "

Burakov, Anatoly anatoly.burakov at intel.com
Thu Sep 28 11:30:00 CEST 2017


On 28-Sep-17 6:33 AM, Joo Kim wrote:
> Hello,
> 
> 
> My dpdk was compiled with   CONFIG_RTE_LIBRTE_VHOST_NUMA=n  (which is a
> default in config/common_base).
> 
> But, I see following error when I  compile ovs-2.8 with dpdk enabled. Is
> this expected?   Also ignorable error?
> 
> "
> . . .
> checking for library containing get_mempolicy... no
> configure: error: unable to find libnuma, install the dependency package
> "
> 
Hi Joo,

Libnuma is a required dependency for building for NUMA support, but if 
you don't want it, please also set CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES 
to "n".

-- 
Thanks,
Anatoly


More information about the dev mailing list