From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] ethdev: modify callback process API Date: Mon, 03 Jul 2017 13:40:09 +0200 Message-ID: <2831887.DbH7EdSRr9@xps> References: <1497280691-18641-1-git-send-email-bernard.iremonger@intel.com> <2d48d57d-ffb2-5767-7fcd-35d6f43f9420@intel.com> <8CEF83825BEC744B83065625E567D7C24E01D672@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Yigit, Ferruh" , Shrikrishna Khare , dev@dpdk.org To: "Iremonger, Bernard" Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id F28BD2BB4 for ; Mon, 3 Jul 2017 13:40:10 +0200 (CEST) In-Reply-To: <8CEF83825BEC744B83065625E567D7C24E01D672@IRSMSX108.ger.corp.intel.com> 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:28, Iremonger, Bernard: > I can send the patch, however I am seeing the following build error on the dpdk and dpdk-next-net at present: > > CC eal_interrupts.o > /root/dpdk_sforge_origin/lib/librte_eal/linuxapp/eal/eal_memory.c:58:18: fatal error: numa.h: No such file or directory > #include > ^ > compilation terminated. > > Are you seeing this error? Please install libnuma. I am going to send another email to better advertise this new dependency.