From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 2/9] eal: memzone allocated by malloc Date: Tue, 14 Jul 2015 22:41:19 +0200 Message-ID: <1630077.RDh1Mj77cG@xps13> References: <1435917343-23032-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1436864233-24746-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1436864233-24746-3-git-send-email-sergio.gonzalez.monroy@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Sergio Gonzalez Monroy Return-path: Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id D7859E62 for ; Tue, 14 Jul 2015 22:42:31 +0200 (CEST) Received: by wgxm20 with SMTP id m20so17793644wgx.3 for ; Tue, 14 Jul 2015 13:42:31 -0700 (PDT) In-Reply-To: <1436864233-24746-3-git-send-email-sergio.gonzalez.monroy@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" There is an error with 32-bit build: lib/librte_eal/common/malloc_heap.c:83:2: error: large integer implicitly truncated to unsigned type [-Werror=overflow] case RTE_PGSIZE_4G: ^ lib/librte_eal/common/malloc_heap.c:86:2: error: large integer implicitly truncated to unsigned type [-Werror=overflow] case RTE_PGSIZE_16G: ^