From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Sep 2017 02:30:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,449,1500966000"; d="scan'208";a="154310460" Received: from unknown (HELO [10.237.210.18]) ([10.237.210.18]) by orsmga005.jf.intel.com with ESMTP; 28 Sep 2017 02:30:00 -0700 To: dev@dpdk.org References: From: "Burakov, Anatoly" Message-ID: <404f860c-2a17-dd49-eea8-37f163b95396@intel.com> Date: Thu, 28 Sep 2017 10:30:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [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 " X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2017 09:30:03 -0000 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