Re: [Linuxptp-devel] [PATCH 2/2] Clock Class Threshold Feature addition for PTP4L

2021-02-25 Thread Richard Cochran
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

[Linuxptp-devel] [PATCH 2/2] Clock Class Threshold Feature addition for PTP4L

2021-02-24 Thread Karthikkumar V
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

Re: [Linuxptp-devel] [PATCH 2/2] Clock Class Threshold Feature addition for PTP4L

2021-02-19 Thread Keller, Jacob E
> -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 > >

Re: [Linuxptp-devel] [PATCH 2/2] Clock Class Threshold Feature addition for PTP4L

2021-02-16 Thread Ramana Reddy
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

Re: [Linuxptp-devel] [PATCH 2/2] Clock Class Threshold Feature addition for PTP4L

2021-02-16 Thread Richard Cochran
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"); > >

Re: [Linuxptp-devel] [PATCH 2/2] Clock Class Threshold Feature addition for PTP4L

2021-02-16 Thread Jacob Keller
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

[Linuxptp-devel] [PATCH 2/2] Clock Class Threshold Feature addition for PTP4L

2021-02-14 Thread Karthikkumar V
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