Hi Richard, >>What hardware are you using? I am using Synopsys EtherQOS chip with tegra platform. We have added code in driver to support One step sync. In packet capture, we are seeing timestamp in sync, delay_req and delay_resp packets. As we are seeing timestamp in packets, we are suspecting some missing config from application.
>>Well, you can try increasing tx_timestamp_timeout. I see from your config. that you did not. >> This may be increased ^^^ to 10 or 100. I have updated the cfg file as following, both master and slave has same cfg. [global] # # Default Data Set # twoStepFlag 0 gmCapable 1 priority1 248 priority2 248 domainNumber 0 clockClass 248 clockAccuracy 0xFE offsetScaledLogVariance 0xFFFF free_running 0 freq_est_interval 1 # # Port Data Set # logAnnounceInterval 1 logSyncInterval -3 logMinPdelayReqInterval 0 announceReceiptTimeout 3 syncReceiptTimeout 3 delayAsymmetry 0 fault_reset_interval 4 neighborPropDelayThresh 800 min_neighbor_prop_delay -20000000 # # Run time options # assume_two_step 0 logging_level 6 path_trace_enabled 1 follow_up_info 0 hybrid_e2e 0 tx_timestamp_timeout 1000 use_syslog 1 verbose 0 summary_interval 0 kernel_leap 1 check_fup_sync 0 # # Servo options # pi_proportional_const 0.0 pi_integral_const 0.0 pi_proportional_scale 0.0 pi_proportional_exponent -0.3 pi_proportional_norm_max 0.7 pi_integral_scale 0.0 pi_integral_exponent 0.4 pi_integral_norm_max 0.3 step_threshold 0.0 first_step_threshold 0.00002 max_frequency 900000000 clock_servo pi sanity_freq_limit 200000000 ntpshm_segment 0 # # Transport options # transportSpecific 0x1 ptp_dst_mac 01:1B:19:00:00:00 p2p_dst_mac 01:80:C2:00:00:0E uds_address /var/run/ptp4l # # Default interface options # network_transport L2 delay_mechanism E2E time_stamping onestep tsproc_mode filter delay_filter moving_median delay_filter_length 10 egressLatency 0 ingressLatency 0 boundary_clock_jbod 0 master side command on Host1 ./ptp4l_new -f gPTP.cfg -i eth2 -p /dev/ptp0 -m -E Slave side command on Host2 ./ptp4l_new -f gPTP.cfg -i eth2 -p /dev/ptp0 -m -s -E We are still hitting same issue as mentioned earlier ptp4l_new[20952.513]: port 1: new foreign master 3e1bb6.fffe.353f07-1 ptp4l_new[20956.721]: selected best master clock 3e1bb6.fffe.353f07 ptp4l_new[20956.721]: port 1: LISTENING to UNCALIBRATED on RS_SLAVE ptp4l_new[20959.563]: timed out while polling for tx timestamp ptp4l_new[20959.563]: increasing tx_timestamp_timeout may correct this issue, but it is likely caused by a driver bug ptp4l_new[20959.563]: port 1: send delay request failed ptp4l_new[20959.563]: port 1: UNCALIBRATED to FAULTY on FAULT_DETECTED (FT_UNSPECIFIED) We added below mentioned patch in ptp4l, but still we are not seeing time sync between master and slave device. logs attached from both side. We have also tried default.cfg with suggested config but it is showing totally different behavior. regards, Rakesh Goyal On Mon, Feb 10, 2020 at 7:52 PM Richard Cochran <richardcoch...@gmail.com> wrote: > On Mon, Feb 10, 2020 at 12:56:24PM +0530, rakesh goyal wrote: > > > ptp4l_new[76369.348]: timed out while polling for tx timestamp > > ptp4l_new[76369.348]: increasing tx_timestamp_timeout may correct this > > issue, but it is likely caused by a driver bug > > Well, you can try increasing tx_timestamp_timeout. I see from your > config. that you did not. > > > ptp4l_new[76369.348]: port 1: send delay request failed > > I think you are confused. See that message? It occurs only in E2E > mode, but see below. > > > # Run time options > > # > > assume_two_step 0 > > logging_level 6 > > path_trace_enabled 1 > > follow_up_info 0 > > hybrid_e2e 0 > > tx_timestamp_timeout 1 > > This may be increased ^^^ to 10 or 100. > > What hardware are you using? > > > # Default interface options > > # > > network_transport L2 > > delay_mechanism P2P > > Here you say P2P, but the code is actually running E2E. > > Something doesn't add up. Probably you did not specify the > config. file correctly. > > HTH, > Richard > -- |2/-\1<|=&|-|
ptp4l_new_with_patch[25825.742]: config item (null).assume_two_step is 0 ptp4l_new_with_patch[25825.743]: config item (null).check_fup_sync is 0 ptp4l_new_with_patch[25825.744]: config item (null).tx_timestamp_timeout is 1000 ptp4l_new_with_patch[25825.744]: config item (null).hwts_filter is 0 ptp4l_new_with_patch[25825.744]: config item (null).clock_servo is 0 ptp4l_new_with_patch[25825.745]: config item (null).clock_type is 32768 ptp4l_new_with_patch[25825.745]: config item (null).clock_servo is 0 ptp4l_new_with_patch[25825.746]: config item (null).clockClass is 248 ptp4l_new_with_patch[25825.746]: config item (null).clockAccuracy is 254 ptp4l_new_with_patch[25825.746]: config item (null).offsetScaledLogVariance is 65535 ptp4l_new_with_patch[25825.747]: config item (null).productDescription is ';;' ptp4l_new_with_patch[25825.747]: config item (null).revisionData is ';;' ptp4l_new_with_patch[25825.747]: config item (null).userDescription is '' ptp4l_new_with_patch[25825.748]: config item (null).manufacturerIdentity is '00:00:00' ptp4l_new_with_patch[25825.748]: config item (null).domainNumber is 0 ptp4l_new_with_patch[25825.749]: config item (null).slaveOnly is 0 ptp4l_new_with_patch[25825.749]: config item (null).gmCapable is 1 ptp4l_new_with_patch[25825.749]: config item (null).gmCapable is 1 ptp4l_new_with_patch[25825.749]: config item (null).G.8275.defaultDS.localPriority is 128 ptp4l_new_with_patch[25825.749]: config item (null).maxStepsRemoved is 255 ptp4l_new_with_patch[25825.749]: config item (null).time_stamping is 3 ptp4l_new_with_patch[25825.749]: config item (null).twoStepFlag is 0 ptp4l_new_with_patch[25825.749]: config item (null).twoStepFlag is 0 ptp4l_new_with_patch[25825.749]: config item (null).time_stamping is 3 ptp4l_new_with_patch[25825.749]: config item (null).priority1 is 248 ptp4l_new_with_patch[25825.749]: config item (null).priority2 is 248 ptp4l_new_with_patch[25825.750]: interface index 19 is up ptp4l_new_with_patch[25825.750]: config item (null).free_running is 0 ptp4l_new_with_patch[25825.750]: selected /dev/ptp0 as PTP clock ptp4l_new_with_patch[25825.750]: config item (null).clockIdentity is '000000.0000.000000' ptp4l_new_with_patch[25825.750]: config item (null).uds_address is '/var/run/ptp4l' ptp4l_new_with_patch[25825.750]: section item /var/run/ptp4l.announceReceiptTimeout now 0 ptp4l_new_with_patch[25825.750]: section item /var/run/ptp4l.delay_mechanism now 0 ptp4l_new_with_patch[25825.750]: section item /var/run/ptp4l.network_transport now 0 ptp4l_new_with_patch[25825.750]: section item /var/run/ptp4l.delay_filter_length now 1 ptp4l_new_with_patch[25825.750]: config item (null).free_running is 0 ptp4l_new_with_patch[25825.750]: config item (null).freq_est_interval is 1 ptp4l_new_with_patch[25825.750]: config item (null).gmCapable is 1 ptp4l_new_with_patch[25825.750]: config item (null).kernel_leap is 1 ptp4l_new_with_patch[25825.750]: config item (null).utc_offset is 37 ptp4l_new_with_patch[25825.750]: config item (null).timeSource is 160 ptp4l_new_with_patch[25825.759]: config item (null).pi_proportional_const is 0.000000 ptp4l_new_with_patch[25825.759]: config item (null).pi_integral_const is 0.000000 ptp4l_new_with_patch[25825.759]: config item (null).pi_proportional_scale is 0.000000 ptp4l_new_with_patch[25825.760]: config item (null).pi_proportional_exponent is -0.300000 ptp4l_new_with_patch[25825.760]: config item (null).pi_proportional_norm_max is 0.700000 ptp4l_new_with_patch[25825.760]: config item (null).pi_integral_scale is 0.000000 ptp4l_new_with_patch[25825.760]: config item (null).pi_integral_exponent is 0.400000 ptp4l_new_with_patch[25825.760]: config item (null).pi_integral_norm_max is 0.300000 ptp4l_new_with_patch[25825.760]: config item (null).step_threshold is 0.000000 ptp4l_new_with_patch[25825.760]: config item (null).first_step_threshold is 0.000020 ptp4l_new_with_patch[25825.761]: config item (null).max_frequency is 900000000 ptp4l_new_with_patch[25825.761]: config item (null).servo_offset_threshold is 0 ptp4l_new_with_patch[25825.761]: config item (null).servo_num_offset_values is 10 ptp4l_new_with_patch[25825.761]: config item (null).dataset_comparison is 0 ptp4l_new_with_patch[25825.761]: config item (null).tsproc_mode is 0 ptp4l_new_with_patch[25825.761]: config item (null).delay_filter is 1 ptp4l_new_with_patch[25825.761]: config item (null).delay_filter_length is 10 ptp4l_new_with_patch[25825.761]: config item (null).initial_delay is 0 ptp4l_new_with_patch[25825.762]: config item (null).summary_interval is 0 ptp4l_new_with_patch[25825.762]: config item (null).sanity_freq_limit is 200000000 ptp4l_new_with_patch[25825.762]: PI servo: sync interval 1.000 kp 0.700 ki 0.300000 ptp4l_new_with_patch[25825.762]: config item /var/run/ptp4l.boundary_clock_jbod is 0 ptp4l_new_with_patch[25825.762]: config item /var/run/ptp4l.network_transport is 0 ptp4l_new_with_patch[25825.762]: config item /var/run/ptp4l.masterOnly is 0 ptp4l_new_with_patch[25825.762]: config item /var/run/ptp4l.BMCA is 0 ptp4l_new_with_patch[25825.762]: config item /var/run/ptp4l.delayAsymmetry is 0 ptp4l_new_with_patch[25825.763]: config item /var/run/ptp4l.follow_up_info is 0 ptp4l_new_with_patch[25825.763]: config item /var/run/ptp4l.freq_est_interval is 1 ptp4l_new_with_patch[25825.763]: config item /var/run/ptp4l.net_sync_monitor is 0 ptp4l_new_with_patch[25825.763]: config item /var/run/ptp4l.path_trace_enabled is 1 ptp4l_new_with_patch[25825.763]: config item /var/run/ptp4l.tc_spanning_tree is 0 ptp4l_new_with_patch[25825.763]: config item /var/run/ptp4l.ingressLatency is 0 ptp4l_new_with_patch[25825.764]: config item /var/run/ptp4l.egressLatency is 0 ptp4l_new_with_patch[25825.764]: config item /var/run/ptp4l.delay_mechanism is 0 ptp4l_new_with_patch[25825.764]: config item /var/run/ptp4l.hybrid_e2e is 0 ptp4l_new_with_patch[25825.764]: config item /var/run/ptp4l.fault_badpeernet_interval is 16 ptp4l_new_with_patch[25825.764]: config item /var/run/ptp4l.fault_reset_interval is 4 ptp4l_new_with_patch[25825.764]: config item /var/run/ptp4l.tsproc_mode is 0 ptp4l_new_with_patch[25825.764]: config item /var/run/ptp4l.delay_filter is 1 ptp4l_new_with_patch[25825.764]: config item /var/run/ptp4l.delay_filter_length is 1 ptp4l_new_with_patch[25825.765]: config item eth2.boundary_clock_jbod is 0 ptp4l_new_with_patch[25825.765]: config item eth2.network_transport is 3 ptp4l_new_with_patch[25825.765]: config item eth2.masterOnly is 0 ptp4l_new_with_patch[25825.765]: config item eth2.BMCA is 0 ptp4l_new_with_patch[25825.765]: config item eth2.delayAsymmetry is 0 ptp4l_new_with_patch[25825.765]: config item eth2.follow_up_info is 0 ptp4l_new_with_patch[25825.765]: config item eth2.freq_est_interval is 1 ptp4l_new_with_patch[25825.765]: config item eth2.net_sync_monitor is 0 ptp4l_new_with_patch[25825.766]: config item eth2.path_trace_enabled is 1 ptp4l_new_with_patch[25825.766]: config item eth2.tc_spanning_tree is 0 ptp4l_new_with_patch[25825.766]: config item eth2.ingressLatency is 0 ptp4l_new_with_patch[25825.766]: config item eth2.egressLatency is 0 ptp4l_new_with_patch[25825.766]: config item eth2.delay_mechanism is 1 ptp4l_new_with_patch[25825.766]: config item eth2.unicast_master_table is 0 ptp4l_new_with_patch[25825.766]: config item eth2.unicast_listen is 0 ptp4l_new_with_patch[25825.766]: config item eth2.hybrid_e2e is 0 ptp4l_new_with_patch[25825.767]: config item eth2.fault_badpeernet_interval is 16 ptp4l_new_with_patch[25825.767]: config item eth2.fault_reset_interval is 4 ptp4l_new_with_patch[25825.767]: config item eth2.tsproc_mode is 0 ptp4l_new_with_patch[25825.767]: config item eth2.delay_filter is 1 ptp4l_new_with_patch[25825.767]: config item eth2.delay_filter_length is 10 ptp4l_new_with_patch[25825.767]: config item eth2.logMinDelayReqInterval is 0 ptp4l_new_with_patch[25825.767]: config item eth2.logAnnounceInterval is 1 ptp4l_new_with_patch[25825.767]: config item eth2.inhibit_announce is 0 ptp4l_new_with_patch[25825.768]: config item eth2.ignore_source_id is 0 ptp4l_new_with_patch[25825.768]: config item eth2.announceReceiptTimeout is 3 ptp4l_new_with_patch[25825.768]: config item eth2.syncReceiptTimeout is 3 ptp4l_new_with_patch[25825.768]: config item eth2.transportSpecific is 1 ptp4l_new_with_patch[25825.768]: config item eth2.ignore_transport_specific is 0 ptp4l_new_with_patch[25825.768]: config item eth2.G.8275.portDS.localPriority is 128 ptp4l_new_with_patch[25825.769]: config item eth2.logSyncInterval is -3 ptp4l_new_with_patch[25825.769]: config item eth2.operLogSyncInterval is 0 ptp4l_new_with_patch[25825.769]: config item eth2.logMinPdelayReqInterval is 0 ptp4l_new_with_patch[25825.769]: config item eth2.operLogPdelayReqInterval is 0 ptp4l_new_with_patch[25825.769]: config item eth2.neighborPropDelayThresh is 800 ptp4l_new_with_patch[25825.769]: config item eth2.min_neighbor_prop_delay is -20000000 ptp4l_new_with_patch[25825.769]: config item eth2.asCapable is 1 ptp4l_new_with_patch[25825.769]: config item eth2.inhibit_delay_req is 0 ptp4l_new_with_patch[25825.770]: config item eth2.ptp_dst_mac is '01:1B:19:00:00:00' ptp4l_new_with_patch[25825.770]: config item eth2.p2p_dst_mac is '01:80:C2:00:00:0E' ptp4l_new_with_patch[25825.770]: config item global.socket_priority is 0 ptp4l_new_with_patch[25825.792]: port 1: INITIALIZING to LISTENING on INIT_COMPLETE ptp4l_new_with_patch[25825.792]: config item /var/run/ptp4l.logMinDelayReqInterval is 0 ptp4l_new_with_patch[25825.793]: config item /var/run/ptp4l.logAnnounceInterval is 1 ptp4l_new_with_patch[25825.793]: config item /var/run/ptp4l.inhibit_announce is 0 ptp4l_new_with_patch[25825.793]: config item /var/run/ptp4l.ignore_source_id is 0 ptp4l_new_with_patch[25825.794]: config item /var/run/ptp4l.announceReceiptTimeout is 0 ptp4l_new_with_patch[25825.794]: config item /var/run/ptp4l.syncReceiptTimeout is 3 ptp4l_new_with_patch[25825.794]: config item /var/run/ptp4l.transportSpecific is 1 ptp4l_new_with_patch[25825.794]: config item /var/run/ptp4l.ignore_transport_specific is 0 ptp4l_new_with_patch[25825.794]: config item /var/run/ptp4l.G.8275.portDS.localPriority is 128 ptp4l_new_with_patch[25825.794]: config item /var/run/ptp4l.logSyncInterval is -3 ptp4l_new_with_patch[25825.795]: config item /var/run/ptp4l.operLogSyncInterval is 0 ptp4l_new_with_patch[25825.795]: config item /var/run/ptp4l.logMinPdelayReqInterval is 0 ptp4l_new_with_patch[25825.795]: config item /var/run/ptp4l.operLogPdelayReqInterval is 0 ptp4l_new_with_patch[25825.795]: config item /var/run/ptp4l.neighborPropDelayThresh is 800 ptp4l_new_with_patch[25825.795]: config item /var/run/ptp4l.min_neighbor_prop_delay is -20000000 ptp4l_new_with_patch[25825.795]: config item /var/run/ptp4l.asCapable is 1 ptp4l_new_with_patch[25825.795]: config item /var/run/ptp4l.inhibit_delay_req is 0 ptp4l_new_with_patch[25825.796]: config item (null).uds_address is '/var/run/ptp4l' ptp4l_new_with_patch[25825.796]: port 0: INITIALIZING to LISTENING on INIT_COMPLETE ptp4l_new_with_patch[25825.796]: port 1: received link status notification ptp4l_new_with_patch[25825.796]: interface index 19 is up ptp4l_new_with_patch[25832.375]: port 1: announce timeout ptp4l_new_with_patch[25832.375]: port 1: LISTENING to MASTER on ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES ptp4l_new_with_patch[25832.375]: selected local clock 3e1bb6.fffe.353f07 as best master ptp4l_new_with_patch[25832.375]: port 1: assuming the grand master role ptp4l_new_with_patch[25832.377]: port 1: master tx announce timeout ptp4l_new_with_patch[25832.377]: port 1: setting asCapable ptp4l_new_with_patch[25832.500]: port 1: master sync timeout ptp4l_new_with_patch[25832.625]: port 1: master sync timeout ptp4l_new_with_patch[25832.750]: port 1: master sync timeout ptp4l_new_with_patch[25832.875]: port 1: master sync timeout ptp4l_new_with_patch[25833.000]: port 1: master sync timeout ptp4l_new_with_patch[25833.125]: port 1: master sync timeout ptp4l_new_with_patch[25833.251]: port 1: master sync timeout ptp4l_new_with_patch[25833.376]: port 1: master sync timeout ptp4l_new_with_patch[25833.501]: port 1: master sync timeout ptp4l_new_with_patch[25833.626]: port 1: master sync timeout ptp4l_new_with_patch[25833.751]: port 1: master sync timeout ptp4l_new_with_patch[25833.876]: port 1: master sync timeout ptp4l_new_with_patch[25834.001]: port 1: master sync timeout ptp4l_new_with_patch[25834.126]: port 1: master sync timeout ptp4l_new_with_patch[25834.251]: port 1: master sync timeout ptp4l_new_with_patch[25834.376]: port 1: master sync timeout ptp4l_new_with_patch[25834.377]: port 1: master tx announce timeout ptp4l_new_with_patch[25834.501]: port 1: master sync timeout ptp4l_new_with_patch[25834.626]: port 1: master sync timeout ptp4l_new_with_patch[25834.751]: port 1: master sync timeout ptp4l_new_with_patch[25834.876]: port 1: master sync timeout ptp4l_new_with_patch[25835.001]: port 1: master sync timeout ptp4l_new_with_patch[25835.126]: port 1: master sync timeout ptp4l_new_with_patch[25835.251]: port 1: master sync timeout ptp4l_new_with_patch[25835.376]: port 1: master sync timeout ptp4l_new_with_patch[25835.501]: port 1: master sync timeout ptp4l_new_with_patch[25835.626]: port 1: master sync timeout ptp4l_new_with_patch[25835.751]: port 1: master sync timeout ptp4l_new_with_patch[25835.876]: port 1: master sync timeout ptp4l_new_with_patch[25836.001]: port 1: master sync timeout ptp4l_new_with_patch[25836.127]: port 1: master sync timeout ptp4l_new_with_patch[25836.252]: port 1: master sync timeout ptp4l_new_with_patch[25836.377]: port 1: master sync timeout ptp4l_new_with_patch[25836.378]: port 1: master tx announce timeout ptp4l_new_with_patch[25836.502]: port 1: master sync timeout ptp4l_new_with_patch[25836.627]: port 1: master sync timeout ptp4l_new_with_patch[25836.752]: port 1: master sync timeout ptp4l_new_with_patch[25836.877]: port 1: master sync timeout ptp4l_new_with_patch[25837.002]: port 1: master sync timeout ptp4l_new_with_patch[25837.127]: port 1: master sync timeout ptp4l_new_with_patch[25837.252]: port 1: master sync timeout ptp4l_new_with_patch[25837.377]: port 1: master sync timeout ptp4l_new_with_patch[25837.502]: port 1: master sync timeout ptp4l_new_with_patch[25837.627]: port 1: master sync timeout ptp4l_new_with_patch[25837.752]: port 1: master sync timeout ptp4l_new_with_patch[25837.877]: port 1: master sync timeout ptp4l_new_with_patch[25838.002]: port 1: master sync timeout ptp4l_new_with_patch[25838.127]: port 1: master sync timeout ptp4l_new_with_patch[25838.252]: port 1: master sync timeout ptp4l_new_with_patch[25838.377]: port 1: master sync timeout ptp4l_new_with_patch[25838.378]: port 1: master tx announce timeout ptp4l_new_with_patch[25838.502]: port 1: master sync timeout ptp4l_new_with_patch[25838.627]: port 1: master sync timeout ptp4l_new_with_patch[25838.752]: port 1: master sync timeout ptp4l_new_with_patch[25838.878]: port 1: master sync timeout ptp4l_new_with_patch[25839.003]: port 1: master sync timeout ptp4l_new_with_patch[25839.128]: port 1: master sync timeout ptp4l_new_with_patch[25839.253]: port 1: master sync timeout ptp4l_new_with_patch[25839.378]: port 1: master sync timeout ptp4l_new_with_patch[25839.503]: port 1: master sync timeout ptp4l_new_with_patch[25839.628]: port 1: master sync timeout ptp4l_new_with_patch[25839.753]: port 1: master sync timeout ptp4l_new_with_patch[25839.878]: port 1: master sync timeout ptp4l_new_with_patch[25840.003]: port 1: master sync timeout ptp4l_new_with_patch[25840.128]: port 1: master sync timeout ptp4l_new_with_patch[25840.253]: port 1: master sync timeout ptp4l_new_with_patch[25840.378]: port 1: master tx announce timeout ptp4l_new_with_patch[25840.378]: port 1: master sync timeout ptp4l_new_with_patch[25840.503]: port 1: master sync timeout ptp4l_new_with_patch[25840.628]: port 1: master sync timeout ptp4l_new_with_patch[25840.753]: port 1: master sync timeout ptp4l_new_with_patch[25840.878]: port 1: master sync timeout ptp4l_new_with_patch[25841.003]: port 1: master sync timeout ptp4l_new_with_patch[25841.128]: port 1: master sync timeout ptp4l_new_with_patch[25841.253]: port 1: master sync timeout ptp4l_new_with_patch[25841.378]: port 1: master sync timeout ptp4l_new_with_patch[25841.504]: port 1: master sync timeout ptp4l_new_with_patch[25841.629]: port 1: master sync timeout ptp4l_new_with_patch[25841.754]: port 1: master sync timeout ptp4l_new_with_patch[25841.879]: port 1: master sync timeout ptp4l_new_with_patch[25842.004]: port 1: master sync timeout ptp4l_new_with_patch[25842.129]: port 1: master sync timeout ptp4l_new_with_patch[25842.254]: port 1: master sync timeout ptp4l_new_with_patch[25842.378]: port 1: master tx announce timeout ptp4l_new_with_patch[25842.379]: port 1: master sync timeout ptp4l_new_with_patch[25842.504]: port 1: master sync timeout ptp4l_new_with_patch[25842.629]: port 1: master sync timeout ptp4l_new_with_patch[25842.754]: port 1: master sync timeout ptp4l_new_with_patch[25842.879]: port 1: master sync timeout ptp4l_new_with_patch[25843.004]: port 1: master sync timeout ptp4l_new_with_patch[25843.129]: port 1: master sync timeout ptp4l_new_with_patch[25843.254]: port 1: master sync timeout ptp4l_new_with_patch[25843.379]: port 1: master sync timeout ptp4l_new_with_patch[25843.504]: port 1: master sync timeout ptp4l_new_with_patch[25843.629]: port 1: master sync timeout ptp4l_new_with_patch[25843.754]: port 1: master sync timeout ptp4l_new_with_patch[25843.879]: port 1: master sync timeout ptp4l_new_with_patch[25844.004]: port 1: master sync timeout ptp4l_new_with_patch[25844.129]: port 1: master sync timeout ptp4l_new_with_patch[25844.254]: port 1: master sync timeout ptp4l_new_with_patch[25844.378]: port 1: master tx announce timeout ptp4l_new_with_patch[25844.380]: port 1: master sync timeout ptp4l_new_with_patch[25844.505]: port 1: master sync timeout ptp4l_new_with_patch[25844.630]: port 1: master sync timeout ptp4l_new_with_patch[25844.755]: port 1: master sync timeout ptp4l_new_with_patch[25844.880]: port 1: master sync timeout ptp4l_new_with_patch[25845.005]: port 1: master sync timeout ptp4l_new_with_patch[25845.130]: port 1: master sync timeout ptp4l_new_with_patch[25845.255]: port 1: master sync timeout ptp4l_new_with_patch[25845.380]: port 1: master sync timeout ptp4l_new_with_patch[25845.505]: port 1: master sync timeout ptp4l_new_with_patch[25845.630]: port 1: master sync timeout ptp4l_new_with_patch[25845.755]: port 1: master sync timeout ptp4l_new_with_patch[25845.880]: port 1: master sync timeout ptp4l_new_with_patch[25846.005]: port 1: master sync timeout ptp4l_new_with_patch[25846.130]: port 1: master sync timeout ptp4l_new_with_patch[25846.255]: port 1: master sync timeout ptp4l_new_with_patch[25846.378]: port 1: master tx announce timeout ptp4l_new_with_patch[25846.380]: port 1: master sync timeout ptp4l_new_with_patch[25846.505]: port 1: master sync timeout ptp4l_new_with_patch[25846.630]: port 1: master sync timeout ptp4l_new_with_patch[25846.755]: port 1: master sync timeout ptp4l_new_with_patch[25846.880]: port 1: master sync timeout ptp4l_new_with_patch[25847.005]: port 1: master sync timeout ptp4l_new_with_patch[25847.130]: port 1: master sync timeout ptp4l_new_with_patch[25847.256]: port 1: master sync timeout ptp4l_new_with_patch[25847.381]: port 1: master sync timeout ptp4l_new_with_patch[25847.506]: port 1: master sync timeout ptp4l_new_with_patch[25847.631]: port 1: master sync timeout ptp4l_new_with_patch[25847.756]: port 1: master sync timeout ptp4l_new_with_patch[25847.881]: port 1: master sync timeout ptp4l_new_with_patch[25848.006]: port 1: master sync timeout ptp4l_new_with_patch[25848.131]: port 1: master sync timeout ptp4l_new_with_patch[25848.256]: port 1: master sync timeout ptp4l_new_with_patch[25848.378]: port 1: master tx announce timeout ptp4l_new_with_patch[25848.381]: port 1: master sync timeout ptp4l_new_with_patch[25848.506]: port 1: master sync timeout ptp4l_new_with_patch[25848.631]: port 1: master sync timeout ptp4l_new_with_patch[25848.756]: port 1: master sync timeout ptp4l_new_with_patch[25848.881]: port 1: master sync timeout ptp4l_new_with_patch[25849.006]: port 1: master sync timeout ptp4l_new_with_patch[25849.131]: port 1: master sync timeout ptp4l_new_with_patch[25849.256]: port 1: master sync timeout ptp4l_new_with_patch[25849.381]: port 1: master sync timeout ptp4l_new_with_patch[25849.506]: port 1: master sync timeout ptp4l_new_with_patch[25849.631]: port 1: master sync timeout ptp4l_new_with_patch[25849.756]: port 1: master sync timeout ptp4l_new_with_patch[25849.881]: port 1: master sync timeout ptp4l_new_with_patch[25850.006]: port 1: master sync timeout ptp4l_new_with_patch[25850.132]: port 1: master sync timeout ptp4l_new_with_patch[25850.257]: port 1: master sync timeout ptp4l_new_with_patch[25850.378]: port 1: master tx announce timeout ptp4l_new_with_patch[25850.382]: port 1: master sync timeout ptp4l_new_with_patch[25850.507]: port 1: master sync timeout ptp4l_new_with_patch[25850.632]: port 1: master sync timeout ptp4l_new_with_patch[25850.757]: port 1: master sync timeout ptp4l_new_with_patch[25850.882]: port 1: master sync timeout ptp4l_new_with_patch[25851.007]: port 1: master sync timeout ptp4l_new_with_patch[25851.132]: port 1: master sync timeout ptp4l_new_with_patch[25851.257]: port 1: master sync timeout ptp4l_new_with_patch[25851.382]: port 1: master sync timeout ptp4l_new_with_patch[25851.507]: port 1: master sync timeout ptp4l_new_with_patch[25851.632]: port 1: master sync timeout ptp4l_new_with_patch[25851.757]: port 1: master sync timeout ptp4l_new_with_patch[25851.882]: port 1: master sync timeout ptp4l_new_with_patch[25852.007]: port 1: master sync timeout ptp4l_new_with_patch[25852.132]: port 1: master sync timeout ptp4l_new_with_patch[25852.257]: port 1: master sync timeout ptp4l_new_with_patch[25852.378]: port 1: master tx announce timeout ptp4l_new_with_patch[25852.382]: port 1: master sync timeout ptp4l_new_with_patch[25852.507]: port 1: master sync timeout ptp4l_new_with_patch[25852.633]: port 1: master sync timeout ptp4l_new_with_patch[25852.758]: port 1: master sync timeout ptp4l_new_with_patch[25852.883]: port 1: master sync timeout ptp4l_new_with_patch[25853.008]: port 1: master sync timeout ptp4l_new_with_patch[25853.133]: port 1: master sync timeout ptp4l_new_with_patch[25853.258]: port 1: master sync timeout ptp4l_new_with_patch[25853.383]: port 1: master sync timeout ptp4l_new_with_patch[25853.508]: port 1: master sync timeout ptp4l_new_with_patch[25853.633]: port 1: master sync timeout ptp4l_new_with_patch[25853.758]: port 1: master sync timeout ptp4l_new_with_patch[25853.883]: port 1: master sync timeout ptp4l_new_with_patch[25854.008]: port 1: master sync timeout ptp4l_new_with_patch[25854.133]: port 1: master sync timeout ptp4l_new_with_patch[25854.258]: port 1: master sync timeout ptp4l_new_with_patch[25854.378]: port 1: master tx announce timeout ptp4l_new_with_patch[25854.383]: port 1: master sync timeout ptp4l_new_with_patch[25854.508]: port 1: master sync timeout ptp4l_new_with_patch[25854.633]: port 1: master sync timeout ptp4l_new_with_patch[25854.758]: port 1: master sync timeout ptp4l_new_with_patch[25854.883]: port 1: master sync timeout ptp4l_new_with_patch[25855.008]: port 1: master sync timeout ptp4l_new_with_patch[25855.133]: port 1: master sync timeout ptp4l_new_with_patch[25855.258]: port 1: master sync timeout
ptp4l_new_with_patch[22709.173]: config item (null).assume_two_step is 0 ptp4l_new_with_patch[22709.174]: config item (null).check_fup_sync is 0 ptp4l_new_with_patch[22709.174]: config item (null).tx_timestamp_timeout is 1000 ptp4l_new_with_patch[22709.174]: config item (null).hwts_filter is 0 ptp4l_new_with_patch[22709.175]: config item (null).clock_servo is 0 ptp4l_new_with_patch[22709.175]: config item (null).clock_type is 32768 ptp4l_new_with_patch[22709.175]: config item (null).clock_servo is 0 ptp4l_new_with_patch[22709.176]: config item (null).clockClass is 248 ptp4l_new_with_patch[22709.176]: config item (null).clockAccuracy is 254 ptp4l_new_with_patch[22709.176]: config item (null).offsetScaledLogVariance is 65535 ptp4l_new_with_patch[22709.177]: config item (null).productDescription is ';;' ptp4l_new_with_patch[22709.177]: config item (null).revisionData is ';;' ptp4l_new_with_patch[22709.178]: config item (null).userDescription is '' ptp4l_new_with_patch[22709.178]: config item (null).manufacturerIdentity is '00:00:00' ptp4l_new_with_patch[22709.178]: config item (null).domainNumber is 0 ptp4l_new_with_patch[22709.179]: config item (null).slaveOnly is 1 ptp4l_new_with_patch[22709.179]: config item (null).gmCapable is 1 ptp4l_new_with_patch[22709.179]: config item (null).gmCapable is 1 ptp4l_new_with_patch[22709.180]: config item (null).G.8275.defaultDS.localPriority is 128 ptp4l_new_with_patch[22709.180]: config item (null).maxStepsRemoved is 255 ptp4l_new_with_patch[22709.180]: config item (null).time_stamping is 3 ptp4l_new_with_patch[22709.180]: config item (null).twoStepFlag is 0 ptp4l_new_with_patch[22709.180]: config item (null).twoStepFlag is 0 ptp4l_new_with_patch[22709.180]: config item (null).time_stamping is 3 ptp4l_new_with_patch[22709.180]: config item (null).priority1 is 248 ptp4l_new_with_patch[22709.180]: config item (null).priority2 is 248 ptp4l_new_with_patch[22709.180]: interface index 7 is up ptp4l_new_with_patch[22709.180]: config item (null).free_running is 0 ptp4l_new_with_patch[22709.180]: selected /dev/ptp0 as PTP clock ptp4l_new_with_patch[22709.180]: config item (null).clockIdentity is '000000.0000.000000' ptp4l_new_with_patch[22709.180]: config item (null).uds_address is '/var/run/ptp4l' ptp4l_new_with_patch[22709.180]: section item /var/run/ptp4l.announceReceiptTimeout now 0 ptp4l_new_with_patch[22709.180]: section item /var/run/ptp4l.delay_mechanism now 0 ptp4l_new_with_patch[22709.180]: section item /var/run/ptp4l.network_transport now 0 ptp4l_new_with_patch[22709.180]: section item /var/run/ptp4l.delay_filter_length now 1 ptp4l_new_with_patch[22709.180]: config item (null).free_running is 0 ptp4l_new_with_patch[22709.180]: config item (null).freq_est_interval is 1 ptp4l_new_with_patch[22709.180]: config item (null).gmCapable is 1 ptp4l_new_with_patch[22709.180]: config item (null).kernel_leap is 1 ptp4l_new_with_patch[22709.180]: config item (null).utc_offset is 37 ptp4l_new_with_patch[22709.180]: config item (null).timeSource is 160 ptp4l_new_with_patch[22709.182]: config item (null).pi_proportional_const is 0.000000 ptp4l_new_with_patch[22709.182]: config item (null).pi_integral_const is 0.000000 ptp4l_new_with_patch[22709.182]: config item (null).pi_proportional_scale is 0.000000 ptp4l_new_with_patch[22709.182]: config item (null).pi_proportional_exponent is -0.300000 ptp4l_new_with_patch[22709.182]: config item (null).pi_proportional_norm_max is 0.700000 ptp4l_new_with_patch[22709.182]: config item (null).pi_integral_scale is 0.000000 ptp4l_new_with_patch[22709.182]: config item (null).pi_integral_exponent is 0.400000 ptp4l_new_with_patch[22709.182]: config item (null).pi_integral_norm_max is 0.300000 ptp4l_new_with_patch[22709.182]: config item (null).step_threshold is 0.000000 ptp4l_new_with_patch[22709.182]: config item (null).first_step_threshold is 0.000020 ptp4l_new_with_patch[22709.182]: config item (null).max_frequency is 900000000 ptp4l_new_with_patch[22709.182]: config item (null).servo_offset_threshold is 0 ptp4l_new_with_patch[22709.182]: config item (null).servo_num_offset_values is 10 ptp4l_new_with_patch[22709.182]: config item (null).dataset_comparison is 0 ptp4l_new_with_patch[22709.182]: config item (null).tsproc_mode is 0 ptp4l_new_with_patch[22709.182]: config item (null).delay_filter is 1 ptp4l_new_with_patch[22709.182]: config item (null).delay_filter_length is 10 ptp4l_new_with_patch[22709.183]: config item (null).initial_delay is 0 ptp4l_new_with_patch[22709.183]: config item (null).summary_interval is 0 ptp4l_new_with_patch[22709.183]: config item (null).sanity_freq_limit is 200000000 ptp4l_new_with_patch[22709.183]: PI servo: sync interval 1.000 kp 0.700 ki 0.300000 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.boundary_clock_jbod is 0 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.network_transport is 0 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.masterOnly is 0 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.BMCA is 0 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.delayAsymmetry is 0 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.follow_up_info is 0 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.freq_est_interval is 1 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.net_sync_monitor is 0 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.path_trace_enabled is 1 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.tc_spanning_tree is 0 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.ingressLatency is 0 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.egressLatency is 0 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.delay_mechanism is 0 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.hybrid_e2e is 0 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.fault_badpeernet_interval is 16 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.fault_reset_interval is 4 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.tsproc_mode is 0 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.delay_filter is 1 ptp4l_new_with_patch[22709.183]: config item /var/run/ptp4l.delay_filter_length is 1 ptp4l_new_with_patch[22709.183]: config item eth2.boundary_clock_jbod is 0 ptp4l_new_with_patch[22709.183]: config item eth2.network_transport is 3 ptp4l_new_with_patch[22709.183]: config item eth2.masterOnly is 0 ptp4l_new_with_patch[22709.183]: config item eth2.BMCA is 0 ptp4l_new_with_patch[22709.183]: config item eth2.delayAsymmetry is 0 ptp4l_new_with_patch[22709.183]: config item eth2.follow_up_info is 0 ptp4l_new_with_patch[22709.183]: config item eth2.freq_est_interval is 1 ptp4l_new_with_patch[22709.183]: config item eth2.net_sync_monitor is 0 ptp4l_new_with_patch[22709.183]: config item eth2.path_trace_enabled is 1 ptp4l_new_with_patch[22709.183]: config item eth2.tc_spanning_tree is 0 ptp4l_new_with_patch[22709.183]: config item eth2.ingressLatency is 0 ptp4l_new_with_patch[22709.183]: config item eth2.egressLatency is 0 ptp4l_new_with_patch[22709.183]: config item eth2.delay_mechanism is 1 ptp4l_new_with_patch[22709.183]: config item eth2.unicast_master_table is 0 ptp4l_new_with_patch[22709.183]: config item eth2.unicast_listen is 0 ptp4l_new_with_patch[22709.183]: config item eth2.hybrid_e2e is 0 ptp4l_new_with_patch[22709.183]: config item eth2.fault_badpeernet_interval is 16 ptp4l_new_with_patch[22709.183]: config item eth2.fault_reset_interval is 4 ptp4l_new_with_patch[22709.183]: config item eth2.tsproc_mode is 0 ptp4l_new_with_patch[22709.183]: config item eth2.delay_filter is 1 ptp4l_new_with_patch[22709.183]: config item eth2.delay_filter_length is 10 ptp4l_new_with_patch[22709.183]: config item eth2.logMinDelayReqInterval is 0 ptp4l_new_with_patch[22709.183]: config item eth2.logAnnounceInterval is 1 ptp4l_new_with_patch[22709.183]: config item eth2.inhibit_announce is 0 ptp4l_new_with_patch[22709.183]: config item eth2.ignore_source_id is 0 ptp4l_new_with_patch[22709.183]: config item eth2.announceReceiptTimeout is 3 ptp4l_new_with_patch[22709.183]: config item eth2.syncReceiptTimeout is 3 ptp4l_new_with_patch[22709.183]: config item eth2.transportSpecific is 1 ptp4l_new_with_patch[22709.183]: config item eth2.ignore_transport_specific is 0 ptp4l_new_with_patch[22709.183]: config item eth2.G.8275.portDS.localPriority is 128 ptp4l_new_with_patch[22709.196]: config item eth2.logSyncInterval is -3 ptp4l_new_with_patch[22709.196]: config item eth2.operLogSyncInterval is 0 ptp4l_new_with_patch[22709.196]: config item eth2.logMinPdelayReqInterval is 0 ptp4l_new_with_patch[22709.196]: config item eth2.operLogPdelayReqInterval is 0 ptp4l_new_with_patch[22709.196]: config item eth2.neighborPropDelayThresh is 800 ptp4l_new_with_patch[22709.197]: config item eth2.min_neighbor_prop_delay is -20000000 ptp4l_new_with_patch[22709.197]: config item eth2.asCapable is 1 ptp4l_new_with_patch[22709.197]: config item eth2.inhibit_delay_req is 0 ptp4l_new_with_patch[22709.197]: config item eth2.ptp_dst_mac is '01:1B:19:00:00:00' ptp4l_new_with_patch[22709.197]: config item eth2.p2p_dst_mac is '01:80:C2:00:00:0E' ptp4l_new_with_patch[22709.197]: config item global.socket_priority is 0 ptp4l_new_with_patch[22709.216]: port 1: INITIALIZING to LISTENING on INIT_COMPLETE ptp4l_new_with_patch[22709.216]: config item /var/run/ptp4l.logMinDelayReqInterval is 0 ptp4l_new_with_patch[22709.217]: config item /var/run/ptp4l.logAnnounceInterval is 1 ptp4l_new_with_patch[22709.217]: config item /var/run/ptp4l.inhibit_announce is 0 ptp4l_new_with_patch[22709.217]: config item /var/run/ptp4l.ignore_source_id is 0 ptp4l_new_with_patch[22709.217]: config item /var/run/ptp4l.announceReceiptTimeout is 0 ptp4l_new_with_patch[22709.218]: config item /var/run/ptp4l.syncReceiptTimeout is 3 ptp4l_new_with_patch[22709.218]: config item /var/run/ptp4l.transportSpecific is 1 ptp4l_new_with_patch[22709.218]: config item /var/run/ptp4l.ignore_transport_specific is 0 ptp4l_new_with_patch[22709.218]: config item /var/run/ptp4l.G.8275.portDS.localPriority is 128 ptp4l_new_with_patch[22709.219]: config item /var/run/ptp4l.logSyncInterval is -3 ptp4l_new_with_patch[22709.219]: config item /var/run/ptp4l.operLogSyncInterval is 0 ptp4l_new_with_patch[22709.219]: config item /var/run/ptp4l.logMinPdelayReqInterval is 0 ptp4l_new_with_patch[22709.219]: config item /var/run/ptp4l.operLogPdelayReqInterval is 0 ptp4l_new_with_patch[22709.219]: config item /var/run/ptp4l.neighborPropDelayThresh is 800 ptp4l_new_with_patch[22709.219]: config item /var/run/ptp4l.min_neighbor_prop_delay is -20000000 ptp4l_new_with_patch[22709.219]: config item /var/run/ptp4l.asCapable is 1 ptp4l_new_with_patch[22709.219]: config item /var/run/ptp4l.inhibit_delay_req is 0 ptp4l_new_with_patch[22709.220]: config item (null).uds_address is '/var/run/ptp4l' ptp4l_new_with_patch[22709.220]: port 0: INITIALIZING to LISTENING on INIT_COMPLETE ptp4l_new_with_patch[22709.220]: port 1: received link status notification ptp4l_new_with_patch[22709.220]: interface index 7 is up ptp4l_new_with_patch[22709.222]: port 1: setting asCapable ptp4l_new_with_patch[22709.222]: port 1: new foreign master 3e1bb6.fffe.353f07-1 ptp4l_new_with_patch[22713.912]: selected best master clock 3e1bb6.fffe.353f07 ptp4l_new_with_patch[22713.912]: port 1: LISTENING to UNCALIBRATED on RS_SLAVE ptp4l_new_with_patch[22714.054]: PI servo: sync interval 0.125 kp 1.306 ki 0.130583 ptp4l_new_with_patch[22715.253]: port 1: delay timeout ptp4l_new_with_patch[22715.713]: port 1: delay timeout ptp4l_new_with_patch[22716.974]: port 1: delay timeout ptp4l_new_with_patch[22717.099]: port 1: delay timeout ptp4l_new_with_patch[22718.475]: port 1: delay timeout ptp4l_new_with_patch[22719.772]: port 1: delay timeout ptp4l_new_with_patch[22720.355]: port 1: delay timeout ptp4l_new_with_patch[22721.621]: port 1: delay timeout ptp4l_new_with_patch[22723.114]: port 1: delay timeout ptp4l_new_with_patch[22723.689]: port 1: delay timeout ptp4l_new_with_patch[22725.395]: port 1: delay timeout ptp4l_new_with_patch[22725.781]: port 1: delay timeout ptp4l_new_with_patch[22725.861]: port 1: delay timeout ptp4l_new_with_patch[22727.029]: port 1: delay timeout ptp4l_new_with_patch[22728.187]: port 1: delay timeout ptp4l_new_with_patch[22729.248]: port 1: delay timeout ptp4l_new_with_patch[22729.587]: port 1: delay timeout ptp4l_new_with_patch[22731.216]: port 1: delay timeout ptp4l_new_with_patch[22732.415]: port 1: delay timeout ptp4l_new_with_patch[22732.454]: port 1: delay timeout
_______________________________________________ Linuxptp-users mailing list Linuxptp-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-users