[Linuxptp-devel] [PATCH] msg: Append multiple TLVs correctly.

2018-04-02 Thread Richard Cochran
The logic that adds TLVs to the end of a message mixes up the 'L' length in "TLV" with the total TLV length. As a result, the second and subsequent TLVs will corrupt the previous TLV in the buffer. This patch corrects the code to find the correct offset for the second and following appended

Re: [Linuxptp-devel] [PATCH RFC 0/8] Transparent Clock - Part I

2018-04-02 Thread Keller, Jacob E
> -Original Message- > From: Richard Cochran [mailto:richardcoch...@gmail.com] > Sent: Saturday, March 31, 2018 2:33 PM > To: linuxptp-devel@lists.sourceforge.net > Subject: [Linuxptp-devel] [PATCH RFC 0/8] Transparent Clock - Part I > > I have a TC series working well and ready for