Re: [Linuxptp-devel] [PATCH 1/1] Add master only management TLV

2021-04-25 Thread Richard Cochran
On Thu, Apr 22, 2021 at 03:04:17PM +0200, Erez Geva wrote: > diff --git a/pmc.c b/pmc.c > index a767c8a..00d6014 100644 > --- a/pmc.c > +++ b/pmc.c > @@ -335,6 +335,11 @@ static void pmc_show(struct ptp_message *msg, FILE *fp) > fprintf(fp, "TIMESCALE_PROPERTIES " >

Re: [Linuxptp-devel] [PATCH 0/1] Add master only management TLV

2021-04-25 Thread Luigi 'Comio' Mantellini
Hi Jacob, You are right, architecture changes of a project that already rocks solid it's not easy. Furthermore I shared my wishes and my long term architectural view. I spent the last months trying to understand the code, and just now I'm proposing my (small) changes. ciao luigi Il giorno gio 2

Re: [Linuxptp-devel] [PATCH 0/1] Add master only management TLV

2021-04-25 Thread Richard Cochran
On Thu, Apr 22, 2021 at 09:40:46AM -0700, Jacob Keller wrote: > Most of these do sound like great features to have, but many would > require significant architecture changes. As LinuxPTP is an open source > project, you (or your customers) are free to work on such improvements > and contribute them