[Linuxptp-devel] phc2sys struck on "waiting for ptp4l"

2022-07-12 Thread ramesh t via Linuxptp-devel
Hello, Have connected Server to a switch. The switch act as a Boundary clock and provides timing to the server using ptp. On the server, we are running ptp4l and phc2sys process. As part of testing, we are doing disable and enable of PTP on the switch.  Sometimes we are observing phc2sys proces

[Linuxptp-devel] [PATCH 1/1 v2] Strip PRP trailer

2022-07-12 Thread Magnus Armholt
Strip the IEC62439-3 PRP trailer if it is present to support PTP over PRP. The implementation is very pedantic about trailing bytes and will indicate bad message if the PRP trailer bytes are present when parsing the PTP message. Signed-off-by: Magnus Armholt --- raw.c | 38 ++