From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: libnuma dependency Date: Mon, 03 Jul 2017 13:57:28 +0200 Message-ID: <5326978.mNeq9lsn8F@xps> References: <1934671.bIxIeNFqfG@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 78E252BB4 for ; Mon, 3 Jul 2017 13:57:30 +0200 (CEST) Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 91AC2246E8 for ; Mon, 3 Jul 2017 07:57:29 -0400 (EDT) In-Reply-To: <1934671.bIxIeNFqfG@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 03/07/2017 13:45, Thomas Monjalon: > Hi, > > As some have already noticed, there is a new dependency for DPDK > on systems supporting NUMA. > The idea is to stop re-inventing the wheel and start using specialized > libraries which are well known. > > Please install libnuma or libnuma-dev or whatever it is called > in your system. It makes me think that it is not documented yet. Someone to update DPDK requirements, please?