From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 40CA13772 for ; Wed, 22 Jul 2015 10:11:26 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 22 Jul 2015 01:11:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,522,1432623600"; d="scan'208";a="768878634" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by orsmga002.jf.intel.com with ESMTP; 22 Jul 2015 01:11:24 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by KMSMSX151.gar.corp.intel.com (172.21.73.86) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 22 Jul 2015 16:11:21 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.165]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.129]) with mapi id 14.03.0224.002; Wed, 22 Jul 2015 16:11:03 +0800 From: "Lu, Wenzhuo" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] testpmd: fix wrong variable type in ieee1588fwd for 32 bits Thread-Index: AQHQxFVnsKeEvJMXGkGjizHX9mVlzJ3nIt/w Date: Wed, 22 Jul 2015 08:11:02 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909CFBE82@shsmsx102.ccr.corp.intel.com> References: <1437547118-28633-1-git-send-email-pablo.de.lara.guarch@intel.com> <1437552408-16917-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1437552408-16917-1-git-send-email-pablo.de.lara.guarch@intel.com> 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 Subject: Re: [dpdk-dev] [PATCH v2] testpmd: fix wrong variable type in ieee1588fwd for 32 bits 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: Wed, 22 Jul 2015 08:11:26 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Wednesday, July 22, 2015 4:07 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] testpmd: fix wrong variable type in ieee15= 88fwd > for 32 bits >=20 > In ieee1588fwd.c, timestamp.tv_sec is a time_t variable, which is a long = int, but > it was being printed with PRIu64, causing an issue on 32 bits. >=20 > Signed-off-by: Pablo de Lara Acked-by: Wenzhuo Lu