Re: [Linuxptp-devel] [PATCH v2 1/2] UDS: added option to set file mode for the created socket.

2022-04-30 Thread Richard Cochran
On Tue, Apr 12, 2022 at 01:38:17PM +0200, Martin Pecka wrote: > Signed-off-by: Martin Pecka > --- > config.c | 4 > uds.c| 5 ++--- > 2 files changed, 6 insertions(+), 3 deletions(-) > > diff --git a/config.c b/config.c > index 4f3ceb8..b4c16d8 100644 > --- a/config.c > +++ b/config.c

Re: [Linuxptp-devel] [PATCH] ts2phc: Fix miss typo

2022-04-30 Thread Richard Cochran
On Fri, Mar 18, 2022 at 07:21:26PM +0900, 이강민 wrote: > Fix miss typo of man page. > > Signed-off-by: Kangmin Lee This patch does not apply because of HTML. Please resend using plain text only. Thanks, Richard ___ Linuxptp-devel mailing list

Re: [Linuxptp-devel] [PATCH v2 2/2] UDS: allow specifying different file mode for the read-only socket.

2022-04-30 Thread Richard Cochran
On Tue, Apr 12, 2022 at 01:38:18PM +0200, Martin Pecka wrote: > diff --git a/ptp4l.8 b/ptp4l.8 > index 71a414c..021dcad 100644 > --- a/ptp4l.8 > +++ b/ptp4l.8 > @@ -648,6 +648,16 @@ management messages, which is restricted to GET actions > and does not forward > messages to other ports. Access

Re: [Linuxptp-devel] [PATCH 1/1] TLV management messages need to be aligned to 16 bits.

2022-04-30 Thread Richard Cochran
On Tue, Mar 08, 2022 at 10:55:14PM +0100, Erez Geva wrote: > Add reserved octet to the new port hardware clock structure. > > Signed-off-by: Erez Geva Applied. Thanks, Richard ___ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net

Re: [Linuxptp-devel] [PATCH v3 0/4] port: Cancel unicast service when closing port.

2022-04-30 Thread Richard Cochran
On Sat, Mar 19, 2022 at 10:11:43PM -0400, vincent.cheng...@renesas.com wrote: > From: Vincent Cheng > > ptp4l currently does not cancel unicast service on program exit. > This causes problems for subsequent ptp4l session that is using different > masters. Series applied. Thanks, Richard

Re: [Linuxptp-devel] [PATCH] Fix the descriptions of "G.8275.portDS.localPriority" and "G.8275.defaultDS.localPriority" in ptp4l man page.

2022-04-30 Thread Richard Cochran
On Tue, Mar 22, 2022 at 03:01:59AM +, yoshida.t...@fujitsu.com wrote: > The descriptions of "G.8275.portDS.localPriority" and > "G.8275.defaultDS.localPriority" in ptp4l man page says that these options > are only used when "dataset_comparison" is set to "telecom". But the possible > values

Re: [Linuxptp-devel] [PATCH v2 2/2] UDS: allow specifying different file mode for the read-only socket.

2022-04-30 Thread Richard Cochran
On Tue, Apr 12, 2022 at 01:43:35PM +0200, Martin Pecka wrote: > As discussed on linuxptp-users ("Config section for /var/log/ptp4lro creates > an additional port"), configuring different file modes via port sections in > config file does not work as intended. So I instead chose the way of passing