Re: [PATCH 3/5] net: fec: initialize clock with 0 rather than current kernel time

From: Richard Cochran
Date: Wed Jul 08 2020 - 07:15:23 EST


On Tue, Jul 07, 2020 at 08:56:41PM +0300, Sergey Organov wrote:
> It won't. Supposedly it'd force clock (that doesn't tick by default and
> stays at 0) to start ticking.

No existing clockid_t has this behavior. Consider CLOCK_REALTIME or
CLOCK_MONOTONIC.

The PHC must act the same as the other POSIX clocks.

Thanks,
Richard