From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: libnuma dependency Date: Mon, 03 Jul 2017 13:45:45 +0200 Message-ID: <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 394402BB4 for ; Mon, 3 Jul 2017 13:45:47 +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 7FB0A7E622 for ; Mon, 3 Jul 2017 07:45:46 -0400 (EDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. Thanks