Re: [PATCH 2/3] net: uapi: Add HWTSTAMP_FLAGS_ADJ_FINE/ADJ_COARSE

2020-05-14 Thread Richard Cochran
On Thu, May 14, 2020 at 05:20:41PM +0200, Olivier Dautricourt wrote: > Can't we consider this as a time stamp settings ? No. It really is not a time stamp setting at all. > I don't see where we could put those driver-specific flags. > That flag field was reserved for futher improvements so i fou

Re: [PATCH 2/3] net: uapi: Add HWTSTAMP_FLAGS_ADJ_FINE/ADJ_COARSE

2020-05-14 Thread Olivier Dautricourt
The 05/14/2020 06:38, Richard Cochran wrote: > On Thu, May 14, 2020 at 12:28:07PM +0200, Olivier Dautricourt wrote: > > This commit allows a user to specify a flag value for configuring > > timestamping through hwtsamp_config structure. > > > > New flags introduced: > > > > HWTSTAMP_FLAGS_NONE = 0

Re: [PATCH 2/3] net: uapi: Add HWTSTAMP_FLAGS_ADJ_FINE/ADJ_COARSE

2020-05-14 Thread Richard Cochran
On Thu, May 14, 2020 at 12:28:07PM +0200, Olivier Dautricourt wrote: > This commit allows a user to specify a flag value for configuring > timestamping through hwtsamp_config structure. > > New flags introduced: > > HWTSTAMP_FLAGS_NONE = 0 > No flag specified: as it is of value 0, this will

[PATCH 2/3] net: uapi: Add HWTSTAMP_FLAGS_ADJ_FINE/ADJ_COARSE

2020-05-14 Thread Olivier Dautricourt
This commit allows a user to specify a flag value for configuring timestamping through hwtsamp_config structure. New flags introduced: HWTSTAMP_FLAGS_NONE = 0 No flag specified: as it is of value 0, this will selects the default behavior for all the existing drivers and should not