Hi Maciek, I can update the identifier for each profile to reflect the changes made in amendment 2. I also want to note that the profile identifiers used below are not invalid but reflect which edition of the recommendation was used for the implementation : - 00-19-A7-01-02-01 (G.8275.1/Y.1369.1 (03/2020)) - 00-19-A7-02-01-00 (G.8275.2/Y.1369.2 (03/2020))
Thanks, Izunna -----Original Message----- From: Maciek Machnikowski <mac...@machnikowski.net> Sent: Wednesday, November 2, 2022 3:51 AM To: Izunna Otiji <izunna.otiji...@renesas.com> Cc: linuxptp-devel@lists.sourceforge.net Subject: Re: [Linuxptp-devel] [PATCH v2] ptp4l: Add profile_id configuration support for G.8275.1 and G.8275.2. On Mon, Oct 31, 2022 at 04:49:57PM -0400, izunna.otiji...@renesas.com wrote: > From: Izunna Otiji <izunna.otiji...@renesas.com> > > Signed-off-by: Izunna Otiji <izunna.otiji...@renesas.com> > --- > port.c | 14 +++++++++++++- > 1 file changed, 13 insertions(+), 1 deletion(-) > > diff --git a/port.c b/port.c > index 871ad68..34c0c09 100644 > --- a/port.c > +++ b/port.c > @@ -831,6 +831,8 @@ static void port_management_send_error(struct port > *p, struct port *ingress, > > static const Octet profile_id_drr[] = {0x00, 0x1B, 0x19, 0x00, 0x01, > 0x00}; static const Octet profile_id_p2p[] = {0x00, 0x1B, 0x19, 0x00, > 0x02, 0x00}; > +static const Octet profile_id_8275_1[] = {0x00, 0x19, 0xA7, 0x01, > +0x02, 0x01}; static const Octet profile_id_8275_2[] = {0x00, 0x19, > +0xA7, 0x02, 0x01, 0x00}; NAK. The values listed here are invalid. G.8275.1 Amd2: profileIdentifier: - 00-19-A7-01-02-02 (for an implementation based on IEEE Std 1588-2008 [IEEE 1588-2008]) - 00-19-A7-01-02-03 (for an implementation based on IEEE Std 1588-2019 [IEEE 1588-2019]) G.8275.2 Amd2: profileIdentifier: - 00-19-A7-02-01-01 (for an implementation based on IEEE Std 1588-2008 [IEEE 1588-2008]) - 00-19-A7-02-01-02 (for an implementation based on IEEE Std 1588-2019 [IEEE 1588-2019]) Regards Maciek _______________________________________________ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-devel