From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 51/70] mem: add support for mapping hugepages at runtime Date: Tue, 17 Apr 2018 09:20:49 +0200 Message-ID: <3091923.OvxhEsLRqC@xps> References: <146A32F2-A70F-4595-B963-3930143CB127@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Anatoly Burakov , "dev@dpdk.org" , Bruce Richardson , "Wiles, Keith" , "jianfeng.tan@intel.com" , "andras.kovacs@ericsson.com" , "laszlo.vadkeri@ericsson.com" , "Walker, Benjamin" , Konstantin Ananyev , "kuralamudhan.ramakrishnan@intel.com" , "louise.m.daly@intel.com" , =?ISO-8859-1?Q?N=E9lio?= Laranjeiro , "pepperjo@japf.ch" , Jerin Jacob , Hemant Agrawal , Olivier Matz , Shreyansh Jain , "gowrishankar.m@linux.vnet.ibm.com" Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 7A409AADD for ; Tue, 17 Apr 2018 09:20:53 +0200 (CEST) In-Reply-To: <146A32F2-A70F-4595-B963-3930143CB127@mellanox.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" 17/04/2018 04:06, Yongseok Koh: > There's a bug in the old RedHat release: > Bug 1476120 - glibc headers don't include linux/falloc.h, and therefore doesn't include fallocate() flags [1] > > How about adding "#include " ahead of fcntl.h? I'm quite lazy > to update my host and using CentOS 7.2.1511, then it failed to compile due to > this bug. It's strange, it is already fixed (at least in master). Please can you double check what's wrong? > [1] https://bugzilla.redhat.com/show_bug.cgi?id=1476120