Re: [Linuxptp-users] Management messages support

2022-08-10 Thread Gururaj Badiger
Thanks Richard. -Guru On Thu, 11 Aug 2022 at 07:03, Richard Cochran wrote: > On Wed, Aug 10, 2022 at 02:18:20PM +0530, Gururaj Badiger wrote: > > Is there any example of this type of message implemented in ptp4l code? > If > > so, could you help me with what is the name of the currently supporte

Re: [Linuxptp-users] Management messages support

2022-08-10 Thread Richard Cochran
On Wed, Aug 10, 2022 at 02:18:20PM +0530, Gururaj Badiger wrote: > Is there any example of this type of message implemented in ptp4l code? If > so, could you help me with what is the name of the currently supported > MANAGEMENT type of message? Start with msg.c|h and tlv.c|h HTH, Richard __

[Linuxptp-users] Management messages support

2022-08-10 Thread Gururaj Badiger
Hello, I have been playing with ptp4l and pmc commands and beginning to get familiar with usage of various pmc commands and pmc/ptp4l code. I would like to explore ptp4l code to understand how MANAGEMENT type messages are propagated. How TLV messages for this type are being prepared. Is there an