From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] e1000: fix ieee1588 timestamp issue Date: Mon, 03 Aug 2015 14:45:41 +0200 Message-ID: <2831836.ccr3OV6XZO@xps13> References: <1438245257-7328-1-git-send-email-wenzhuo.lu@intel.com> <1438305630-25275-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Lu, Wenzhuo" Return-path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id B1FB7106B for ; Mon, 3 Aug 2015 14:46:56 +0200 (CEST) Received: by wicmv11 with SMTP id mv11so134205574wic.0 for ; Mon, 03 Aug 2015 05:46:56 -0700 (PDT) In-Reply-To: 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" > > 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. > > > > v2 changes: > > * move the macro to the top of the file with the other timesync defines. > > > > Signed-off-by: Wenzhuo Lu > > Acked-by: John McNamara Applied, thanks