Re: [Linuxptp-devel] [PATCH 2/2] Fix Management Implementation-specific TLVs

2021-03-10 Thread Keller, Jacob E
> -Original Message- > From: Erez Geva > Sent: Wednesday, March 10, 2021 2:18 PM > To: linuxptp-devel@lists.sourceforge.net > Subject: [Linuxptp-devel] [PATCH 2/2] Fix Management Implementation-specific > TLVs > > Change Management Implementation-specific TLVs

[Linuxptp-devel] [PATCH 2/2] Fix Management Implementation-specific TLVs

2021-03-10 Thread Erez Geva
Change Management Implementation-specific TLVs use to little endian instead of using host order. Although IEEE use network order, as most of us use little endian hardware and to retain backward compatible with most of us, we decide to use little endian. Signed-off-by: Erez Geva --- clock.c |