From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: 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 " Date: Thu, 28 Sep 2017 10:30:00 +0100 Message-ID: <404f860c-2a17-dd49-eea8-37f163b95396@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id DC861F94 for ; Thu, 28 Sep 2017 11:30:02 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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