From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] Fix compile issue in i686 platform Date: Thu, 26 Nov 2015 22:14:14 +0100 Message-ID: <2567901.2WFrbjZVWM@xps13> References: <1448501706-21718-1-git-send-email-michael.qiu@intel.com> <1448501706-21718-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-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 334949223 for ; Thu, 26 Nov 2015 22:15:33 +0100 (CET) Received: by wmvv187 with SMTP id v187so46443107wmv.1 for ; Thu, 26 Nov 2015 13:15:33 -0800 (PST) In-Reply-To: <1448501706-21718-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-26 09:35, Michael Qiu: > In i686 platform, long is 32bit, so XXX_CYCLECOUNTER_MASK > need define as 'ULL' > > Signed-off-by: Michael Qiu This patch is correct but the description is not exact: I have no issue with my i686 compiler. For future reference, please could you be more precise about the reproduction environment? Is it related to a specific compiler? We also need to add these lines: Fixes: 9c857bf6be87 ("igb: support ieee1588 functions for device time") Fixes: 1c4445e1f28e ("ixgbe: support ieee1588 functions for device time") Fixes: f3a4e40eca0c ("i40e: support ieee1588 functions for device time")