[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180426023308.aezdge7xlbqoe5at@localhost>
Date: Wed, 25 Apr 2018 19:33:08 -0700
From: Richard Cochran <richardcochran@...il.com>
To: Yangbo Lu <yangbo.lu@....com>
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
dan.carpenter@...cle.com,
Ioana Radulescu <ruxandra.radulescu@....com>
Subject: Re: [PATCH] staging: fsl-dpaa2/eth: Add support for hardware
timestamping
On Wed, Apr 25, 2018 at 05:17:49PM +0800, Yangbo Lu wrote:
> +/* PTP nominal frequency 1GHz */
> +#define DPAA2_PTP_NOMINAL_FREQ_PERIOD_NS 1
Nit: Frequency is the inverse of the period. It can be one or the
other, not both.
Why not call it simply DPAA2_PTP_CLK_PERIOD_NS?
You haven't implemented the ethtool_get_ts_info() method, but you need
to do so. Show us how the user can related these MAC time stamps to
the PHC device in your other patch series.
Thanks,
Richard
Powered by blists - more mailing lists