From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2 v2] Fix compile issue in i686 platform Date: Fri, 27 Nov 2015 10:10:33 +0100 Message-ID: <1538670.oP7iDoaOM2@xps13> References: <1448501706-21718-1-git-send-email-michael.qiu@intel.com> <1448595365-12699-1-git-send-email-michael.qiu@intel.com> <1448595365-12699-2-git-send-email-michael.qiu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Michael Qiu Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 805E85A31 for ; Fri, 27 Nov 2015 10:11:52 +0100 (CET) Received: by wmvv187 with SMTP id v187so61548947wmv.1 for ; Fri, 27 Nov 2015 01:11:52 -0800 (PST) In-Reply-To: <1448595365-12699-2-git-send-email-michael.qiu@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" 2015-11-27 11:36, Michael Qiu: > In i686 platform, long is 32bit, so XXX_CYCLECOUNTER_MASK > need define as 'ULL' Michael, it is the same comment as the first patch. How your compiler is different of mine which compiles fine without this patch? I'm using GCC 5.2.0.