From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 4BF545921 for ; Fri, 27 Nov 2015 03:02:28 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 26 Nov 2015 18:02:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,349,1444719600"; d="scan'208";a="2861912" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga004.fm.intel.com with ESMTP; 26 Nov 2015 18:02:27 -0800 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 26 Nov 2015 18:02:27 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 26 Nov 2015 18:02:26 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.83]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.88]) with mapi id 14.03.0248.002; Fri, 27 Nov 2015 10:02:25 +0800 From: "Qiu, Michael" To: Thomas Monjalon Thread-Topic: [PATCH 2/2] Fix compile issue in i686 platform Thread-Index: AQHRJ+q7/1bWR7vYiEe1SfkSnYtSHg== Date: Fri, 27 Nov 2015 02:02:24 +0000 Message-ID: <533710CFB86FA344BFBF2D6802E6028621B8CC43@SHSMSX101.ccr.corp.intel.com> References: <1448501706-21718-1-git-send-email-michael.qiu@intel.com> <1448501706-21718-2-git-send-email-michael.qiu@intel.com> <2567901.2WFrbjZVWM@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 2/2] Fix compile issue in i686 platform X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2015 02:02:28 -0000 On 2015/11/27 5:15, Thomas Monjalon wrote:=0A= > 2015-11-26 09:35, Michael Qiu:=0A= >> In i686 platform, long is 32bit, so XXX_CYCLECOUNTER_MASK=0A= >> need define as 'ULL'=0A= >>=0A= >> Signed-off-by: Michael Qiu =0A= > This patch is correct but the description is not exact:=0A= > I have no issue with my i686 compiler.=0A= > For future reference, please could you be more precise=0A= > about the reproduction environment? Is it related to a specific compiler?= =0A= =0A= OK, I will be for careful about the compile and os next time.=0A= =0A= > We also need to add these lines:=0A= > Fixes: 9c857bf6be87 ("igb: support ieee1588 functions for device time")= =0A= > Fixes: 1c4445e1f28e ("ixgbe: support ieee1588 functions for device time")= =0A= > Fixes: f3a4e40eca0c ("i40e: support ieee1588 functions for device time")= =0A= =0A= So I will repost the patch set.=0A= =0A= Thanks,=0A= Michael=0A= =0A=