I'm using the newest snapshot of linuxptp (ptp4l -v reports 4.1-00013-g458953c) for: - Master device (Intel NUC, containing a Intel i219-V NIC) - Slave device - an NVIDIA Orin Development Kit (Marvell AQR113C network chip I think)
>From my understanding, using the automotive profiles, Master and Slave should >achieve a stable time-synchronization within less than 1 second (at least >that's a typical automotive startup requirement). However, for me it takes a huge time until the Slave reports "master offset" values. Best-case for me was ~6 - 18 seconds, sometimes it takes a couple of minutes, sometimes it doesn't sync, even after 15 minutes. The two devices are connected directly to each other, using a 2m Ethernet cable. I know that the Intel i219-V seems to be quite broken in terms of its PTP compatibility: It has latency numbers in the 8000ns range, whereas one should expect something in the low hundreds. Interestingly, even the Marvell chip in the NVIDIA Orin seems to be worse, reporting a 1800ns delay. However, in the rare event that they actually *DO* SYNC up, I get quite good numbers in the +/-50ns accuracy range. Following are the logs of a try where they synced up after ~80 seconds. MASTER log (shortened and commented by me): daniel@nuc10:~/linuxptp$ sudo ./ptp4l -f ./configs/automotive-master.cfg -i eno1 -m -l 7 [sudo] password for daniel: ptp4l[26252.431]: config item (null).assume_two_step is 1 ptp4l[26252.431]: config item (null).check_fup_sync is 0 ptp4l[26252.431]: config item (null).tx_timestamp_timeout is 10 ptp4l[26252.431]: config item (null).hwts_filter is 0 ptp4l[26252.431]: config item (null).clock_servo is 0 ptp4l[26252.431]: config item (null).clock_type is 32768 ptp4l[26252.431]: config item (null).clock_servo is 0 ptp4l[26252.431]: config item (null).clockClass is 248 ptp4l[26252.431]: config item (null).clockAccuracy is 254 ptp4l[26252.432]: config item (null).offsetScaledLogVariance is 65535 ptp4l[26252.432]: config item (null).productDescription is ';;' ptp4l[26252.432]: config item (null).revisionData is ';;' ptp4l[26252.432]: config item (null).userDescription is '' ptp4l[26252.432]: config item (null).manufacturerIdentity is '00:00:00' ptp4l[26252.432]: config item (null).domainNumber is 0 ptp4l[26252.432]: config item (null).clientOnly is 0 ptp4l[26252.432]: config item (null).gmCapable is 1 ptp4l[26252.432]: config item (null).gmCapable is 1 ptp4l[26252.432]: config item (null).G.8275.defaultDS.localPriority is 128 ptp4l[26252.432]: config item (null).maxStepsRemoved is 255 ptp4l[26252.432]: config item (null).clock_class_threshold is 248 ptp4l[26252.432]: config item (null).time_stamping is 1 ptp4l[26252.432]: config item (null).twoStepFlag is 1 ptp4l[26252.432]: config item (null).twoStepFlag is 1 ptp4l[26252.432]: config item (null).time_stamping is 1 ptp4l[26252.432]: config item (null).priority1 is 248 ptp4l[26252.432]: config item (null).priority2 is 248 ptp4l[26252.432]: interface index 2 is up ptp4l[26252.432]: config item eno1.phc_index is -1 ptp4l[26252.432]: config item (null).free_running is 0 ptp4l[26252.432]: selected /dev/ptp0 as PTP clock ptp4l[26252.432]: config item (null).clockIdentity is '000000.0000.000000' ptp4l[26252.432]: config item (null).uds_address is '/var/run/ptp4l' ptp4l[26252.432]: section item /var/run/ptp4l.announceReceiptTimeout now 0 ptp4l[26252.432]: section item /var/run/ptp4l.delay_mechanism now 0 ptp4l[26252.432]: section item /var/run/ptp4l.network_transport now 0 ptp4l[26252.432]: section item /var/run/ptp4l.delay_filter_length now 1 ptp4l[26252.432]: config item (null).uds_ro_address is '/var/run/ptp4lro' ptp4l[26252.432]: section item /var/run/ptp4lro.announceReceiptTimeout now 0 ptp4l[26252.432]: section item /var/run/ptp4lro.delay_mechanism now 0 ptp4l[26252.432]: section item /var/run/ptp4lro.network_transport now 0 ptp4l[26252.432]: section item /var/run/ptp4lro.delay_filter_length now 1 ptp4l[26252.432]: config item (null).free_running is 0 ptp4l[26252.432]: config item (null).freq_est_interval is 1 ptp4l[26252.432]: config item (null).write_phase_mode is 0 ptp4l[26252.432]: config item (null).gmCapable is 1 ptp4l[26252.432]: config item (null).kernel_leap is 1 ptp4l[26252.432]: config item (null).utc_offset is 37 ptp4l[26252.432]: config item (null).timeSource is 160 ptp4l[26252.432]: config item (null).step_window is 0 ptp4l[26252.432]: config item (null).pi_proportional_const is 0.000000 ptp4l[26252.432]: config item (null).pi_integral_const is 0.000000 ptp4l[26252.432]: config item (null).pi_proportional_scale is 0.000000 ptp4l[26252.432]: config item (null).pi_proportional_exponent is -0.300000 ptp4l[26252.432]: config item (null).pi_proportional_norm_max is 0.700000 ptp4l[26252.432]: config item (null).pi_integral_scale is 0.000000 ptp4l[26252.432]: config item (null).pi_integral_exponent is 0.400000 ptp4l[26252.432]: config item (null).pi_integral_norm_max is 0.300000 ptp4l[26252.432]: config item (null).step_threshold is 0.000000 ptp4l[26252.432]: config item (null).first_step_threshold is 0.000020 ptp4l[26252.432]: config item (null).max_frequency is 900000000 ptp4l[26252.432]: config item (null).servo_offset_threshold is 0 ptp4l[26252.432]: config item (null).servo_num_offset_values is 10 ptp4l[26252.432]: config item (null).dataset_comparison is 0 ptp4l[26252.432]: config item (null).delay_filter_length is 10 ptp4l[26252.432]: config item (null).delay_filter is 1 ptp4l[26252.432]: config item (null).tsproc_mode is 0 ptp4l[26252.432]: config item (null).initial_delay is 0 ptp4l[26252.432]: config item (null).summary_interval is 0 ptp4l[26252.432]: config item (null).sanity_freq_limit is 200000000 ptp4l[26252.432]: PI servo: sync interval 1.000 kp 0.700 ki 0.300000 ptp4l[26252.432]: config item /var/run/ptp4l.phc_index is -1 ptp4l[26252.432]: config item /var/run/ptp4l.boundary_clock_jbod is 0 ptp4l[26252.432]: config item /var/run/ptp4l.serverOnly is 1 ptp4l[26252.432]: config item /var/run/ptp4l.BMCA is 1 ptp4l[26252.432]: config item /var/run/ptp4l.network_transport is 0 ptp4l[26252.432]: config item /var/run/ptp4l.delayAsymmetry is 0 ptp4l[26252.432]: config item /var/run/ptp4l.follow_up_info is 1 ptp4l[26252.432]: config item /var/run/ptp4l.freq_est_interval is 1 ptp4l[26252.432]: config item /var/run/ptp4l.msg_interval_request is 0 ptp4l[26252.432]: config item /var/run/ptp4l.net_sync_monitor is 0 ptp4l[26252.432]: config item /var/run/ptp4l.path_trace_enabled is 1 ptp4l[26252.432]: config item /var/run/ptp4l.tc_spanning_tree is 0 ptp4l[26252.432]: config item /var/run/ptp4l.ingressLatency is 0 ptp4l[26252.432]: config item /var/run/ptp4l.egressLatency is 0 ptp4l[26252.432]: config item /var/run/ptp4l.delay_mechanism is 0 ptp4l[26252.432]: config item /var/run/ptp4l.power_profile.version is 0 ptp4l[26252.432]: config item /var/run/ptp4l.power_profile.grandmasterID is 0 ptp4l[26252.432]: config item /var/run/ptp4l.power_profile.2011.grandmasterTimeInaccuracy is -1 ptp4l[26252.432]: config item /var/run/ptp4l.power_profile.2011.networkTimeInaccuracy is -1 ptp4l[26252.432]: config item /var/run/ptp4l.power_profile.2017.totalTimeInaccuracy is -1 ptp4l[26252.432]: config item /var/run/ptp4l.hybrid_e2e is 0 ptp4l[26252.432]: config item /var/run/ptp4l.fault_badpeernet_interval is 16 ptp4l[26252.432]: config item /var/run/ptp4l.fault_reset_interval is 4 ptp4l[26252.432]: config item /var/run/ptp4l.delay_filter_length is 1 ptp4l[26252.432]: config item /var/run/ptp4l.delay_filter is 1 ptp4l[26252.432]: config item /var/run/ptp4l.tsproc_mode is 0 ptp4l[26252.432]: config item /var/run/ptp4lro.phc_index is -1 ptp4l[26252.432]: config item /var/run/ptp4lro.boundary_clock_jbod is 0 ptp4l[26252.432]: config item /var/run/ptp4lro.serverOnly is 1 ptp4l[26252.432]: config item /var/run/ptp4lro.BMCA is 1 ptp4l[26252.432]: config item /var/run/ptp4lro.network_transport is 0 ptp4l[26252.432]: config item /var/run/ptp4lro.delayAsymmetry is 0 ptp4l[26252.432]: config item /var/run/ptp4lro.follow_up_info is 1 ptp4l[26252.432]: config item /var/run/ptp4lro.freq_est_interval is 1 ptp4l[26252.432]: config item /var/run/ptp4lro.msg_interval_request is 0 ptp4l[26252.432]: config item /var/run/ptp4lro.net_sync_monitor is 0 ptp4l[26252.432]: config item /var/run/ptp4lro.path_trace_enabled is 1 ptp4l[26252.432]: config item /var/run/ptp4lro.tc_spanning_tree is 0 ptp4l[26252.432]: config item /var/run/ptp4lro.ingressLatency is 0 ptp4l[26252.432]: config item /var/run/ptp4lro.egressLatency is 0 ptp4l[26252.432]: config item /var/run/ptp4lro.delay_mechanism is 0 ptp4l[26252.432]: config item /var/run/ptp4lro.power_profile.version is 0 ptp4l[26252.432]: config item /var/run/ptp4lro.power_profile.grandmasterID is 0 ptp4l[26252.432]: config item /var/run/ptp4lro.power_profile.2011.grandmasterTimeInaccuracy is -1 ptp4l[26252.432]: config item /var/run/ptp4lro.power_profile.2011.networkTimeInaccuracy is -1 ptp4l[26252.432]: config item /var/run/ptp4lro.power_profile.2017.totalTimeInaccuracy is -1 ptp4l[26252.432]: config item /var/run/ptp4lro.hybrid_e2e is 0 ptp4l[26252.432]: config item /var/run/ptp4lro.fault_badpeernet_interval is 16 ptp4l[26252.432]: config item /var/run/ptp4lro.fault_reset_interval is 4 ptp4l[26252.432]: config item /var/run/ptp4lro.delay_filter_length is 1 ptp4l[26252.432]: config item /var/run/ptp4lro.delay_filter is 1 ptp4l[26252.432]: config item /var/run/ptp4lro.tsproc_mode is 0 ptp4l[26252.432]: config item (null).slave_event_monitor is '' ptp4l[26252.432]: config item eno1.phc_index is -1 ptp4l[26252.432]: config item eno1.boundary_clock_jbod is 0 ptp4l[26252.432]: config item eno1.serverOnly is 1 ptp4l[26252.432]: config item eno1.BMCA is 1 ptp4l[26252.432]: config item eno1.network_transport is 3 ptp4l[26252.432]: config item eno1.delayAsymmetry is 0 ptp4l[26252.432]: config item eno1.follow_up_info is 1 ptp4l[26252.432]: config item eno1.freq_est_interval is 1 ptp4l[26252.433]: config item eno1.msg_interval_request is 0 ptp4l[26252.433]: config item eno1.net_sync_monitor is 0 ptp4l[26252.433]: config item eno1.path_trace_enabled is 1 ptp4l[26252.433]: config item eno1.tc_spanning_tree is 0 ptp4l[26252.433]: config item eno1.ingressLatency is 0 ptp4l[26252.433]: config item eno1.egressLatency is 0 ptp4l[26252.433]: config item eno1.delay_mechanism is 2 ptp4l[26252.433]: config item eno1.power_profile.version is 0 ptp4l[26252.433]: config item eno1.power_profile.grandmasterID is 0 ptp4l[26252.433]: config item eno1.power_profile.2011.grandmasterTimeInaccuracy is -1 ptp4l[26252.433]: config item eno1.power_profile.2011.networkTimeInaccuracy is -1 ptp4l[26252.433]: config item eno1.power_profile.2017.totalTimeInaccuracy is -1 ptp4l[26252.433]: config item eno1.unicast_master_table is 0 ptp4l[26252.433]: config item eno1.unicast_listen is 0 ptp4l[26252.433]: config item eno1.hybrid_e2e is 0 ptp4l[26252.433]: config item eno1.fault_badpeernet_interval is 16 ptp4l[26252.433]: config item eno1.fault_reset_interval is 4 ptp4l[26252.433]: config item eno1.delay_filter_length is 10 ptp4l[26252.433]: config item eno1.delay_filter is 1 ptp4l[26252.433]: config item eno1.tsproc_mode is 0 ptp4l[26252.433]: config item eno1.logMinDelayReqInterval is 0 ptp4l[26252.433]: config item eno1.logAnnounceInterval is 1 ptp4l[26252.433]: config item eno1.inhibit_announce is 1 ptp4l[26252.433]: config item eno1.ignore_source_id is 0 ptp4l[26252.433]: config item eno1.announceReceiptTimeout is 3 ptp4l[26252.433]: config item eno1.syncReceiptTimeout is 3 ptp4l[26252.433]: config item eno1.transportSpecific is 1 ptp4l[26252.433]: config item eno1.ignore_transport_specific is 0 ptp4l[26252.433]: config item eno1.G.8275.portDS.localPriority is 128 ptp4l[26252.433]: config item eno1.logSyncInterval is -3 ptp4l[26252.433]: config item eno1.operLogSyncInterval is 0 ptp4l[26252.433]: config item eno1.logMinPdelayReqInterval is 0 ptp4l[26252.433]: config item eno1.operLogPdelayReqInterval is 0 ptp4l[26252.433]: config item eno1.neighborPropDelayThresh is 800 ptp4l[26252.433]: config item eno1.min_neighbor_prop_delay is -20000000 ptp4l[26252.433]: config item eno1.delay_response_timeout is 0 ptp4l[26252.433]: config item eno1.interface_rate_tlv is 0 ptp4l[26252.433]: config item eno1.asCapable is 0 ptp4l[26252.433]: config item eno1.inhibit_delay_req is 1 ptp4l[26252.433]: config item eno1.ptp_dst_mac is '01:80:C2:00:00:0E' ptp4l[26252.433]: config item eno1.p2p_dst_mac is '01:80:C2:00:00:0E' ptp4l[26252.433]: config item global.socket_priority is 0 ptp4l[26252.496]: port 1 (eno1): INITIALIZING to MASTER on INIT_COMPLETE ptp4l[26252.496]: config item /var/run/ptp4l.logMinDelayReqInterval is 0 ptp4l[26252.496]: config item /var/run/ptp4l.logAnnounceInterval is 1 ptp4l[26252.496]: config item /var/run/ptp4l.inhibit_announce is 1 ptp4l[26252.496]: config item /var/run/ptp4l.ignore_source_id is 0 ptp4l[26252.496]: config item /var/run/ptp4l.announceReceiptTimeout is 0 ptp4l[26252.496]: config item /var/run/ptp4l.syncReceiptTimeout is 3 ptp4l[26252.496]: config item /var/run/ptp4l.transportSpecific is 1 ptp4l[26252.496]: config item /var/run/ptp4l.ignore_transport_specific is 0 ptp4l[26252.496]: config item /var/run/ptp4l.G.8275.portDS.localPriority is 128 ptp4l[26252.496]: config item /var/run/ptp4l.logSyncInterval is -3 ptp4l[26252.496]: config item /var/run/ptp4l.operLogSyncInterval is 0 ptp4l[26252.497]: config item /var/run/ptp4l.logMinPdelayReqInterval is 0 ptp4l[26252.497]: config item /var/run/ptp4l.operLogPdelayReqInterval is 0 ptp4l[26252.497]: config item /var/run/ptp4l.neighborPropDelayThresh is 800 ptp4l[26252.497]: config item /var/run/ptp4l.min_neighbor_prop_delay is -20000000 ptp4l[26252.497]: config item /var/run/ptp4l.delay_response_timeout is 0 ptp4l[26252.497]: config item /var/run/ptp4l.interface_rate_tlv is 0 ptp4l[26252.497]: config item /var/run/ptp4l.asCapable is 0 ptp4l[26252.497]: config item /var/run/ptp4l.inhibit_delay_req is 1 ptp4l[26252.497]: config item (null).uds_ro_address is '/var/run/ptp4lro' ptp4l[26252.497]: config item (null).uds_address is '/var/run/ptp4l' ptp4l[26252.497]: config item /var/run/ptp4l.uds_file_mode is 432 ptp4l[26252.497]: port 0 (/var/run/ptp4l): INITIALIZING to LISTENING on INIT_COMPLETE ptp4l[26252.497]: config item /var/run/ptp4lro.logMinDelayReqInterval is 0 ptp4l[26252.497]: config item /var/run/ptp4lro.logAnnounceInterval is 1 ptp4l[26252.497]: config item /var/run/ptp4lro.inhibit_announce is 1 ptp4l[26252.497]: config item /var/run/ptp4lro.ignore_source_id is 0 ptp4l[26252.497]: config item /var/run/ptp4lro.announceReceiptTimeout is 0 ptp4l[26252.497]: config item /var/run/ptp4lro.syncReceiptTimeout is 3 ptp4l[26252.497]: config item /var/run/ptp4lro.transportSpecific is 1 ptp4l[26252.497]: config item /var/run/ptp4lro.ignore_transport_specific is 0 ptp4l[26252.497]: config item /var/run/ptp4lro.G.8275.portDS.localPriority is 128 ptp4l[26252.497]: config item /var/run/ptp4lro.logSyncInterval is -3 ptp4l[26252.497]: config item /var/run/ptp4lro.operLogSyncInterval is 0 ptp4l[26252.497]: config item /var/run/ptp4lro.logMinPdelayReqInterval is 0 ptp4l[26252.497]: config item /var/run/ptp4lro.operLogPdelayReqInterval is 0 ptp4l[26252.497]: config item /var/run/ptp4lro.neighborPropDelayThresh is 800 ptp4l[26252.497]: config item /var/run/ptp4lro.min_neighbor_prop_delay is -20000000 ptp4l[26252.497]: config item /var/run/ptp4lro.delay_response_timeout is 0 ptp4l[26252.497]: config item /var/run/ptp4lro.interface_rate_tlv is 0 ptp4l[26252.497]: config item /var/run/ptp4lro.asCapable is 0 ptp4l[26252.497]: config item /var/run/ptp4lro.inhibit_delay_req is 1 ptp4l[26252.497]: config item (null).uds_ro_address is '/var/run/ptp4lro' ptp4l[26252.497]: config item (null).uds_address is '/var/run/ptp4l' ptp4l[26252.498]: config item /var/run/ptp4lro.uds_ro_file_mode is 438 ptp4l[26252.498]: port 0 (/var/run/ptp4lro): INITIALIZING to LISTENING on INIT_COMPLETE ptp4l[26252.498]: port 1 (eno1): received link status notification ptp4l[26252.498]: interface index 2 is up ptp4l[26252.622]: port 1 (eno1): master sync timeout ptp4l[26252.747]: port 1 (eno1): master sync timeout ptp4l[26252.872]: port 1 (eno1): master sync timeout ------------ [... master sync timeouts, every 125 ms ...] ptp4l[26256.757]: port 1 (eno1): master sync timeout ptp4l[26256.821]: port 1 (eno1): peer port id set to 48b02d.fffe.a5308a-1 ptp4l[26256.882]: port 1 (eno1): master sync timeout ------------ [... master sync timeouts, every 125 ms ...] ptp4l[26338.288]: port 1 (eno1): master sync timeout ptp4l[26338.413]: port 1 (eno1): master sync timeout ptp4l[26338.539]: port 1 (eno1): master sync timeout ------------ [here the SYNC locks, master switches from 125 ms sync timeouts to 1 s] ptp4l[26339.539]: port 1 (eno1): master sync timeout ptp4l[26340.540]: port 1 (eno1): master sync timeout ptp4l[26341.540]: port 1 (eno1): master sync timeout ptp4l[26342.541]: port 1 (eno1): master sync timeout ptp4l[26343.541]: port 1 (eno1): master sync timeout ptp4l[26344.541]: port 1 (eno1): master sync timeout ptp4l[26345.542]: port 1 (eno1): master sync timeout ptp4l[26346.542]: port 1 (eno1): master sync timeout ptp4l[26347.543]: port 1 (eno1): master sync timeout ptp4l[26348.543]: port 1 (eno1): master sync timeout ptp4l[26349.544]: port 1 (eno1): master sync timeout ptp4l[26350.544]: port 1 (eno1): master sync timeout ptp4l[26351.545]: port 1 (eno1): master sync timeout ptp4l[26352.545]: port 1 (eno1): master sync timeout ptp4l[26353.546]: port 1 (eno1): master sync timeout ptp4l[26354.546]: port 1 (eno1): master sync timeout ptp4l[26355.547]: port 1 (eno1): master sync timeout ptp4l[26356.547]: port 1 (eno1): master sync timeout ptp4l[26357.547]: port 1 (eno1): master sync timeout ptp4l[26358.547]: port 1 (eno1): master sync timeout ^Cdaniel@nuc10:~/linuxptp$ Here's the SLAVE log (I increased neighborPropDelayThresh from 800 to 8000 and set tx_timestamp_timeout to 100 in my slave config file): -(~/linuxptp-latest:$)-> sudo ./ptp4l -f ./configs/automotive-slave-DH.cfg -i eth0 -m -l 7 [sudo] password for daniel: ptp4l[26251.267]: config item (null).assume_two_step is 1 ptp4l[26251.267]: config item (null).check_fup_sync is 0 ptp4l[26251.267]: config item (null).tx_timestamp_timeout is 100 ptp4l[26251.267]: config item (null).hwts_filter is 0 ptp4l[26251.267]: config item (null).clock_servo is 0 ptp4l[26251.267]: config item (null).clock_type is 32768 ptp4l[26251.267]: config item (null).clock_servo is 0 ptp4l[26251.267]: config item (null).clockClass is 248 ptp4l[26251.267]: config item (null).clockAccuracy is 254 ptp4l[26251.267]: config item (null).offsetScaledLogVariance is 65535 ptp4l[26251.268]: config item (null).productDescription is ';;' ptp4l[26251.268]: config item (null).revisionData is ';;' ptp4l[26251.268]: config item (null).userDescription is '' ptp4l[26251.268]: config item (null).manufacturerIdentity is '00:00:00' ptp4l[26251.268]: config item (null).domainNumber is 0 ptp4l[26251.268]: config item (null).clientOnly is 1 ptp4l[26251.268]: config item (null).gmCapable is 1 ptp4l[26251.268]: config item (null).gmCapable is 1 ptp4l[26251.268]: config item (null).G.8275.defaultDS.localPriority is 128 ptp4l[26251.268]: config item (null).maxStepsRemoved is 255 ptp4l[26251.268]: config item (null).clock_class_threshold is 248 ptp4l[26251.268]: config item (null).time_stamping is 1 ptp4l[26251.268]: config item (null).twoStepFlag is 1 ptp4l[26251.268]: config item (null).twoStepFlag is 1 ptp4l[26251.268]: config item (null).time_stamping is 1 ptp4l[26251.268]: config item (null).priority1 is 248 ptp4l[26251.268]: config item (null).priority2 is 248 ptp4l[26251.268]: interface index 3 is up ptp4l[26251.268]: config item eth0.phc_index is -1 ptp4l[26251.268]: config item (null).free_running is 0 ptp4l[26251.268]: selected /dev/ptp0 as PTP clock ptp4l[26251.268]: config item (null).clockIdentity is '000000.0000.000000' ptp4l[26251.268]: config item (null).uds_address is '/var/run/ptp4l' ptp4l[26251.268]: section item /var/run/ptp4l.announceReceiptTimeout now 0 ptp4l[26251.268]: section item /var/run/ptp4l.delay_mechanism now 0 ptp4l[26251.268]: section item /var/run/ptp4l.network_transport now 0 ptp4l[26251.268]: section item /var/run/ptp4l.delay_filter_length now 1 ptp4l[26251.268]: config item (null).uds_ro_address is '/var/run/ptp4lro' ptp4l[26251.268]: section item /var/run/ptp4lro.announceReceiptTimeout now 0 ptp4l[26251.268]: section item /var/run/ptp4lro.delay_mechanism now 0 ptp4l[26251.268]: section item /var/run/ptp4lro.network_transport now 0 ptp4l[26251.268]: section item /var/run/ptp4lro.delay_filter_length now 1 ptp4l[26251.268]: config item (null).free_running is 0 ptp4l[26251.268]: config item (null).freq_est_interval is 1 ptp4l[26251.268]: config item (null).write_phase_mode is 0 ptp4l[26251.268]: config item (null).gmCapable is 1 ptp4l[26251.268]: config item (null).kernel_leap is 1 ptp4l[26251.268]: config item (null).utc_offset is 37 ptp4l[26251.268]: config item (null).timeSource is 160 ptp4l[26251.268]: config item (null).step_window is 0 ptp4l[26251.268]: config item (null).pi_proportional_const is 0.000000 ptp4l[26251.269]: config item (null).pi_integral_const is 0.000000 ptp4l[26251.269]: config item (null).pi_proportional_scale is 0.000000 ptp4l[26251.269]: config item (null).pi_proportional_exponent is -0.300000 ptp4l[26251.269]: config item (null).pi_proportional_norm_max is 0.700000 ptp4l[26251.269]: config item (null).pi_integral_scale is 0.000000 ptp4l[26251.269]: config item (null).pi_integral_exponent is 0.400000 ptp4l[26251.269]: config item (null).pi_integral_norm_max is 0.300000 ptp4l[26251.269]: config item (null).step_threshold is 1.000000 ptp4l[26251.269]: config item (null).first_step_threshold is 0.000020 ptp4l[26251.269]: config item (null).max_frequency is 900000000 ptp4l[26251.269]: config item (null).servo_offset_threshold is 30 ptp4l[26251.269]: config item (null).servo_num_offset_values is 10 ptp4l[26251.269]: config item (null).dataset_comparison is 0 ptp4l[26251.269]: config item (null).tsproc_mode is 0 ptp4l[26251.269]: config item (null).delay_filter is 1 ptp4l[26251.269]: config item (null).delay_filter_length is 10 ptp4l[26251.269]: config item (null).initial_delay is 0 ptp4l[26251.269]: config item (null).summary_interval is 0 ptp4l[26251.269]: config item (null).sanity_freq_limit is 200000000 ptp4l[26251.269]: PI servo: sync interval 1.000 kp 0.700 ki 0.300000 ptp4l[26251.269]: config item /var/run/ptp4l.phc_index is -1 ptp4l[26251.269]: config item /var/run/ptp4l.boundary_clock_jbod is 0 ptp4l[26251.269]: config item /var/run/ptp4l.serverOnly is 0 ptp4l[26251.269]: config item /var/run/ptp4l.BMCA is 1 ptp4l[26251.269]: config item /var/run/ptp4l.network_transport is 0 ptp4l[26251.269]: config item /var/run/ptp4l.delayAsymmetry is 0 ptp4l[26251.269]: config item /var/run/ptp4l.follow_up_info is 1 ptp4l[26251.269]: config item /var/run/ptp4l.freq_est_interval is 1 ptp4l[26251.269]: config item /var/run/ptp4l.msg_interval_request is 1 ptp4l[26251.269]: config item /var/run/ptp4l.net_sync_monitor is 0 ptp4l[26251.269]: config item /var/run/ptp4l.path_trace_enabled is 1 ptp4l[26251.269]: config item /var/run/ptp4l.tc_spanning_tree is 0 ptp4l[26251.269]: config item /var/run/ptp4l.ingressLatency is 0 ptp4l[26251.269]: config item /var/run/ptp4l.egressLatency is 0 ptp4l[26251.269]: config item /var/run/ptp4l.delay_mechanism is 0 ptp4l[26251.269]: config item /var/run/ptp4l.power_profile.version is 0 ptp4l[26251.269]: config item /var/run/ptp4l.power_profile.grandmasterID is 0 ptp4l[26251.269]: config item /var/run/ptp4l.power_profile.2011.grandmasterTimeInaccuracy is -1 ptp4l[26251.269]: config item /var/run/ptp4l.power_profile.2011.networkTimeInaccuracy is -1 ptp4l[26251.269]: config item /var/run/ptp4l.power_profile.2017.totalTimeInaccuracy is -1 ptp4l[26251.269]: config item /var/run/ptp4l.hybrid_e2e is 0 ptp4l[26251.269]: config item /var/run/ptp4l.fault_badpeernet_interval is 16 ptp4l[26251.269]: config item /var/run/ptp4l.fault_reset_interval is 4 ptp4l[26251.269]: config item /var/run/ptp4l.tsproc_mode is 0 ptp4l[26251.269]: config item /var/run/ptp4l.delay_filter is 1 ptp4l[26251.269]: config item /var/run/ptp4l.delay_filter_length is 1 ptp4l[26251.269]: config item /var/run/ptp4lro.phc_index is -1 ptp4l[26251.269]: config item /var/run/ptp4lro.boundary_clock_jbod is 0 ptp4l[26251.269]: config item /var/run/ptp4lro.serverOnly is 0 ptp4l[26251.269]: config item /var/run/ptp4lro.BMCA is 1 ptp4l[26251.269]: config item /var/run/ptp4lro.network_transport is 0 ptp4l[26251.269]: config item /var/run/ptp4lro.delayAsymmetry is 0 ptp4l[26251.269]: config item /var/run/ptp4lro.follow_up_info is 1 ptp4l[26251.269]: config item /var/run/ptp4lro.freq_est_interval is 1 ptp4l[26251.269]: config item /var/run/ptp4lro.msg_interval_request is 1 ptp4l[26251.269]: config item /var/run/ptp4lro.net_sync_monitor is 0 ptp4l[26251.269]: config item /var/run/ptp4lro.path_trace_enabled is 1 ptp4l[26251.269]: config item /var/run/ptp4lro.tc_spanning_tree is 0 ptp4l[26251.269]: config item /var/run/ptp4lro.ingressLatency is 0 ptp4l[26251.269]: config item /var/run/ptp4lro.egressLatency is 0 ptp4l[26251.269]: config item /var/run/ptp4lro.delay_mechanism is 0 ptp4l[26251.269]: config item /var/run/ptp4lro.power_profile.version is 0 ptp4l[26251.269]: config item /var/run/ptp4lro.power_profile.grandmasterID is 0 ptp4l[26251.269]: config item /var/run/ptp4lro.power_profile.2011.grandmasterTimeInaccuracy is -1 ptp4l[26251.269]: config item /var/run/ptp4lro.power_profile.2011.networkTimeInaccuracy is -1 ptp4l[26251.269]: config item /var/run/ptp4lro.power_profile.2017.totalTimeInaccuracy is -1 ptp4l[26251.269]: config item /var/run/ptp4lro.hybrid_e2e is 0 ptp4l[26251.269]: config item /var/run/ptp4lro.fault_badpeernet_interval is 16 ptp4l[26251.269]: config item /var/run/ptp4lro.fault_reset_interval is 4 ptp4l[26251.269]: config item /var/run/ptp4lro.tsproc_mode is 0 ptp4l[26251.269]: config item /var/run/ptp4lro.delay_filter is 1 ptp4l[26251.269]: config item /var/run/ptp4lro.delay_filter_length is 1 ptp4l[26251.269]: config item (null).slave_event_monitor is '' ptp4l[26251.269]: config item eth0.phc_index is -1 ptp4l[26251.269]: config item eth0.boundary_clock_jbod is 0 ptp4l[26251.269]: config item eth0.serverOnly is 0 ptp4l[26251.269]: config item eth0.BMCA is 1 ptp4l[26251.269]: config item eth0.network_transport is 3 ptp4l[26251.269]: config item eth0.delayAsymmetry is 0 ptp4l[26251.269]: config item eth0.follow_up_info is 1 ptp4l[26251.269]: config item eth0.freq_est_interval is 1 ptp4l[26251.269]: config item eth0.msg_interval_request is 1 ptp4l[26251.269]: config item eth0.net_sync_monitor is 0 ptp4l[26251.269]: config item eth0.path_trace_enabled is 1 ptp4l[26251.269]: config item eth0.tc_spanning_tree is 0 ptp4l[26251.269]: config item eth0.ingressLatency is 0 ptp4l[26251.269]: config item eth0.egressLatency is 0 ptp4l[26251.269]: config item eth0.delay_mechanism is 2 ptp4l[26251.269]: config item eth0.power_profile.version is 0 ptp4l[26251.269]: config item eth0.power_profile.grandmasterID is 0 ptp4l[26251.269]: config item eth0.power_profile.2011.grandmasterTimeInaccuracy is -1 ptp4l[26251.269]: config item eth0.power_profile.2011.networkTimeInaccuracy is -1 ptp4l[26251.269]: config item eth0.power_profile.2017.totalTimeInaccuracy is -1 ptp4l[26251.269]: config item eth0.unicast_master_table is 0 ptp4l[26251.269]: config item eth0.unicast_listen is 0 ptp4l[26251.269]: config item eth0.hybrid_e2e is 0 ptp4l[26251.269]: config item eth0.fault_badpeernet_interval is 16 ptp4l[26251.269]: config item eth0.fault_reset_interval is 4 ptp4l[26251.269]: config item eth0.tsproc_mode is 0 ptp4l[26251.269]: config item eth0.delay_filter is 1 ptp4l[26251.269]: config item eth0.delay_filter_length is 10 ptp4l[26251.269]: config item eth0.logMinDelayReqInterval is 0 ptp4l[26251.269]: config item eth0.logAnnounceInterval is 1 ptp4l[26251.269]: config item eth0.inhibit_announce is 1 ptp4l[26251.269]: config item eth0.ignore_source_id is 1 ptp4l[26251.269]: config item eth0.announceReceiptTimeout is 3 ptp4l[26251.269]: config item eth0.syncReceiptTimeout is 3 ptp4l[26251.269]: config item eth0.transportSpecific is 1 ptp4l[26251.269]: config item eth0.ignore_transport_specific is 0 ptp4l[26251.269]: config item eth0.G.8275.portDS.localPriority is 128 ptp4l[26251.269]: config item eth0.logSyncInterval is -3 ptp4l[26251.269]: config item eth0.operLogSyncInterval is 0 ptp4l[26251.269]: config item eth0.logMinPdelayReqInterval is 0 ptp4l[26251.269]: config item eth0.operLogPdelayReqInterval is 2 ptp4l[26251.269]: config item eth0.neighborPropDelayThresh is 8000 ptp4l[26251.269]: config item eth0.min_neighbor_prop_delay is -20000000 ptp4l[26251.269]: config item eth0.delay_response_timeout is 0 ptp4l[26251.269]: config item eth0.interface_rate_tlv is 0 ptp4l[26251.269]: config item eth0.asCapable is 0 ptp4l[26251.269]: config item eth0.inhibit_delay_req is 0 ptp4l[26251.270]: config item eth0.ptp_dst_mac is '01:80:C2:00:00:0E' ptp4l[26251.270]: config item eth0.p2p_dst_mac is '01:80:C2:00:00:0E' ptp4l[26251.270]: config item global.socket_priority is 0 ptp4l[26251.321]: port 1 (eth0): INITIALIZING to SLAVE on INIT_COMPLETE ptp4l[26251.321]: config item /var/run/ptp4l.logMinDelayReqInterval is 0 ptp4l[26251.321]: config item /var/run/ptp4l.logAnnounceInterval is 1 ptp4l[26251.321]: config item /var/run/ptp4l.inhibit_announce is 1 ptp4l[26251.321]: config item /var/run/ptp4l.ignore_source_id is 1 ptp4l[26251.321]: config item /var/run/ptp4l.announceReceiptTimeout is 0 ptp4l[26251.321]: config item /var/run/ptp4l.syncReceiptTimeout is 3 ptp4l[26251.321]: config item /var/run/ptp4l.transportSpecific is 1 ptp4l[26251.321]: config item /var/run/ptp4l.ignore_transport_specific is 0 ptp4l[26251.321]: config item /var/run/ptp4l.G.8275.portDS.localPriority is 128 ptp4l[26251.321]: config item /var/run/ptp4l.logSyncInterval is -3 ptp4l[26251.321]: config item /var/run/ptp4l.operLogSyncInterval is 0 ptp4l[26251.321]: config item /var/run/ptp4l.logMinPdelayReqInterval is 0 ptp4l[26251.321]: config item /var/run/ptp4l.operLogPdelayReqInterval is 2 ptp4l[26251.321]: config item /var/run/ptp4l.neighborPropDelayThresh is 8000 ptp4l[26251.321]: config item /var/run/ptp4l.min_neighbor_prop_delay is -20000000 ptp4l[26251.321]: config item /var/run/ptp4l.delay_response_timeout is 0 ptp4l[26251.321]: config item /var/run/ptp4l.interface_rate_tlv is 0 ptp4l[26251.321]: config item /var/run/ptp4l.asCapable is 0 ptp4l[26251.321]: config item /var/run/ptp4l.inhibit_delay_req is 0 ptp4l[26251.321]: config item (null).uds_ro_address is '/var/run/ptp4lro' ptp4l[26251.321]: config item (null).uds_address is '/var/run/ptp4l' ptp4l[26251.322]: config item /var/run/ptp4l.uds_file_mode is 432 ptp4l[26251.322]: port 0 (/var/run/ptp4l): INITIALIZING to LISTENING on INIT_COMPLETE ptp4l[26251.322]: config item /var/run/ptp4lro.logMinDelayReqInterval is 0 ptp4l[26251.322]: config item /var/run/ptp4lro.logAnnounceInterval is 1 ptp4l[26251.322]: config item /var/run/ptp4lro.inhibit_announce is 1 ptp4l[26251.322]: config item /var/run/ptp4lro.ignore_source_id is 1 ptp4l[26251.322]: config item /var/run/ptp4lro.announceReceiptTimeout is 0 ptp4l[26251.322]: config item /var/run/ptp4lro.syncReceiptTimeout is 3 ptp4l[26251.322]: config item /var/run/ptp4lro.transportSpecific is 1 ptp4l[26251.322]: config item /var/run/ptp4lro.ignore_transport_specific is 0 ptp4l[26251.322]: config item /var/run/ptp4lro.G.8275.portDS.localPriority is 128 ptp4l[26251.322]: config item /var/run/ptp4lro.logSyncInterval is -3 ptp4l[26251.322]: config item /var/run/ptp4lro.operLogSyncInterval is 0 ptp4l[26251.322]: config item /var/run/ptp4lro.logMinPdelayReqInterval is 0 ptp4l[26251.322]: config item /var/run/ptp4lro.operLogPdelayReqInterval is 2 ptp4l[26251.322]: config item /var/run/ptp4lro.neighborPropDelayThresh is 8000 ptp4l[26251.322]: config item /var/run/ptp4lro.min_neighbor_prop_delay is -20000000 ptp4l[26251.322]: config item /var/run/ptp4lro.delay_response_timeout is 0 ptp4l[26251.322]: config item /var/run/ptp4lro.interface_rate_tlv is 0 ptp4l[26251.322]: config item /var/run/ptp4lro.asCapable is 0 ptp4l[26251.322]: config item /var/run/ptp4lro.inhibit_delay_req is 0 ptp4l[26251.322]: config item (null).uds_ro_address is '/var/run/ptp4lro' ptp4l[26251.322]: config item (null).uds_address is '/var/run/ptp4l' ptp4l[26251.322]: config item /var/run/ptp4lro.uds_ro_file_mode is 438 ptp4l[26251.322]: port 0 (/var/run/ptp4lro): INITIALIZING to LISTENING on INIT_COMPLETE ptp4l[26251.322]: port 1 (eth0): received link status notification ptp4l[26251.322]: interface index 3 is up ptp4l[26251.382]: PI servo: sync interval 0.125 kp 1.306 ki 0.130583 ptp4l[26252.321]: port 1 (eth0): delay timeout ptp4l[26252.323]: port 1 (eth0): peer port id set to 1c697a.fffe.a99e34-1 ptp4l[26252.323]: delay filtered 8905 raw 8905 ptp4l[26253.262]: rms 25054 max 50349 freq +8642 +/- 1995 delay 8905 +/- 0 ptp4l[26253.321]: port 1 (eth0): delay timeout ptp4l[26253.328]: delay filtered 8880 raw 8856 ptp4l[26254.264]: rms 2904 max 3109 freq +4871 +/- 605 delay 8880 +/- 0 ptp4l[26254.322]: port 1 (eth0): delay timeout ptp4l[26254.328]: delay filtered 8905 raw 8924 ptp4l[26255.267]: rms 1722 max 2380 freq +4115 +/- 165 delay 8905 +/- 0 ptp4l[26255.322]: port 1 (eth0): delay timeout ptp4l[26255.332]: delay filtered 8914 raw 8964 ptp4l[26256.271]: rms 521 max 931 freq +4741 +/- 245 delay 8914 +/- 0 ptp4l[26256.322]: port 1 (eth0): delay timeout ptp4l[26256.328]: delay filtered 8906 raw 8906 ptp4l[26257.274]: rms 141 max 206 freq +5405 +/- 135 delay 8906 +/- 0 ptp4l[26257.322]: port 1 (eth0): delay timeout ptp4l[26257.328]: delay filtered 8915 raw 8934 ptp4l[26257.950]: port 1 (eth0): announce timeout ptp4l[26258.085]: port 1 (eth0): received link status notification ptp4l[26258.277]: rms 165 max 208 freq +5638 +/- 28 delay 8915 +/- 0 ptp4l[26258.322]: port 1 (eth0): delay timeout ptp4l[26258.328]: delay filtered 8906 raw 8885 ptp4l[26259.281]: rms 96 max 176 freq +5658 +/- 56 delay 8906 +/- 0 ptp4l[26259.322]: port 1 (eth0): delay timeout ptp4l[26259.328]: delay filtered 8905 raw 8900 ptp4l[26260.285]: rms 36 max 84 freq +5625 +/- 37 delay 8905 +/- 0 ptp4l[26260.323]: port 1 (eth0): delay timeout ptp4l[26260.328]: delay filtered 8906 raw 8927 ptp4l[26261.288]: rms 45 max 77 freq +5542 +/- 44 delay 8906 +/- 0 ptp4l[26261.323]: port 1 (eth0): delay timeout ptp4l[26261.328]: delay filtered 8915 raw 8925 ptp4l[26262.293]: rms 35 max 78 freq +5569 +/- 48 delay 8915 +/- 0 ptp4l[26262.323]: port 1 (eth0): delay timeout ptp4l[26262.332]: delay filtered 8915 raw 8892 ptp4l[26263.296]: rms 45 max 70 freq +5512 +/- 46 delay 8915 +/- 0 ptp4l[26263.323]: port 1 (eth0): delay timeout ptp4l[26263.325]: delay filtered 8915 raw 8882 ptp4l[26264.299]: rms 40 max 62 freq +5562 +/- 52 delay 8915 +/- 0 ptp4l[26264.324]: port 1 (eth0): delay timeout ptp4l[26264.332]: delay filtered 8915 raw 8941 ptp4l[26265.303]: rms 32 max 55 freq +5545 +/- 43 delay 8915 +/- 0 ptp4l[26265.325]: port 1 (eth0): delay timeout ptp4l[26265.332]: delay filtered 8912 raw 8919 ptp4l[26266.306]: rms 30 max 59 freq +5541 +/- 41 delay 8912 +/- 0 ptp4l[26266.325]: port 1 (eth0): delay timeout ptp4l[26266.332]: delay filtered 8922 raw 8932 ptp4l[26267.309]: rms 31 max 71 freq +5539 +/- 42 delay 8922 +/- 0 ptp4l[26267.326]: port 1 (eth0): delay timeout ptp4l[26267.332]: delay filtered 8909 raw 8898 ptp4l[26268.313]: rms 44 max 69 freq +5504 +/- 54 delay 8909 +/- 0 ptp4l[26268.326]: port 1 (eth0): delay timeout ptp4l[26268.332]: delay filtered 8922 raw 8940 ptp4l[26269.316]: rms 32 max 78 freq +5506 +/- 42 delay 8922 +/- 0 ptp4l[26269.326]: port 1 (eth0): delay timeout ptp4l[26269.332]: delay filtered 8926 raw 8945 ptp4l[26270.320]: rms 33 max 47 freq +5517 +/- 46 delay 8926 +/- 0 ptp4l[26270.327]: port 1 (eth0): delay timeout ptp4l[26270.332]: delay filtered 8928 raw 8960 ptp4l[26271.324]: rms 29 max 55 freq +5491 +/- 34 delay 8928 +/- 0 ptp4l[26271.327]: port 1 (eth0): delay timeout ptp4l[26271.328]: delay filtered 8936 raw 8965 ptp4l[26272.327]: rms 37 max 58 freq +5479 +/- 48 delay 8936 +/- 0 ptp4l[26272.327]: port 1 (eth0): delay timeout ptp4l[26272.336]: delay filtered 8936 raw 8920 ptp4l[26273.328]: port 1 (eth0): delay timeout ptp4l[26273.336]: delay filtered 8936 raw 8932 ptp4l[26273.336]: rms 49 max 64 freq +5528 +/- 61 delay 8936 +/- 0 ptp4l[26274.329]: port 1 (eth0): delay timeout ptp4l[26274.336]: delay filtered 8932 raw 8862 ptp4l[26274.336]: rms 33 max 61 freq +5514 +/- 45 delay 8932 +/- 0 ptp4l[26275.329]: port 1 (eth0): delay timeout ptp4l[26275.331]: delay filtered 8936 raw 8940 ptp4l[26275.337]: rms 41 max 78 freq +5480 +/- 51 delay 8936 +/- 0 ptp4l[26276.330]: port 1 (eth0): delay timeout ptp4l[26276.340]: delay filtered 8937 raw 8934 ptp4l[26276.340]: rms 45 max 81 freq +5473 +/- 59 delay 8937 +/- 0 ptp4l[26277.330]: port 1 (eth0): delay timeout ptp4l[26277.336]: delay filtered 8937 raw 8912 ptp4l[26277.344]: rms 39 max 71 freq +5468 +/- 52 delay 8937 +/- 0 ptp4l[26278.330]: port 1 (eth0): delay timeout ptp4l[26278.336]: delay filtered 8933 raw 8928 ptp4l[26278.347]: rms 47 max 73 freq +5495 +/- 63 delay 8933 +/- 0 ptp4l[26279.331]: port 1 (eth0): delay timeout ptp4l[26279.336]: delay filtered 8933 raw 8961 ptp4l[26279.350]: rms 34 max 76 freq +5491 +/- 47 delay 8933 +/- 0 ptp4l[26280.331]: port 1 (eth0): delay timeout ptp4l[26280.340]: delay filtered 8933 raw 8950 ptp4l[26280.354]: rms 31 max 58 freq +5478 +/- 43 delay 8933 +/- 0 ptp4l[26281.332]: port 1 (eth0): delay timeout ptp4l[26281.340]: delay filtered 8930 raw 8904 ptp4l[26281.358]: rms 37 max 48 freq +5490 +/- 51 delay 8930 +/- 0 ptp4l[26282.332]: port 1 (eth0): delay timeout ptp4l[26282.340]: delay filtered 8930 raw 8909 ptp4l[26282.361]: rms 49 max 69 freq +5446 +/- 60 delay 8930 +/- 0 ptp4l[26283.333]: port 1 (eth0): delay timeout ptp4l[26283.340]: delay filtered 8920 raw 8853 ptp4l[26283.365]: rms 39 max 75 freq +5461 +/- 53 delay 8920 +/- 0 ptp4l[26284.334]: port 1 (eth0): delay timeout ptp4l[26284.340]: delay filtered 8920 raw 8900 ptp4l[26284.369]: rms 35 max 71 freq +5504 +/- 38 delay 8920 +/- 0 ptp4l[26285.334]: port 1 (eth0): delay timeout ptp4l[26285.344]: delay filtered 8910 raw 8882 ptp4l[26285.373]: rms 49 max 68 freq +5489 +/- 67 delay 8910 +/- 0 ptp4l[26286.335]: port 1 (eth0): delay timeout ptp4l[26286.340]: delay filtered 8910 raw 8929 ptp4l[26286.376]: rms 38 max 70 freq +5477 +/- 52 delay 8910 +/- 0 ptp4l[26287.336]: port 1 (eth0): delay timeout ptp4l[26287.344]: delay filtered 8906 raw 8872 ptp4l[26287.379]: rms 40 max 72 freq +5519 +/- 47 delay 8906 +/- 0 ptp4l[26288.336]: port 1 (eth0): delay timeout ptp4l[26288.344]: delay filtered 8906 raw 8939 ptp4l[26288.381]: rms 41 max 78 freq +5463 +/- 49 delay 8906 +/- 0 ptp4l[26289.336]: port 1 (eth0): delay timeout ptp4l[26289.344]: delay filtered 8905 raw 8906 ptp4l[26289.385]: rms 49 max 76 freq +5485 +/- 67 delay 8905 +/- 0 ptp4l[26290.336]: port 1 (eth0): delay timeout ptp4l[26290.344]: delay filtered 8905 raw 8968 ptp4l[26290.388]: rms 32 max 47 freq +5496 +/- 44 delay 8905 +/- 0 ptp4l[26291.337]: port 1 (eth0): delay timeout ptp4l[26291.344]: delay filtered 8903 raw 8882 ptp4l[26291.391]: rms 31 max 51 freq +5468 +/- 41 delay 8903 +/- 0 ptp4l[26292.337]: port 1 (eth0): delay timeout ptp4l[26292.344]: delay filtered 8896 raw 8893 ptp4l[26292.394]: rms 21 max 40 freq +5486 +/- 28 delay 8896 +/- 0 ptp4l[26293.338]: port 1 (eth0): delay timeout ptp4l[26293.344]: delay filtered 8903 raw 8957 ptp4l[26293.397]: rms 40 max 74 freq +5495 +/- 54 delay 8903 +/- 0 ptp4l[26294.338]: port 1 (eth0): delay timeout ptp4l[26294.344]: delay filtered 8912 raw 8919 ptp4l[26294.401]: rms 39 max 65 freq +5483 +/- 54 delay 8912 +/- 0 ptp4l[26295.339]: port 1 (eth0): delay timeout ptp4l[26295.344]: delay filtered 8912 raw 8904 ptp4l[26295.405]: rms 38 max 57 freq +5476 +/- 52 delay 8912 +/- 0 ptp4l[26296.339]: port 1 (eth0): delay timeout ptp4l[26296.340]: delay filtered 8905 raw 8882 ptp4l[26296.410]: rms 40 max 65 freq +5504 +/- 54 delay 8905 +/- 0 ptp4l[26297.339]: port 1 (eth0): delay timeout ptp4l[26297.348]: delay filtered 8912 raw 8920 ptp4l[26297.413]: rms 30 max 55 freq +5505 +/- 41 delay 8912 +/- 0 ptp4l[26298.340]: port 1 (eth0): delay timeout ptp4l[26298.348]: delay filtered 8905 raw 8889 ptp4l[26298.416]: rms 53 max 70 freq +5488 +/- 71 delay 8905 +/- 0 ptp4l[26299.340]: port 1 (eth0): delay timeout ptp4l[26299.348]: delay filtered 8905 raw 8907 ptp4l[26299.420]: rms 27 max 39 freq +5533 +/- 26 delay 8905 +/- 0 ptp4l[26300.341]: port 1 (eth0): delay timeout ptp4l[26300.348]: delay filtered 8898 raw 8889 ptp4l[26300.423]: rms 38 max 62 freq +5523 +/- 51 delay 8898 +/- 0 ptp4l[26301.341]: port 1 (eth0): delay timeout ptp4l[26301.348]: delay filtered 8898 raw 8887 ptp4l[26301.426]: rms 31 max 46 freq +5532 +/- 41 delay 8898 +/- 0 ptp4l[26302.341]: port 1 (eth0): delay timeout ptp4l[26302.348]: delay filtered 8905 raw 8987 ptp4l[26302.430]: rms 34 max 76 freq +5511 +/- 46 delay 8905 +/- 0 ptp4l[26303.341]: port 1 (eth0): delay timeout ptp4l[26303.348]: delay filtered 8905 raw 8958 ptp4l[26303.434]: rms 34 max 64 freq +5472 +/- 33 delay 8905 +/- 0 ptp4l[26304.341]: port 1 (eth0): delay timeout ptp4l[26304.343]: delay filtered 8905 raw 8912 ptp4l[26304.437]: rms 52 max 97 freq +5545 +/- 62 delay 8905 +/- 0 ptp4l[26305.342]: port 1 (eth0): delay timeout ptp4l[26305.348]: delay filtered 8909 raw 8942 ptp4l[26305.441]: rms 41 max 58 freq +5525 +/- 56 delay 8909 +/- 0 ptp4l[26306.343]: port 1 (eth0): delay timeout ptp4l[26306.344]: delay filtered 8916 raw 8954 ptp4l[26306.445]: rms 41 max 62 freq +5541 +/- 55 delay 8916 +/- 0 ptp4l[26307.344]: port 1 (eth0): delay timeout ptp4l[26307.352]: delay filtered 8910 raw 8908 ptp4l[26307.449]: rms 43 max 89 freq +5553 +/- 57 delay 8910 +/- 0 ptp4l[26308.344]: port 1 (eth0): delay timeout ptp4l[26308.352]: delay filtered 8910 raw 8889 ptp4l[26308.452]: rms 35 max 61 freq +5542 +/- 48 delay 8910 +/- 0 ptp4l[26309.344]: port 1 (eth0): delay timeout ptp4l[26309.352]: delay filtered 8927 raw 8960 ptp4l[26309.456]: rms 52 max 92 freq +5586 +/- 65 delay 8927 +/- 0 ptp4l[26310.345]: port 1 (eth0): delay timeout ptp4l[26310.352]: delay filtered 8927 raw 8872 ptp4l[26310.460]: rms 40 max 70 freq +5555 +/- 55 delay 8927 +/- 0 ptp4l[26311.345]: port 1 (eth0): delay timeout ptp4l[26311.352]: delay filtered 8927 raw 8865 ptp4l[26311.464]: rms 36 max 57 freq +5573 +/- 49 delay 8927 +/- 0 ptp4l[26312.346]: port 1 (eth0): delay timeout ptp4l[26312.352]: delay filtered 8927 raw 8942 ptp4l[26312.466]: rms 40 max 73 freq +5573 +/- 56 delay 8927 +/- 0 ptp4l[26313.346]: port 1 (eth0): delay timeout ptp4l[26313.352]: delay filtered 8910 raw 8888 ptp4l[26313.470]: rms 40 max 71 freq +5579 +/- 55 delay 8910 +/- 0 ptp4l[26314.347]: port 1 (eth0): delay timeout ptp4l[26314.356]: delay filtered 8918 raw 8929 ptp4l[26314.475]: rms 44 max 70 freq +5582 +/- 61 delay 8918 +/- 0 ptp4l[26315.348]: port 1 (eth0): delay timeout ptp4l[26315.356]: delay filtered 8907 raw 8907 ptp4l[26315.478]: rms 30 max 51 freq +5588 +/- 41 delay 8907 +/- 0 ptp4l[26316.348]: port 1 (eth0): delay timeout ptp4l[26316.356]: delay filtered 8907 raw 8936 ptp4l[26316.481]: rms 37 max 65 freq +5553 +/- 44 delay 8907 +/- 0 ptp4l[26317.348]: port 1 (eth0): delay timeout ptp4l[26317.356]: delay filtered 8905 raw 8904 ptp4l[26317.485]: rms 33 max 59 freq +5619 +/- 31 delay 8905 +/- 0 ptp4l[26318.349]: port 1 (eth0): delay timeout ptp4l[26318.356]: delay filtered 8911 raw 8915 ptp4l[26318.488]: rms 39 max 81 freq +5543 +/- 34 delay 8911 +/- 0 ptp4l[26319.349]: port 1 (eth0): delay timeout ptp4l[26319.360]: delay filtered 8905 raw 8899 ptp4l[26319.492]: rms 27 max 44 freq +5565 +/- 38 delay 8905 +/- 0 ptp4l[26320.349]: port 1 (eth0): delay timeout ptp4l[26320.360]: delay filtered 8905 raw 8875 ptp4l[26320.495]: rms 45 max 69 freq +5592 +/- 59 delay 8905 +/- 0 ptp4l[26321.090]: port 1 (eth0): received link status notification ptp4l[26321.350]: port 1 (eth0): delay timeout ptp4l[26321.356]: delay filtered 8905 raw 8902 ptp4l[26321.499]: rms 50 max 69 freq +5607 +/- 66 delay 8905 +/- 0 ptp4l[26322.350]: port 1 (eth0): delay timeout ptp4l[26322.356]: delay filtered 8903 raw 8888 ptp4l[26322.502]: rms 38 max 65 freq +5609 +/- 50 delay 8903 +/- 0 ptp4l[26323.350]: port 1 (eth0): delay timeout ptp4l[26323.352]: delay filtered 8905 raw 8933 ptp4l[26323.505]: rms 51 max 85 freq +5566 +/- 67 delay 8905 +/- 0 ptp4l[26324.351]: port 1 (eth0): delay timeout ptp4l[26324.356]: delay filtered 8905 raw 8916 ptp4l[26324.509]: rms 48 max 83 freq +5563 +/- 66 delay 8905 +/- 0 ptp4l[26325.351]: port 1 (eth0): delay timeout ptp4l[26325.360]: delay filtered 8909 raw 8984 ptp4l[26325.512]: rms 25 max 35 freq +5566 +/- 35 delay 8909 +/- 0 ptp4l[26326.352]: port 1 (eth0): delay timeout ptp4l[26326.360]: delay filtered 8906 raw 8909 ptp4l[26326.514]: rms 45 max 67 freq +5592 +/- 59 delay 8906 +/- 0 ptp4l[26327.353]: port 1 (eth0): delay timeout ptp4l[26327.354]: delay filtered 8906 raw 8904 ptp4l[26327.517]: rms 20 max 32 freq +5595 +/- 26 delay 8906 +/- 0 ptp4l[26328.353]: port 1 (eth0): delay timeout ptp4l[26328.360]: delay filtered 8906 raw 8920 ptp4l[26328.521]: rms 30 max 69 freq +5584 +/- 41 delay 8906 +/- 0 ptp4l[26329.353]: port 1 (eth0): delay timeout ptp4l[26329.360]: delay filtered 8906 raw 8875 ptp4l[26329.524]: rms 33 max 56 freq +5576 +/- 44 delay 8906 +/- 0 ptp4l[26330.353]: port 1 (eth0): delay timeout ptp4l[26330.360]: delay filtered 8906 raw 8892 ptp4l[26330.529]: rms 42 max 85 freq +5527 +/- 44 delay 8906 +/- 0 ptp4l[26331.354]: port 1 (eth0): delay timeout ptp4l[26331.355]: delay filtered 8906 raw 8875 ptp4l[26331.532]: rms 31 max 56 freq +5554 +/- 42 delay 8906 +/- 0 ptp4l[26332.354]: port 1 (eth0): delay timeout ptp4l[26332.360]: delay filtered 8906 raw 8871 ptp4l[26332.535]: rms 47 max 71 freq +5586 +/- 60 delay 8906 +/- 0 ptp4l[26333.355]: port 1 (eth0): delay timeout ptp4l[26333.364]: delay filtered 8899 raw 8894 ptp4l[26333.540]: rms 24 max 60 freq +5559 +/- 33 delay 8899 +/- 0 ptp4l[26334.041]: PI servo: sync interval 1.000 kp 0.700 ki 0.300000 ptp4l[26334.041]: master offset -53 s2 freq +5515 path delay 8899 ptp4l[26334.356]: port 1 (eth0): delay timeout ptp4l[26334.364]: delay filtered 8899 raw 8952 ptp4l[26335.042]: master offset 49 s2 freq +5602 path delay 8899 ptp4l[26336.042]: master offset -28 s2 freq +5539 path delay 8899 ptp4l[26337.042]: master offset 12 s2 freq +5571 path delay 8899 ptp4l[26338.043]: master offset -5 s2 freq +5557 path delay 8899 ptp4l[26338.356]: port 1 (eth0): delay timeout ptp4l[26338.364]: delay filtered 8899 raw 8949 ptp4l[26339.043]: master offset -13 s2 freq +5548 path delay 8899 ptp4l[26340.044]: master offset -118 s2 freq +5439 path delay 8899 ptp4l[26341.044]: master offset -10 s2 freq +5512 path delay 8899 ptp4l[26342.045]: master offset 40 s2 freq +5559 path delay 8899 ptp4l[26342.357]: port 1 (eth0): delay timeout ptp4l[26342.364]: delay filtered 8899 raw 8928 ptp4l[26343.045]: master offset 17 s2 freq +5548 path delay 8899 ptp4l[26344.046]: master offset -35 s2 freq +5501 path delay 8899 ptp4l[26345.046]: master offset -29 s2 freq +5496 path delay 8899 ptp4l[26346.046]: master offset -127 s2 freq +5390 path delay 8899 ptp4l[26346.358]: port 1 (eth0): delay timeout ptp4l[26346.364]: delay filtered 8893 raw 8849 ptp4l[26347.047]: master offset 49 s2 freq +5527 path delay 8893 ptp4l[26348.047]: master offset -15 s2 freq +5478 path delay 8893 ptp4l[26349.047]: master offset -66 s2 freq +5423 path delay 8893 ptp4l[26350.048]: master offset 48 s2 freq +5517 path delay 8893 ptp4l[26350.359]: port 1 (eth0): delay timeout ptp4l[26350.368]: delay filtered 8893 raw 8932 ptp4l[26351.048]: master offset -94 s2 freq +5389 path delay 8893 ^C-(daniel@daniel-orin1:0)-(298 files:3,9M@linuxptp-latest)-(0 jobs)-(15:23)- -(~/linuxptp-latest:$)-> Right after that try, I restarted Master and Slave and they didn't sync for the whole 5 minutes I waited for. Any suggestions/help would be highly appreciated! BR Daniel Internal _______________________________________________ Linuxptp-users mailing list Linuxptp-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-users