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