> -Original Message-
> From: Miroslav Lichvar
> Sent: Monday, June 20, 2022 5:14 PM
> To: Richard Cochran
> Cc: Maciek Machnikowski ; linuxptp-
> de...@lists.sourceforge.net
> Subject: Re: [Linuxptp-devel] [PATCH] phc2sys: Add support for
free-running
> mode
>
On Mon, Jun 20, 2022 at 03:02:24PM +0200, Maciek Machnikowski wrote:
> Add support for the free-running mode that will not adjust the sink
> clock when enabled.
> diff --git a/phc2sys.c b/phc2sys.c
> index 599f9bd..c974a2b 100644
> --- a/phc2sys.c
> +++ b/phc2sys.c
> @@ -63,6 +63,7 @@
> #define N
On Mon, Jun 20, 2022 at 06:33:52AM -0700, Richard Cochran wrote:
> On Mon, Jun 20, 2022 at 03:02:24PM +0200, Maciek Machnikowski wrote:
> > Add support for the free-running mode that will not adjust the sink
> > clock when enabled.
>
> Nice. This is useful, especially for testing/validation. I'v
On Mon, Jun 20, 2022 at 03:02:24PM +0200, Maciek Machnikowski wrote:
> Add support for the free-running mode that will not adjust the sink
> clock when enabled.
Nice. This is useful, especially for testing/validation. I've hacked
this in myself time and again, but I was too lazy to make a patch!