Re: [Linuxptp-devel] [PATCH] Delay Response Timeout Feature addition for PTP4L

2021-09-28 Thread Richard Cochran
On Tue, Sep 28, 2021 at 12:54:55PM +, Karthikkumar Valoor wrote: > Hi Richard, > > Thanks for the modification. With this change, we tested in our setup and we > could find that it works as intended. > Please go ahead and merge this change. Okay, applied it. Thanks, Richard _

Re: [Linuxptp-devel] [PATCH] Delay Response Timeout Feature addition for PTP4L

2021-09-28 Thread Karthikkumar Valoor via Linuxptp-devel
kumar Valoor > Cc: linuxptp-devel@lists.sourceforge.net > Subject: Re: [Linuxptp-devel] [PATCH] Delay Response Timeout Feature addition > for PTP4L > > CAUTION: This email originated from outside of Altiostar. Do not click on > links > or open attachments unless you recogniz

Re: [Linuxptp-devel] [PATCH] Delay Response Timeout Feature addition for PTP4L

2021-09-27 Thread Richard Cochran
On Tue, Aug 24, 2021 at 05:12:11AM +, Karthikkumar V via Linuxptp-devel wrote: > @@ -1997,6 +1998,9 @@ void process_delay_resp(struct port *p, struct > ptp_message *m) > return; > } > > + /* Valid Delay Response received, reset the counter */ > + p->delay_respon

[Linuxptp-devel] [PATCH] Delay Response Timeout Feature addition for PTP4L

2021-08-23 Thread Karthikkumar V via Linuxptp-devel
Implemented the code review comments. This code changes brings in the ability to program delay response timeout within which, if the upstream master does not send a valid delay response within the configurable delay response timeout duration, device will move out of lock state.Default delay_respon