Re: [Linuxptp-devel] [PATCH RESEND v1 3/5] phc_ctl: Add maximum offset capability

2023-09-18 Thread Rahul Rameshbabu via Linuxptp-devel
Hi Erez, On Tue, 05 Sep, 2023 22:15:47 +0200 Erez wrote: > On Tue, 5 Sept 2023 at 21:56, Rahul Rameshbabu via Linuxptp-devel > wrote: > > Advertise the maximum offset that can be fed to the PHC phase control > keyword. > > Someone already sent this patch, a few months ago. > But now we can fi

Re: [Linuxptp-devel] [PATCH RESEND v1 3/5] phc_ctl: Add maximum offset capability

2023-09-05 Thread Erez
On Tue, 5 Sept 2023 at 21:56, Rahul Rameshbabu via Linuxptp-devel < linuxptp-devel@lists.sourceforge.net> wrote: > Advertise the maximum offset that can be fed to the PHC phase control > keyword. > Someone already sent this patch, a few months ago. But now we can find it in the official kernel. :

[Linuxptp-devel] [PATCH RESEND v1 3/5] phc_ctl: Add maximum offset capability

2023-09-05 Thread Rahul Rameshbabu via Linuxptp-devel
Advertise the maximum offset that can be fed to the PHC phase control keyword. Signed-off-by: Rahul Rameshbabu --- missing.h | 9 + phc_ctl.c | 4 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/missing.h b/missing.h index 79a87d4..165a297 100644 --- a/missing.h +++ b

[Linuxptp-devel] [PATCH RESEND v1 3/5] phc_ctl: Add maximum offset capability

2023-07-14 Thread Rahul Rameshbabu via Linuxptp-devel
Advertise the maximum offset that can be fed to the PHC phase control keyword. Signed-off-by: Rahul Rameshbabu --- missing.h | 9 + phc_ctl.c | 4 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/missing.h b/missing.h index 79a87d4..165a297 100644 --- a/missing.h +++ b