From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Jg7koziBue+LZSO5tnIViu6YvztEOP8JzyZlbrCwSOI=; b=X8eh8AsfAFxyjZbEKmSodR87yUJLA7oZDVpAJ83aH8dkE9V0DURcagPmA4Ia370wU/ nPdA/nFYwLk3ck4DaYQwLu05ouF7XH89j+mges87Ga3uXZXIQs7lnEgdriHdrK0IDCBd 9iKnCNHpRvdieD8c6e9Js7o9edB250AcpYLfHXshUbdGgd5bFy23u9F+8K25VVwq6oxU cUZAizR1lAvC0hnYnCCVwtow4sFGLqw4Ml4jDsh1GDG2xzKWIB4oLd+ETAA5xnjGc2tb BPaW0W3G8llRXbQfByL4D+v6IB74+uIN5cUoG/K1dhmRpMIf1qE207IsC8DWgpl40NeU SD6Q== X-Gm-Message-State: ALoCoQk39vyrWzZWkWsHzAnxTjeTKzVwUNgw21qaF6gCA8d0d75ncKPlVcXxjGW0KpBlVvp4bQWA X-Received: by 10.180.99.196 with SMTP id es4mr32507205wib.57.1438606016527; Mon, 03 Aug 2015 05:46:56 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id z5sm22741815wjr.42.2015.08.03.05.46.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Aug 2015 05:46:55 -0700 (PDT) From: Thomas Monjalon To: "Lu, Wenzhuo" Date: Mon, 03 Aug 2015 14:45:41 +0200 Message-ID: <2831836.ccr3OV6XZO@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org 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: Mon, 03 Aug 2015 12:46:56 -0000 > > 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