On Thu, Feb 25, 2021 at 06:31:09AM +, Karthikkumar V wrote:
> diff --git a/clock.c b/clock.c
> index 6dd4661..0879e9b 100644
> --- a/clock.c
> +++ b/clock.c
> @@ -136,7 +136,7 @@ struct clock {
> struct monitor *slave_event_monitor;
> int step_window_counter;
> int step_windo
Incorporated Review Comments.
This code changes brings in the ability to program the acceptable
clockClass threshold beyond which device will move to holdover/free-run.
Default clockClass threshold is 248.
Example Use-Case:
This is needed in the cases where T-SC/T-BC Slave might want to listen
onl
> -Original Message-
> From: Richard Cochran
> Sent: Tuesday, February 16, 2021 8:21 PM
> To: Keller, Jacob E
> Cc: linuxptp-devel@lists.sourceforge.net
> Subject: Re: [Linuxptp-devel] [PATCH 2/2] Clock Class Threshold Feature
> addition
> for PTP4L
>
>
From: Richard Cochran [mailto:richardcoch...@gmail.com]
Sent: 17 February 2021 09:51
To: Jacob Keller
Cc: linuxptp-devel@lists.sourceforge.net
Subject: Re: [Linuxptp-devel] [PATCH 2/2] Clock Class Threshold Feature
addition for PTP4L
CAUTION: This email originated from outside of Altiostar. D
On Tue, Feb 16, 2021 at 02:08:44PM -0800, Jacob Keller wrote:
> On 2/14/2021 9:59 PM, Karthikkumar V wrote:
> > - c->clock_class_threshold = config_get_int(config, NULL,
> > "clockClassThreshold");
> > + c->clock_class_threshold = config_get_int(config, NULL,
> > "clock_class_threshold");
> >
On 2/14/2021 9:59 PM, Karthikkumar V wrote:
> Implemented code review comments.
> This code changes brings in the ability to program the acceptable
> clockClass threshold beyond which device will move to holdover/free-run.
> Default clockClass threshold is 248.
> Example Use-Case
> This is neede
Implemented code review comments.
This code changes brings in the ability to program the acceptable
clockClass threshold beyond which device will move to holdover/free-run.
Default clockClass threshold is 248.
Example Use-Case
This is needed in the cases where T-SC/T-BC Slave might want to listen
o