From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id F2EE0C6DA for ; Fri, 31 Jul 2015 09:53:16 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 31 Jul 2015 00:53:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,582,1432623600"; d="scan'208";a="739405931" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga001.jf.intel.com with ESMTP; 31 Jul 2015 00:53:15 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.149]) by IRSMSX152.ger.corp.intel.com ([169.254.6.88]) with mapi id 14.03.0224.002; Fri, 31 Jul 2015 08:53:14 +0100 From: "Mcnamara, John" To: "Lu, Wenzhuo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] e1000: fix ieee1588 timestamp issue Thread-Index: AQHQyy8yW+LypC3MS0q9noRuvuaqB531NWFg Date: Fri, 31 Jul 2015 07:53:13 +0000 Message-ID: References: <1438245257-7328-1-git-send-email-wenzhuo.lu@intel.com> <1438305630-25275-1-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: <1438305630-25275-1-git-send-email-wenzhuo.lu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] e1000: fix ieee1588 timestamp issue 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, 31 Jul 2015 07:53:17 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Friday, July 31, 2015 2:21 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] e1000: fix ieee1588 timestamp issue >=20 > Ieee1588 reads system time to set its timestamp. On 1G NICs, for example, > i350, system time is disabled by default. It means the ieee1588 timestamp > will always be 0. > This patch enables system time when ieee1588 is enabled. >=20 > v2 changes: > * move the macro to the top of the file with the other timesync defines. >=20 > Signed-off-by: Wenzhuo Lu Acked-by: John McNamara