[Linuxptp-users] Observing below issue with ptp4l running in BC mode
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: ramesh t <ram...@ya...> - 2022-01-05 19:34:20
|
hi, Running ptp4l in BC mode, with clock_type set to BC and boundary_clock_jbod set to 1. Have connected one NIC port to BC/GM and another NIC port to testing unit (TU). Following is the ptp4l command. ./ptp4l -2 -A -w -i <port connected to BC/GM> -i <port connected to TU> -f /etc/ptp4l_bc.c In BC mode, ptp4l getting clock from BC/GM and is providing clock to testing unit. Also running below phc2sys command: phc2sys -s <port to connected to BC/GM> -c CLOCK_REALTIME -w -r -n 24 phc2sys -s <port to connected to BC/GM> -c <port connected to TU> -r -w -n 24 On resetting of the testing unit, observing ptp port state of the interface connected to BC/GM going to PS_FAULTY temporarily though it shouldn't be impacted due to reset of testing unit. Verified the same behavior is seen with latest linuxptp4l code. Please suggest. regards, Ramesh |