Thread: [Linuxptp-users] Having trouble getting ptp4l to work with G.8275.2 profile and Trimble GM200 Grand
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Hutchinson, B. <Bri...@L3...> - 2019-10-02 13:43:07
|
Hi, I was able to get linuxptp 2.0 working with Trimble GM200 Grand Master using generic 1588 profile but I really need to use the G.8275.2 profile and am having trouble getting anything to happen. It first I was using linuxptp v1.8 and it doesn't look like that version supported the G.8275 profiles but v2.0 does. I have a NXP i.mx8 running a Yocto build of core-image-base with linuxptp and some other packages added in. I've looked at the sample configs, namely default and G.8275.2 and my config is basically default plus the settings from G.8275.2. Here is what I have so far: root@imx8mmevk:/etc# cat ptp4l.conf [global] # # Default Data Set # twoStepFlag 1 slaveOnly 0 priority1 128 priority2 128 domainNumber 0 #utc_offset 37 clockClass 248 clockAccuracy 0xFE offsetScaledLogVariance 0xFFFF free_running 0 freq_est_interval 1 dscp_event 0 dscp_general 0 #dataset_comparison ieee1588 #for G.8275.1 dataset_comparison G.8275.x G.8275.defaultDS.localPriority 128 # # Port Data Set # logAnnounceInterval 1 logSyncInterval 0 logMinDelayReqInterval 0 logMinPdelayReqInterval 0 announceReceiptTimeout 3 syncReceiptTimeout 0 delayAsymmetry 0 fault_reset_interval 4 neighborPropDelayThresh 20000000 masterOnly 0 G.8275.portDS.localPriority 128 # # Run time options # assume_two_step 0 logging_level 6 path_trace_enabled 0 follow_up_info 0 hybrid_e2e 0 inhibit_multicast_service 0 net_sync_monitor 0 tc_spanning_tree 0 tx_timestamp_timeout 1 unicast_listen 0 unicast_master_table 0 unicast_req_duration 3600 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 0x0 ptp_dst_mac 01:1B:19:00:00:00 p2p_dst_mac 01:80:C2:00:00:0E udp_ttl 1 udp6_scope 0x0E uds_address /var/run/ptp4l # # Default interface options # clock_type OC network_transport UDPv4 delay_mechanism E2E time_stamping hardware tsproc_mode filter delay_filter moving_median delay_filter_length 10 egressLatency 0 ingressLatency 0 boundary_clock_jbod 0 # # Clock description # productDescription ;; revisionData ;; manufacturerIdentity 00:00:00 userDescription ; timeSource 0xA0 I'm starting ptp4l with the following: ptp4l -p /dev/ptp0 -i eth0 -f /etc/ptp4l.conf -m -q -l 7 -H -s ptp4l[88375.278]: config item (null).assume_two_step is 0 ptp4l[88375.278]: config item (null).check_fup_sync is 0 ptp4l[88375.278]: config item (null).tx_timestamp_timeout is 1 ptp4l[88375.278]: config item (null).clock_servo is 0 ptp4l[88375.278]: config item (null).clock_type is 32768 ptp4l[88375.278]: config item (null).clock_servo is 0 ptp4l[88375.278]: config item (null).clockClass is 248 ptp4l[88375.279]: config item (null).clockAccuracy is 254 ptp4l[88375.279]: config item (null).offsetScaledLogVariance is 65535 ptp4l[88375.279]: config item (null).productDescription is ';;' ptp4l[88375.279]: config item (null).revisionData is ';;' ptp4l[88375.279]: config item (null).userDescription is ';' ptp4l[88375.279]: config item (null).manufacturerIdentity is '00:00:00' ptp4l[88375.279]: config item (null).domainNumber is 0 ptp4l[88375.279]: config item (null).slaveOnly is 1 ptp4l[88375.279]: config item (null).gmCapable is 1 ptp4l[88375.279]: config item (null).gmCapable is 1 ptp4l[88375.279]: config item (null).G.8275.defaultDS.localPriority is 128 ptp4l[88375.279]: config item (null).time_stamping is 1 ptp4l[88375.279]: config item (null).twoStepFlag is 1 ptp4l[88375.279]: config item (null).twoStepFlag is 1 ptp4l[88375.279]: config item (null).time_stamping is 1 ptp4l[88375.279]: config item (null).priority1 is 128 ptp4l[88375.279]: config item (null).priority2 is 128 ptp4l[88375.279]: interface index 2 is up ptp4l[88375.279]: config item (null).free_running is 0 ptp4l[88375.279]: selected /dev/ptp0 as PTP clock ptp4l[88375.279]: config item (null).uds_address is '/var/run/ptp4l' ptp4l[88375.279]: section item /var/run/ptp4l.announceReceiptTimeout now 0 ptp4l[88375.279]: section item /var/run/ptp4l.delay_mechanism now 0 ptp4l[88375.279]: section item /var/run/ptp4l.network_transport now 0 ptp4l[88375.279]: section item /var/run/ptp4l.delay_filter_length now 1 ptp4l[88375.279]: config item (null).free_running is 0 ptp4l[88375.279]: config item (null).freq_est_interval is 1 ptp4l[88375.279]: config item (null).gmCapable is 1 ptp4l[88375.279]: config item (null).kernel_leap is 1 ptp4l[88375.279]: config item (null).utc_offset is 37 ptp4l[88375.279]: config item (null).timeSource is 160 ptp4l[88375.279]: config item (null).pi_proportional_const is 0.000000 ptp4l[88375.279]: config item (null).pi_integral_const is 0.000000 ptp4l[88375.279]: config item (null).pi_proportional_scale is 0.000000 ptp4l[88375.279]: config item (null).pi_proportional_exponent is -0.300000 ptp4l[88375.279]: config item (null).pi_proportional_norm_max is 0.700000 ptp4l[88375.279]: config item (null).pi_integral_scale is 0.000000 ptp4l[88375.279]: config item (null).pi_integral_exponent is 0.400000 ptp4l[88375.279]: config item (null).pi_integral_norm_max is 0.300000 ptp4l[88375.279]: config item (null).step_threshold is 0.000000 ptp4l[88375.279]: config item (null).first_step_threshold is 0.000020 ptp4l[88375.279]: config item (null).max_frequency is 900000000 ptp4l[88375.279]: config item (null).dataset_comparison is 1 ptp4l[88375.279]: config item (null).tsproc_mode is 0 ptp4l[88375.279]: config item (null).delay_filter is 1 ptp4l[88375.279]: config item (null).delay_filter_length is 10 ptp4l[88375.279]: config item (null).initial_delay is 0 ptp4l[88375.279]: config item (null).summary_interval is 0 ptp4l[88375.279]: config item (null).sanity_freq_limit is 200000000 ptp4l[88375.279]: PI servo: sync interval 1.000 kp 0.700 ki 0.300000 ptp4l[88375.279]: config item /var/run/ptp4l.boundary_clock_jbod is 0 ptp4l[88375.280]: config item /var/run/ptp4l.network_transport is 0 ptp4l[88375.280]: config item /var/run/ptp4l.delayAsymmetry is 0 ptp4l[88375.280]: config item /var/run/ptp4l.follow_up_info is 0 ptp4l[88375.280]: config item /var/run/ptp4l.freq_est_interval is 1 ptp4l[88375.280]: config item /var/run/ptp4l.net_sync_monitor is 0 ptp4l[88375.280]: config item /var/run/ptp4l.path_trace_enabled is 0 ptp4l[88375.280]: config item /var/run/ptp4l.tc_spanning_tree is 0 ptp4l[88375.280]: config item /var/run/ptp4l.ingressLatency is 0 ptp4l[88375.619]: config item /var/run/ptp4l.egressLatency is 0 ptp4l[88375.619]: config item /var/run/ptp4l.delay_mechanism is 0 ptp4l[88375.619]: config item /var/run/ptp4l.hybrid_e2e is 0 ptp4l[88375.619]: config item /var/run/ptp4l.fault_badpeernet_interval is 16 ptp4l[88375.619]: config item /var/run/ptp4l.fault_reset_interval is 4 ptp4l[88375.619]: config item /var/run/ptp4l.tsproc_mode is 0 ptp4l[88375.619]: config item /var/run/ptp4l.delay_filter is 1 ptp4l[88375.619]: config item /var/run/ptp4l.delay_filter_length is 1 ptp4l[88375.619]: config item eth0.boundary_clock_jbod is 0 ptp4l[88375.619]: config item eth0.network_transport is 1 ptp4l[88375.619]: config item eth0.delayAsymmetry is 0 ptp4l[88375.619]: config item eth0.follow_up_info is 0 ptp4l[88375.619]: config item eth0.freq_est_interval is 1 ptp4l[88375.619]: config item eth0.net_sync_monitor is 0 ptp4l[88375.619]: config item eth0.path_trace_enabled is 0 ptp4l[88375.619]: config item eth0.tc_spanning_tree is 0 ptp4l[88375.619]: config item eth0.ingressLatency is 0 ptp4l[88375.619]: config item eth0.egressLatency is 0 ptp4l[88375.619]: config item eth0.delay_mechanism is 1 ptp4l[88375.619]: config item eth0.unicast_master_table is 0 ptp4l[88375.619]: config item eth0.unicast_listen is 0 ptp4l[88375.619]: config item eth0.hybrid_e2e is 0 ptp4l[88375.619]: config item eth0.fault_badpeernet_interval is 16 ptp4l[88375.619]: config item eth0.fault_reset_interval is 4 ptp4l[88375.619]: config item eth0.tsproc_mode is 0 ptp4l[88375.619]: config item eth0.delay_filter is 1 ptp4l[88375.619]: config item eth0.delay_filter_length is 10 ptp4l[88375.619]: config item eth0.logMinDelayReqInterval is 0 ptp4l[88375.619]: config item eth0.logAnnounceInterval is 1 ptp4l[88375.619]: config item eth0.announceReceiptTimeout is 3 ptp4l[88375.619]: config item eth0.syncReceiptTimeout is 0 ptp4l[88375.619]: config item eth0.transportSpecific is 0 ptp4l[88375.619]: config item eth0.ignore_transport_specific is 0 ptp4l[88375.619]: config item eth0.masterOnly is 0 ptp4l[88375.619]: config item eth0.G.8275.portDS.localPriority is 128 ptp4l[88375.620]: config item eth0.logSyncInterval is 0 ptp4l[88375.620]: config item eth0.logMinPdelayReqInterval is 0 ptp4l[88375.620]: config item eth0.neighborPropDelayThresh is 20000000 ptp4l[88375.620]: config item eth0.min_neighbor_prop_delay is -20000000 ptp4l[88375.620]: config item eth0.udp_ttl is 1 ptp4l[88375.620]: driver changed our HWTSTAMP options ptp4l[88375.620]: tx_type 1 not 1 ptp4l[88375.620]: rx_filter 1 not 12 ptp4l[88375.620]: config item (null).dscp_event is 0 ptp4l[88375.620]: config item (null).dscp_general is 0 ptp4l[88375.620]: port 1: INITIALIZING to LISTENING on INIT_COMPLETE ptp4l[88375.620]: config item /var/run/ptp4l.logMinDelayReqInterval is 0 ptp4l[88375.620]: config item /var/run/ptp4l.logAnnounceInterval is 1 ptp4l[88375.620]: config item /var/run/ptp4l.announceReceiptTimeout is 0 ptp4l[88375.620]: config item /var/run/ptp4l.syncReceiptTimeout is 0 ptp4l[88375.620]: config item /var/run/ptp4l.transportSpecific is 0 ptp4l[88375.620]: config item /var/run/ptp4l.ignore_transport_specific is 0 ptp4l[88375.620]: config item /var/run/ptp4l.masterOnly is 0 ptp4l[88375.620]: config item /var/run/ptp4l.G.8275.portDS.localPriority is 128 ptp4l[88375.620]: config item /var/run/ptp4l.logSyncInterval is 0 ptp4l[88375.620]: config item /var/run/ptp4l.logMinPdelayReqInterval is 0 ptp4l[88375.620]: config item /var/run/ptp4l.neighborPropDelayThresh is 20000000 ptp4l[88375.620]: config item /var/run/ptp4l.min_neighbor_prop_delay is -20000000 ptp4l[88375.620]: config item (null).uds_address is '/var/run/ptp4l' ptp4l[88375.620]: port 0: INITIALIZING to LISTENING on INIT_COMPLETE ptp4l[88375.958]: port 1: received link status notification ptp4l[88375.958]: interface index 2 is up ptp4l[88382.969]: port 1: announce timeout ptp4l[88382.969]: config item eth0.udp_ttl is 1 ptp4l[88382.969]: driver changed our HWTSTAMP options ptp4l[88382.969]: tx_type 1 not 1 ptp4l[88382.969]: rx_filter 1 not 12 ptp4l[88382.969]: config item (null).dscp_event is 0 ptp4l[88382.969]: config item (null).dscp_general is 0 ptp4l[88382.969]: selected local clock 00049f.fffe.059fa2 as best master ptp4l[88389.055]: port 1: announce timeout ptp4l[88389.055]: config item eth0.udp_ttl is 1 ptp4l[88389.055]: driver changed our HWTSTAMP options ptp4l[88389.055]: tx_type 1 not 1 ptp4l[88389.055]: rx_filter 1 not 12 ptp4l[88389.055]: config item (null).dscp_event is 0 ptp4l[88389.055]: config item (null).dscp_general is 0 ptp4l[88389.055]: selected local clock 00049f.fffe.059fa2 as best master ptp4l[88396.625]: port 1: announce timeout ptp4l[88396.625]: config item eth0.udp_ttl is 1 ptp4l[88396.625]: driver changed our HWTSTAMP options ptp4l[88396.625]: tx_type 1 not 1 ptp4l[88396.625]: rx_filter 1 not 12 ptp4l[88396.625]: config item (null).dscp_event is 0 ptp4l[88396.625]: config item (null).dscp_general is 0 ptp4l[88396.625]: selected local clock 00049f.fffe.059fa2 as best master ptp4l[88403.588]: port 1: announce timeout ptp4l[88403.588]: config item eth0.udp_ttl is 1 ptp4l[88403.589]: driver changed our HWTSTAMP options ptp4l[88403.589]: tx_type 1 not 1 ptp4l[88403.589]: rx_filter 1 not 12 ptp4l[88403.589]: config item (null).dscp_event is 0 ptp4l[88403.589]: config item (null).dscp_general is 0 ptp4l[88403.589]: selected local clock 00049f.fffe.059fa2 as best master ... it basically just sits there repeating the last several "selected local clock ... as best master" blocks. I'm just trying to get my imx8 evm to sync with GM as a slave or really anything at this point. I've downloaded the ITU G.8275.2 spec and hope that maybe it sheds light on what I'm doing wrong. Tanks in advance for any hints or words of wisdom. Regards, Brian CONFIDENTIALITY NOTICE: This email and any attachments are for the sole use of the intended recipient and may contain material that is proprietary, confidential, privileged or otherwise legally protected or restricted under applicable government laws. Any review, disclosure, distributing or other use without expressed permission of the sender is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies without reading, printing, or saving. |
From: Richard C. <ric...@gm...> - 2019-10-03 02:56:38
|
On Wed, Oct 02, 2019 at 01:27:40PM +0000, Hutchinson, Brian via Linuxptp-users wrote: > I've looked at the sample configs, namely default and G.8275.2 and my config is basically default plus the settings from G.8275.2. You need to specify a [unicast_master_table] section that contains the GM's network address. Thanks, Richard |
From: Hutchinson, B. <Bri...@L3...> - 2019-10-03 15:47:10
|
> -----Original Message----- > From: Richard Cochran <ric...@gm...> > Sent: Wednesday, October 2, 2019 10:56 PM > To: Hutchinson, Brian (US) <Bri...@L3...> > Cc: lin...@li... > Subject: Re: [Linuxptp-users] Having trouble getting ptp4l to work with > G.8275.2 profile and Trimble GM200 Grand Master Clock > > On Wed, Oct 02, 2019 at 01:27:40PM +0000, Hutchinson, Brian via Linuxptp- > users wrote: > > I've looked at the sample configs, namely default and G.8275.2 and my > config is basically default plus the settings from G.8275.2. > > You need to specify a [unicast_master_table] section that contains the GM's > network address. Thanks Richard! I added the following to the end ptp4l.conf: [unicast_master_table] table_id 1 logQueryInterval 2 UDPv4 192.168.0.250 # [eth0] unicast_master_table ... and started ptp4l with: ptp4l -p /dev/ptp0 -i eth0 -f /etc/ptp4l.conf -m -q -l 7 -H -s And kind of get the same result (but with unicast messages now): ptp4l[8367.195]: cooot@imx8mmevk:/etc# ptp4l -p /dev/ptp0 -i eth0 -f /etc/ptp4l.conf -m -q -l 7 etc# ptp4l -p /dev/ptp0 -i eth0 -f /etc/ptp4l.conf -m -q -l 7 -s ptp4l[8752.222]: config item (null).assume_two_step is 0c/ptp4l.conf -m -q -l 7 -H ptp4l[8752.222]: config item (null).check_fup_sync is 0 ptp4l[8752.222]: config item (null).tx_timestamp_timeout is 1 ptp4l[8752.222]: config item (null).clock_servo is 0 ptp4l[8752.222]: config item (null).clock_type is 32768 ptp4l[8752.222]: config item (null).clock_servo is 0 ptp4l[8752.222]: config item (null).clockClass is 248 ptp4l[8752.222]: config item (null).clockAccuracy is 254 ptp4l[8752.222]: config item (null).offsetScaledLogVariance is 65535 ptp4l[8752.222]: config item (null).productDescription is ';;' ptp4l[8752.222]: config item (null).revisionData is ';;' ptp4l[8752.222]: config item (null).userDescription is ';' ptp4l[8752.222]: config item (null).manufacturerIdentity is '00:00:00' ptp4l[8752.222]: config item (null).domainNumber is 0 ptp4l[8752.222]: config item (null).slaveOnly is 1 ptp4l[8752.222]: config item (null).gmCapable is 1 ptp4l[8752.222]: config item (null).gmCapable is 1 ptp4l[8752.222]: config item (null).G.8275.defaultDS.localPriority is 128 ptp4l[8752.222]: config item (null).time_stamping is 1 ptp4l[8752.222]: config item (null).twoStepFlag is 1 ptp4l[8752.222]: config item (null).twoStepFlag is 1 ptp4l[8752.222]: config item (null).time_stamping is 1 ptp4l[8752.222]: config item (null).priority1 is 128 ptp4l[8752.222]: config item (null).priority2 is 128 ptp4l[8752.223]: interface index 2 is up ptp4l[8752.223]: config item (null).free_running is 0 ptp4l[8752.223]: selected /dev/ptp0 as PTP clock ptp4l[8752.223]: config item (null).uds_address is '/var/run/ptp4l' ptp4l[8752.223]: section item /var/run/ptp4l.announceReceiptTimeout now 0 ptp4l[8752.223]: section item /var/run/ptp4l.delay_mechanism now 0 ptp4l[8752.223]: section item /var/run/ptp4l.network_transport now 0 ptp4l[8752.223]: section item /var/run/ptp4l.delay_filter_length now 1 ptp4l[8752.223]: config item (null).free_running is 0 ptp4l[8752.223]: config item (null).freq_est_interval is 1 ptp4l[8752.223]: config item (null).gmCapable is 1 ptp4l[8752.223]: config item (null).kernel_leap is 1 ptp4l[8752.223]: config item (null).utc_offset is 37 ptp4l[8752.223]: config item (null).timeSource is 160 ptp4l[8752.223]: config item (null).pi_proportional_const is 0.000000 ptp4l[8752.223]: config item (null).pi_integral_const is 0.000000 ptp4l[8752.223]: config item (null).pi_proportional_scale is 0.000000 ptp4l[8752.223]: config item (null).pi_proportional_exponent is -0.300000 ptp4l[8752.223]: config item (null).pi_proportional_norm_max is 0.700000 ptp4l[8752.223]: config item (null).pi_integral_scale is 0.000000 ptp4l[8752.223]: config item (null).pi_integral_exponent is 0.400000 ptp4l[8752.223]: config item (null).pi_integral_norm_max is 0.300000 ptp4l[8752.223]: config item (null).step_threshold is 0.000000 ptp4l[8752.223]: config item (null).first_step_threshold is 0.000020 ptp4l[8752.223]: config item (null).max_frequency is 900000000 ptp4l[8752.223]: config item (null).dataset_comparison is 1 ptp4l[8752.223]: config item (null).tsproc_mode is 0 ptp4l[8752.223]: config item (null).delay_filter is 1 ptp4l[8752.223]: config item (null).delay_filter_length is 10 ptp4l[8752.223]: config item (null).initial_delay is 0 ptp4l[8752.223]: config item (null).summary_interval is 0 ptp4l[8752.223]: config item (null).sanity_freq_limit is 200000000 ptp4l[8752.223]: PI servo: sync interval 1.000 kp 0.700 ki 0.300000 ptp4l[8752.223]: config item /var/run/ptp4l.boundary_clock_jbod is 0 ptp4l[8752.223]: config item /var/run/ptp4l.network_transport is 0 ptp4l[8752.223]: config item /var/run/ptp4l.delayAsymmetry is 0 ptp4l[8752.223]: config item /var/run/ptp4l.follow_up_info is 0 ptp4l[8752.223]: config item /var/run/ptp4l.freq_est_interval is 1 ptp4l[8752.223]: config item /var/run/ptp4l.net_sync_monitor is 0 ptp4l[8752.223]: config item /var/run/ptp4l.path_trace_enabled is 0 ptp4l[8752.223]: config item /var/run/ptp4l.tc_spanning_tree is 0 ptp4l[8752.223]: config item /var/run/ptp4l.ingressLatency is 0 ptp4l[8752.223]: config item /var/run/ptp4l.egressLatency is 0 ptp4l[8752.566]: config item /var/run/ptp4l.delay_mechanism is 0 ptp4l[8752.566]: config item /var/run/ptp4l.hybrid_e2e is 0 ptp4l[8752.566]: config item /var/run/ptp4l.fault_badpeernet_interval is 16 ptp4l[8752.566]: config item /var/run/ptp4l.fault_reset_interval is 4 ptp4l[8752.566]: config item /var/run/ptp4l.tsproc_mode is 0 ptp4l[8752.566]: config item /var/run/ptp4l.delay_filter is 1 ptp4l[8752.566]: config item /var/run/ptp4l.delay_filter_length is 1 ptp4l[8752.566]: config item eth0.boundary_clock_jbod is 0 ptp4l[8752.566]: config item eth0.network_transport is 1 ptp4l[8752.566]: config item eth0.delayAsymmetry is 0 ptp4l[8752.566]: config item eth0.follow_up_info is 0 ptp4l[8752.566]: config item eth0.freq_est_interval is 1 ptp4l[8752.566]: config item eth0.net_sync_monitor is 0 ptp4l[8752.566]: config item eth0.path_trace_enabled is 0 ptp4l[8752.566]: config item eth0.tc_spanning_tree is 0 ptp4l[8752.566]: config item eth0.ingressLatency is 0 ptp4l[8752.566]: config item eth0.egressLatency is 0 ptp4l[8752.566]: config item eth0.delay_mechanism is 1 ptp4l[8752.566]: config item eth0.unicast_master_table is 1 ptp4l[8752.566]: config item eth0.unicast_req_duration is 3600 ptp4l[8752.566]: section item eth0.hybrid_e2e now 1 ptp4l[8752.566]: config item eth0.unicast_listen is 0 ptp4l[8752.566]: config item eth0.hybrid_e2e is 1 ptp4l[8752.566]: config item eth0.fault_badpeernet_interval is 16 ptp4l[8752.566]: config item eth0.fault_reset_interval is 4 ptp4l[8752.566]: config item eth0.tsproc_mode is 0 ptp4l[8752.566]: config item eth0.delay_filter is 1 ptp4l[8752.566]: config item eth0.delay_filter_length is 10 ptp4l[8752.567]: config item eth0.logMinDelayReqInterval is 0 ptp4l[8752.567]: config item eth0.logAnnounceInterval is 1 ptp4l[8752.567]: config item eth0.announceReceiptTimeout is 3 ptp4l[8752.567]: config item eth0.syncReceiptTimeout is 0 ptp4l[8752.567]: config item eth0.transportSpecific is 0 ptp4l[8752.567]: config item eth0.ignore_transport_specific is 0 ptp4l[8752.567]: config item eth0.masterOnly is 0 ptp4l[8752.567]: config item eth0.G.8275.portDS.localPriority is 128 ptp4l[8752.567]: config item eth0.logSyncInterval is 0 ptp4l[8752.567]: config item eth0.logMinPdelayReqInterval is 0 ptp4l[8752.567]: config item eth0.neighborPropDelayThresh is 20000000 ptp4l[8752.567]: config item eth0.min_neighbor_prop_delay is -20000000 ptp4l[8752.567]: config item eth0.udp_ttl is 1 ptp4l[8752.567]: driver changed our HWTSTAMP options ptp4l[8752.567]: tx_type 1 not 1 ptp4l[8752.567]: rx_filter 1 not 12 ptp4l[8752.567]: config item (null).dscp_event is 0 ptp4l[8752.567]: config item (null).dscp_general is 0 ptp4l[8752.567]: port 1: INITIALIZING to LISTENING on INIT_COMPLETE ptp4l[8752.567]: config item /var/run/ptp4l.logMinDelayReqInterval is 0 ptp4l[8752.567]: config item /var/run/ptp4l.logAnnounceInterval is 1 ptp4l[8752.567]: config item /var/run/ptp4l.announceReceiptTimeout is 0 ptp4l[8752.567]: config item /var/run/ptp4l.syncReceiptTimeout is 0 ptp4l[8752.567]: config item /var/run/ptp4l.transportSpecific is 0 ptp4l[8752.567]: config item /var/run/ptp4l.ignore_transport_specific is 0 ptp4l[8752.567]: config item /var/run/ptp4l.masterOnly is 0 ptp4l[8752.567]: config item /var/run/ptp4l.G.8275.portDS.localPriority is 128 ptp4l[8752.567]: config item /var/run/ptp4l.logSyncInterval is 0 ptp4l[8752.567]: config item /var/run/ptp4l.logMinPdelayReqInterval is 0 ptp4l[8752.567]: config item /var/run/ptp4l.neighborPropDelayThresh is 20000000 ptp4l[8752.567]: config item /var/run/ptp4l.min_neighbor_prop_delay is -20000000 ptp4l[8752.567]: config item (null).uds_address is '/var/run/ptp4l' ptp4l[8752.567]: port 0: INITIALIZING to LISTENING on INIT_COMPLETE ptp4l[8752.567]: port 1: received link status notification ptp4l[8752.908]: interface index 2 is up ptp4l[8756.567]: port 1: unicast request timeout ptp4l[8759.813]: port 1: announce timeout ptp4l[8759.813]: config item eth0.udp_ttl is 1 ptp4l[8759.813]: driver changed our HWTSTAMP options ptp4l[8759.813]: tx_type 1 not 1 ptp4l[8759.813]: rx_filter 1 not 12 ptp4l[8759.813]: config item (null).dscp_event is 0 ptp4l[8759.813]: config item (null).dscp_general is 0 ptp4l[8759.813]: selected local clock 00049f.fffe.059fa2 as best master ptp4l[8760.568]: port 1: unicast request timeout ptp4l[8764.568]: port 1: unicast request timeout ptp4l[8766.163]: port 1: announce timeout ptp4l[8766.163]: config item eth0.udp_ttl is 1 ptp4l[8766.163]: driver changed our HWTSTAMP options ptp4l[8766.163]: tx_type 1 not 1 ptp4l[8766.163]: rx_filter 1 not 12 ptp4l[8766.163]: config item (null).dscp_event is 0 ptp4l[8766.163]: config item (null).dscp_general is 0 ptp4l[8766.163]: selected local clock 00049f.fffe.059fa2 as best master ptp4l[8768.568]: port 1: unicast request timeout ptp4l[8772.273]: port 1: announce timeout ptp4l[8772.273]: config item eth0.udp_ttl is 1 ptp4l[8772.274]: driver changed our HWTSTAMP options ptp4l[8772.274]: tx_type 1 not 1 ptp4l[8772.274]: rx_filter 1 not 12 ptp4l[8772.274]: config item (null).dscp_event is 0 ptp4l[8772.274]: config item (null).dscp_general is 0 ptp4l[8772.274]: selected local clock 00049f.fffe.059fa2 as best master ptp4l[8772.569]: port 1: unicast request timeout ptp4l[8776.569]: port 1: unicast request timeout ptp4l[8779.486]: port 1: announce timeout ptp4l[8779.486]: config item eth0.udp_ttl is 1 ptp4l[8779.486]: driver changed our HWTSTAMP options ptp4l[8779.486]: tx_type 1 not 1 ptp4l[8779.486]: rx_filter 1 not 12 ptp4l[8779.486]: config item (null).dscp_event is 0 ptp4l[8779.486]: config item (null).dscp_general is 0 ptp4l[8779.486]: selected local clock 00049f.fffe.059fa2 as best master poot@imx8mmevk:/etc# ptp4l -p /dev/ptp0 -i eth0 -f /etc/ptp4l.conf -m -q -l 7 -H -s ptp4l[8787.654]: config item (null).assume_two_step is 0c/ptp4l.conf -m -q -l 7 -s ptp4l[8787.654]: config item (null).check_fup_sync is 0 ptp4l[8787.654]: config item (null).tx_timestamp_timeout is 1 ptp4l[8787.654]: config item (null).clock_servo is 0 ptp4l[8787.654]: config item (null).clock_type is 32768 ptp4l[8787.654]: config item (null).clock_servo is 0 ptp4l[8787.654]: config item (null).clockClass is 248 ptp4l[8787.654]: config item (null).clockAccuracy is 254 ptp4l[8787.654]: config item (null).offsetScaledLogVariance is 65535 ptp4l[8787.654]: config item (null).productDescription is ';;' ptp4l[8787.654]: config item (null).revisionData is ';;' ptp4l[8787.654]: config item (null).userDescription is ';' ptp4l[8787.654]: config item (null).manufacturerIdentity is '00:00:00' ptp4l[8787.654]: config item (null).domainNumber is 0 ptp4l[8787.654]: config item (null).slaveOnly is 1 ptp4l[8787.654]: config item (null).gmCapable is 1 ptp4l[8787.654]: config item (null).gmCapable is 1 ptp4l[8787.654]: config item (null).G.8275.defaultDS.localPriority is 128 ptp4l[8787.654]: config item (null).time_stamping is 1 ptp4l[8787.654]: config item (null).twoStepFlag is 1 ptp4l[8787.654]: config item (null).twoStepFlag is 1 ptp4l[8787.654]: config item (null).time_stamping is 1 ptp4l[8787.654]: config item (null).priority1 is 128 ptp4l[8787.654]: config item (null).priority2 is 128 ptp4l[8787.655]: interface index 2 is up ptp4l[8787.655]: config item (null).free_running is 0 ptp4l[8787.655]: selected /dev/ptp0 as PTP clock ptp4l[8787.655]: config item (null).uds_address is '/var/run/ptp4l' ptp4l[8787.655]: section item /var/run/ptp4l.announceReceiptTimeout now 0 ptp4l[8787.655]: section item /var/run/ptp4l.delay_mechanism now 0 ptp4l[8787.655]: section item /var/run/ptp4l.network_transport now 0 ptp4l[8787.655]: section item /var/run/ptp4l.delay_filter_length now 1 ptp4l[8787.655]: config item (null).free_running is 0 ptp4l[8787.655]: config item (null).freq_est_interval is 1 ptp4l[8787.655]: config item (null).gmCapable is 1 ptp4l[8787.655]: config item (null).kernel_leap is 1 ptp4l[8787.655]: config item (null).utc_offset is 37 ptp4l[8787.655]: config item (null).timeSource is 160 ptp4l[8787.655]: config item (null).pi_proportional_const is 0.000000 ptp4l[8787.655]: config item (null).pi_integral_const is 0.000000 ptp4l[8787.655]: config item (null).pi_proportional_scale is 0.000000 ptp4l[8787.655]: config item (null).pi_proportional_exponent is -0.300000 ptp4l[8787.655]: config item (null).pi_proportional_norm_max is 0.700000 ptp4l[8787.655]: config item (null).pi_integral_scale is 0.000000 ptp4l[8787.655]: config item (null).pi_integral_exponent is 0.400000 ptp4l[8787.655]: config item (null).pi_integral_norm_max is 0.300000 ptp4l[8787.655]: config item (null).step_threshold is 0.000000 ptp4l[8787.655]: config item (null).first_step_threshold is 0.000020 ptp4l[8787.655]: config item (null).max_frequency is 900000000 ptp4l[8787.655]: config item (null).dataset_comparison is 1 ptp4l[8787.655]: config item (null).tsproc_mode is 0 ptp4l[8787.655]: config item (null).delay_filter is 1 ptp4l[8787.655]: config item (null).delay_filter_length is 10 ptp4l[8787.655]: config item (null).initial_delay is 0 ptp4l[8787.655]: config item (null).summary_interval is 0 ptp4l[8787.655]: config item (null).sanity_freq_limit is 200000000 ptp4l[8787.655]: PI servo: sync interval 1.000 kp 0.700 ki 0.300000 ptp4l[8787.655]: config item /var/run/ptp4l.boundary_clock_jbod is 0 ptp4l[8787.655]: config item /var/run/ptp4l.network_transport is 0 ptp4l[8787.655]: config item /var/run/ptp4l.delayAsymmetry is 0 ptp4l[8787.655]: config item /var/run/ptp4l.follow_up_info is 0 ptp4l[8787.655]: config item /var/run/ptp4l.freq_est_interval is 1 ptp4l[8787.655]: config item /var/run/ptp4l.net_sync_monitor is 0 ptp4l[8787.655]: config item /var/run/ptp4l.path_trace_enabled is 0 ptp4l[8787.655]: config item /var/run/ptp4l.tc_spanning_tree is 0 ptp4l[8787.655]: config item /var/run/ptp4l.ingressLatency is 0 ptp4l[8787.655]: config item /var/run/ptp4l.egressLatency is 0 ptp4l[8787.994]: config item /var/run/ptp4l.delay_mechanism is 0 ptp4l[8787.994]: config item /var/run/ptp4l.hybrid_e2e is 0 ptp4l[8787.994]: config item /var/run/ptp4l.fault_badpeernet_interval is 16 ptp4l[8787.994]: config item /var/run/ptp4l.fault_reset_interval is 4 ptp4l[8787.994]: config item /var/run/ptp4l.tsproc_mode is 0 ptp4l[8787.994]: config item /var/run/ptp4l.delay_filter is 1 ptp4l[8787.994]: config item /var/run/ptp4l.delay_filter_length is 1 ptp4l[8787.994]: config item eth0.boundary_clock_jbod is 0 ptp4l[8787.994]: config item eth0.network_transport is 1 ptp4l[8787.994]: config item eth0.delayAsymmetry is 0 ptp4l[8787.994]: config item eth0.follow_up_info is 0 ptp4l[8787.994]: config item eth0.freq_est_interval is 1 ptp4l[8787.994]: config item eth0.net_sync_monitor is 0 ptp4l[8787.994]: config item eth0.path_trace_enabled is 0 ptp4l[8787.994]: config item eth0.tc_spanning_tree is 0 ptp4l[8787.994]: config item eth0.ingressLatency is 0 ptp4l[8787.994]: config item eth0.egressLatency is 0 ptp4l[8787.994]: config item eth0.delay_mechanism is 1 ptp4l[8787.994]: config item eth0.unicast_master_table is 1 ptp4l[8787.994]: config item eth0.unicast_req_duration is 3600 ptp4l[8787.994]: section item eth0.hybrid_e2e now 1 ptp4l[8787.994]: config item eth0.unicast_listen is 0 ptp4l[8787.994]: config item eth0.hybrid_e2e is 1 ptp4l[8787.994]: config item eth0.fault_badpeernet_interval is 16 ptp4l[8787.994]: config item eth0.fault_reset_interval is 4 ptp4l[8787.994]: config item eth0.tsproc_mode is 0 ptp4l[8787.994]: config item eth0.delay_filter is 1 ptp4l[8787.994]: config item eth0.delay_filter_length is 10 ptp4l[8787.995]: config item eth0.logMinDelayReqInterval is 0 ptp4l[8787.995]: config item eth0.logAnnounceInterval is 1 ptp4l[8787.995]: config item eth0.announceReceiptTimeout is 3 ptp4l[8787.995]: config item eth0.syncReceiptTimeout is 0 ptp4l[8787.995]: config item eth0.transportSpecific is 0 ptp4l[8787.995]: config item eth0.ignore_transport_specific is 0 ptp4l[8787.995]: config item eth0.masterOnly is 0 ptp4l[8787.995]: config item eth0.G.8275.portDS.localPriority is 128 ptp4l[8787.995]: config item eth0.logSyncInterval is 0 ptp4l[8787.995]: config item eth0.logMinPdelayReqInterval is 0 ptp4l[8787.995]: config item eth0.neighborPropDelayThresh is 20000000 ptp4l[8787.995]: config item eth0.min_neighbor_prop_delay is -20000000 ptp4l[8787.995]: config item eth0.udp_ttl is 1 ptp4l[8787.995]: driver changed our HWTSTAMP options ptp4l[8787.995]: tx_type 1 not 1 ptp4l[8787.995]: rx_filter 1 not 12 ptp4l[8787.995]: config item (null).dscp_event is 0 ptp4l[8787.995]: config item (null).dscp_general is 0 ptp4l[8787.995]: port 1: INITIALIZING to LISTENING on INIT_COMPLETE ptp4l[8787.995]: config item /var/run/ptp4l.logMinDelayReqInterval is 0 ptp4l[8787.995]: config item /var/run/ptp4l.logAnnounceInterval is 1 ptp4l[8787.995]: config item /var/run/ptp4l.announceReceiptTimeout is 0 ptp4l[8787.995]: config item /var/run/ptp4l.syncReceiptTimeout is 0 ptp4l[8787.995]: config item /var/run/ptp4l.transportSpecific is 0 ptp4l[8787.995]: config item /var/run/ptp4l.ignore_transport_specific is 0 ptp4l[8787.995]: config item /var/run/ptp4l.masterOnly is 0 ptp4l[8787.995]: config item /var/run/ptp4l.G.8275.portDS.localPriority is 128 ptp4l[8787.995]: config item /var/run/ptp4l.logSyncInterval is 0 ptp4l[8787.995]: config item /var/run/ptp4l.logMinPdelayReqInterval is 0 ptp4l[8787.995]: config item /var/run/ptp4l.neighborPropDelayThresh is 20000000 ptp4l[8787.995]: config item /var/run/ptp4l.min_neighbor_prop_delay is -20000000 ptp4l[8787.995]: config item (null).uds_address is '/var/run/ptp4l' ptp4l[8787.995]: port 0: INITIALIZING to LISTENING on INIT_COMPLETE ptp4l[8787.996]: port 1: received link status notification ptp4l[8787.996]: interface index 2 is up ptp4l[8791.995]: port 1: unicast request timeout ptp4l[8794.382]: port 1: announce timeout ptp4l[8794.382]: config item eth0.udp_ttl is 1 ptp4l[8794.383]: driver changed our HWTSTAMP options ptp4l[8794.383]: tx_type 1 not 1 ptp4l[8794.383]: rx_filter 1 not 12 ptp4l[8794.383]: config item (null).dscp_event is 0 ptp4l[8794.383]: config item (null).dscp_general is 0 ptp4l[8794.383]: selected local clock 00049f.fffe.059fa2 as best master ptp4l[8795.996]: port 1: unicast request timeout ptp4l[8799.996]: port 1: unicast request timeout ptp4l[8800.682]: port 1: announce timeout ptp4l[8800.682]: config item eth0.udp_ttl is 1 ptp4l[8800.683]: driver changed our HWTSTAMP options ptp4l[8800.683]: tx_type 1 not 1 ptp4l[8800.683]: rx_filter 1 not 12 ptp4l[8800.683]: config item (null).dscp_event is 0 ptp4l[8800.683]: config item (null).dscp_general is 0 ptp4l[8800.683]: selected local clock 00049f.fffe.059fa2 as best master ptp4l[8803.996]: port 1: unicast request timeout ptp4l[8807.845]: port 1: announce timeout ptp4l[8807.845]: config item eth0.udp_ttl is 1 ptp4l[8807.845]: driver changed our HWTSTAMP options ptp4l[8807.845]: tx_type 1 not 1 ptp4l[8807.845]: rx_filter 1 not 12 ptp4l[8807.845]: config item (null).dscp_event is 0 ptp4l[8807.845]: config item (null).dscp_general is 0 ptp4l[8807.845]: selected local clock 00049f.fffe.059fa2 as best master ptp4l[8807.997]: port 1: unicast request timeout CONFIDENTIALITY NOTICE: This email and any attachments are for the sole use of the intended recipient and may contain material that is proprietary, confidential, privileged or otherwise legally protected or restricted under applicable government laws. Any review, disclosure, distributing or other use without expressed permission of the sender is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies without reading, printing, or saving. |
From: Richard C. <ric...@gm...> - 2019-10-03 15:43:16
|
On Thu, Oct 03, 2019 at 03:31:38PM +0000, Hutchinson, Brian wrote: > I added the following to the end ptp4l.conf: > > [unicast_master_table] > table_id 1 > logQueryInterval 2 > UDPv4 192.168.0.250 It appears that 192.168.0.250 is not granting any requests for unicast service. HTH, Richard |
From: Richard F. <ric...@tr...> - 2019-10-03 17:51:10
|
Hi Brian, >From the 8275.2 spec: In this PTP telecom profile, the default PTP domain number is 44, and the range of applicable PTP domain numbers is {44 – 63}. You appear to have a domain number of 0. Without the proper domain number the requests are ignored by the GM. Richard Funderburk On Thu, Oct 3, 2019 at 8:48 AM Hutchinson, Brian via Linuxptp-users < lin...@li...> wrote: > > -----Original Message----- > > From: Richard Cochran <ric...@gm...> > > Sent: Wednesday, October 2, 2019 10:56 PM > > To: Hutchinson, Brian (US) <Bri...@L3...> > > Cc: lin...@li... > > Subject: Re: [Linuxptp-users] Having trouble getting ptp4l to work with > > G.8275.2 profile and Trimble GM200 Grand Master Clock > > > > On Wed, Oct 02, 2019 at 01:27:40PM +0000, Hutchinson, Brian via Linuxptp- > > users wrote: > > > I've looked at the sample configs, namely default and G.8275.2 and my > > config is basically default plus the settings from G.8275.2. > > > > You need to specify a [unicast_master_table] section that contains the > GM's > > network address. > > Thanks Richard! > > I added the following to the end ptp4l.conf: > > [unicast_master_table] > table_id 1 > logQueryInterval 2 > UDPv4 192.168.0.250 > # > [eth0] > unicast_master_table > > ... and started ptp4l with: > > ptp4l -p /dev/ptp0 -i eth0 -f /etc/ptp4l.conf -m -q -l 7 -H -s > > And kind of get the same result (but with unicast messages now): > > ptp4l[8367.195]: cooot@imx8mmevk:/etc# ptp4l -p /dev/ptp0 -i eth0 -f > /etc/ptp4l.conf -m -q -l 7 etc# ptp4l -p /dev/ptp0 -i eth0 -f > /etc/ptp4l.conf -m -q -l 7 -s > ptp4l[8752.222]: config item (null).assume_two_step is 0c/ptp4l.conf -m -q > -l 7 -H > ptp4l[8752.222]: config item (null).check_fup_sync is 0 > ptp4l[8752.222]: config item (null).tx_timestamp_timeout is 1 > ptp4l[8752.222]: config item (null).clock_servo is 0 > ptp4l[8752.222]: config item (null).clock_type is 32768 > ptp4l[8752.222]: config item (null).clock_servo is 0 > ptp4l[8752.222]: config item (null).clockClass is 248 > ptp4l[8752.222]: config item (null).clockAccuracy is 254 > ptp4l[8752.222]: config item (null).offsetScaledLogVariance is 65535 > ptp4l[8752.222]: config item (null).productDescription is ';;' > ptp4l[8752.222]: config item (null).revisionData is ';;' > ptp4l[8752.222]: config item (null).userDescription is ';' > ptp4l[8752.222]: config item (null).manufacturerIdentity is '00:00:00' > ptp4l[8752.222]: config item (null).domainNumber is 0 > ptp4l[8752.222]: config item (null).slaveOnly is 1 > ptp4l[8752.222]: config item (null).gmCapable is 1 > ptp4l[8752.222]: config item (null).gmCapable is 1 > ptp4l[8752.222]: config item (null).G.8275.defaultDS.localPriority is 128 > ptp4l[8752.222]: config item (null).time_stamping is 1 > ptp4l[8752.222]: config item (null).twoStepFlag is 1 > ptp4l[8752.222]: config item (null).twoStepFlag is 1 > ptp4l[8752.222]: config item (null).time_stamping is 1 > ptp4l[8752.222]: config item (null).priority1 is 128 > ptp4l[8752.222]: config item (null).priority2 is 128 > ptp4l[8752.223]: interface index 2 is up > ptp4l[8752.223]: config item (null).free_running is 0 > ptp4l[8752.223]: selected /dev/ptp0 as PTP clock > ptp4l[8752.223]: config item (null).uds_address is '/var/run/ptp4l' > ptp4l[8752.223]: section item /var/run/ptp4l.announceReceiptTimeout now 0 > ptp4l[8752.223]: section item /var/run/ptp4l.delay_mechanism now 0 > ptp4l[8752.223]: section item /var/run/ptp4l.network_transport now 0 > ptp4l[8752.223]: section item /var/run/ptp4l.delay_filter_length now 1 > ptp4l[8752.223]: config item (null).free_running is 0 > ptp4l[8752.223]: config item (null).freq_est_interval is 1 > ptp4l[8752.223]: config item (null).gmCapable is 1 > ptp4l[8752.223]: config item (null).kernel_leap is 1 > ptp4l[8752.223]: config item (null).utc_offset is 37 > ptp4l[8752.223]: config item (null).timeSource is 160 > ptp4l[8752.223]: config item (null).pi_proportional_const is 0.000000 > ptp4l[8752.223]: config item (null).pi_integral_const is 0.000000 > ptp4l[8752.223]: config item (null).pi_proportional_scale is 0.000000 > ptp4l[8752.223]: config item (null).pi_proportional_exponent is -0.300000 > ptp4l[8752.223]: config item (null).pi_proportional_norm_max is 0.700000 > ptp4l[8752.223]: config item (null).pi_integral_scale is 0.000000 > ptp4l[8752.223]: config item (null).pi_integral_exponent is 0.400000 > ptp4l[8752.223]: config item (null).pi_integral_norm_max is 0.300000 > ptp4l[8752.223]: config item (null).step_threshold is 0.000000 > ptp4l[8752.223]: config item (null).first_step_threshold is 0.000020 > ptp4l[8752.223]: config item (null).max_frequency is 900000000 > ptp4l[8752.223]: config item (null).dataset_comparison is 1 > ptp4l[8752.223]: config item (null).tsproc_mode is 0 > ptp4l[8752.223]: config item (null).delay_filter is 1 > ptp4l[8752.223]: config item (null).delay_filter_length is 10 > ptp4l[8752.223]: config item (null).initial_delay is 0 > ptp4l[8752.223]: config item (null).summary_interval is 0 > ptp4l[8752.223]: config item (null).sanity_freq_limit is 200000000 > ptp4l[8752.223]: PI servo: sync interval 1.000 kp 0.700 ki 0.300000 > ptp4l[8752.223]: config item /var/run/ptp4l.boundary_clock_jbod is 0 > ptp4l[8752.223]: config item /var/run/ptp4l.network_transport is 0 > ptp4l[8752.223]: config item /var/run/ptp4l.delayAsymmetry is 0 > ptp4l[8752.223]: config item /var/run/ptp4l.follow_up_info is 0 > ptp4l[8752.223]: config item /var/run/ptp4l.freq_est_interval is 1 > ptp4l[8752.223]: config item /var/run/ptp4l.net_sync_monitor is 0 > ptp4l[8752.223]: config item /var/run/ptp4l.path_trace_enabled is 0 > ptp4l[8752.223]: config item /var/run/ptp4l.tc_spanning_tree is 0 > ptp4l[8752.223]: config item /var/run/ptp4l.ingressLatency is 0 > ptp4l[8752.223]: config item /var/run/ptp4l.egressLatency is 0 > ptp4l[8752.566]: config item /var/run/ptp4l.delay_mechanism is 0 > ptp4l[8752.566]: config item /var/run/ptp4l.hybrid_e2e is 0 > ptp4l[8752.566]: config item /var/run/ptp4l.fault_badpeernet_interval is 16 > ptp4l[8752.566]: config item /var/run/ptp4l.fault_reset_interval is 4 > ptp4l[8752.566]: config item /var/run/ptp4l.tsproc_mode is 0 > ptp4l[8752.566]: config item /var/run/ptp4l.delay_filter is 1 > ptp4l[8752.566]: config item /var/run/ptp4l.delay_filter_length is 1 > ptp4l[8752.566]: config item eth0.boundary_clock_jbod is 0 > ptp4l[8752.566]: config item eth0.network_transport is 1 > ptp4l[8752.566]: config item eth0.delayAsymmetry is 0 > ptp4l[8752.566]: config item eth0.follow_up_info is 0 > ptp4l[8752.566]: config item eth0.freq_est_interval is 1 > ptp4l[8752.566]: config item eth0.net_sync_monitor is 0 > ptp4l[8752.566]: config item eth0.path_trace_enabled is 0 > ptp4l[8752.566]: config item eth0.tc_spanning_tree is 0 > ptp4l[8752.566]: config item eth0.ingressLatency is 0 > ptp4l[8752.566]: config item eth0.egressLatency is 0 > ptp4l[8752.566]: config item eth0.delay_mechanism is 1 > ptp4l[8752.566]: config item eth0.unicast_master_table is 1 > ptp4l[8752.566]: config item eth0.unicast_req_duration is 3600 > ptp4l[8752.566]: section item eth0.hybrid_e2e now 1 > ptp4l[8752.566]: config item eth0.unicast_listen is 0 > ptp4l[8752.566]: config item eth0.hybrid_e2e is 1 > ptp4l[8752.566]: config item eth0.fault_badpeernet_interval is 16 > ptp4l[8752.566]: config item eth0.fault_reset_interval is 4 > ptp4l[8752.566]: config item eth0.tsproc_mode is 0 > ptp4l[8752.566]: config item eth0.delay_filter is 1 > ptp4l[8752.566]: config item eth0.delay_filter_length is 10 > ptp4l[8752.567]: config item eth0.logMinDelayReqInterval is 0 > ptp4l[8752.567]: config item eth0.logAnnounceInterval is 1 > ptp4l[8752.567]: config item eth0.announceReceiptTimeout is 3 > ptp4l[8752.567]: config item eth0.syncReceiptTimeout is 0 > ptp4l[8752.567]: config item eth0.transportSpecific is 0 > ptp4l[8752.567]: config item eth0.ignore_transport_specific is 0 > ptp4l[8752.567]: config item eth0.masterOnly is 0 > ptp4l[8752.567]: config item eth0.G.8275.portDS.localPriority is 128 > ptp4l[8752.567]: config item eth0.logSyncInterval is 0 > ptp4l[8752.567]: config item eth0.logMinPdelayReqInterval is 0 > ptp4l[8752.567]: config item eth0.neighborPropDelayThresh is 20000000 > ptp4l[8752.567]: config item eth0.min_neighbor_prop_delay is -20000000 > ptp4l[8752.567]: config item eth0.udp_ttl is 1 > ptp4l[8752.567]: driver changed our HWTSTAMP options > ptp4l[8752.567]: tx_type 1 not 1 > ptp4l[8752.567]: rx_filter 1 not 12 > ptp4l[8752.567]: config item (null).dscp_event is 0 > ptp4l[8752.567]: config item (null).dscp_general is 0 > ptp4l[8752.567]: port 1: INITIALIZING to LISTENING on INIT_COMPLETE > ptp4l[8752.567]: config item /var/run/ptp4l.logMinDelayReqInterval is 0 > ptp4l[8752.567]: config item /var/run/ptp4l.logAnnounceInterval is 1 > ptp4l[8752.567]: config item /var/run/ptp4l.announceReceiptTimeout is 0 > ptp4l[8752.567]: config item /var/run/ptp4l.syncReceiptTimeout is 0 > ptp4l[8752.567]: config item /var/run/ptp4l.transportSpecific is 0 > ptp4l[8752.567]: config item /var/run/ptp4l.ignore_transport_specific is 0 > ptp4l[8752.567]: config item /var/run/ptp4l.masterOnly is 0 > ptp4l[8752.567]: config item /var/run/ptp4l.G.8275.portDS.localPriority is > 128 > ptp4l[8752.567]: config item /var/run/ptp4l.logSyncInterval is 0 > ptp4l[8752.567]: config item /var/run/ptp4l.logMinPdelayReqInterval is 0 > ptp4l[8752.567]: config item /var/run/ptp4l.neighborPropDelayThresh is > 20000000 > ptp4l[8752.567]: config item /var/run/ptp4l.min_neighbor_prop_delay is > -20000000 > ptp4l[8752.567]: config item (null).uds_address is '/var/run/ptp4l' > ptp4l[8752.567]: port 0: INITIALIZING to LISTENING on INIT_COMPLETE > ptp4l[8752.567]: port 1: received link status notification > ptp4l[8752.908]: interface index 2 is up > ptp4l[8756.567]: port 1: unicast request timeout > ptp4l[8759.813]: port 1: announce timeout > ptp4l[8759.813]: config item eth0.udp_ttl is 1 > ptp4l[8759.813]: driver changed our HWTSTAMP options > ptp4l[8759.813]: tx_type 1 not 1 > ptp4l[8759.813]: rx_filter 1 not 12 > ptp4l[8759.813]: config item (null).dscp_event is 0 > ptp4l[8759.813]: config item (null).dscp_general is 0 > ptp4l[8759.813]: selected local clock 00049f.fffe.059fa2 as best master > ptp4l[8760.568]: port 1: unicast request timeout > ptp4l[8764.568]: port 1: unicast request timeout > ptp4l[8766.163]: port 1: announce timeout > ptp4l[8766.163]: config item eth0.udp_ttl is 1 > ptp4l[8766.163]: driver changed our HWTSTAMP options > ptp4l[8766.163]: tx_type 1 not 1 > ptp4l[8766.163]: rx_filter 1 not 12 > ptp4l[8766.163]: config item (null).dscp_event is 0 > ptp4l[8766.163]: config item (null).dscp_general is 0 > ptp4l[8766.163]: selected local clock 00049f.fffe.059fa2 as best master > ptp4l[8768.568]: port 1: unicast request timeout > ptp4l[8772.273]: port 1: announce timeout > ptp4l[8772.273]: config item eth0.udp_ttl is 1 > ptp4l[8772.274]: driver changed our HWTSTAMP options > ptp4l[8772.274]: tx_type 1 not 1 > ptp4l[8772.274]: rx_filter 1 not 12 > ptp4l[8772.274]: config item (null).dscp_event is 0 > ptp4l[8772.274]: config item (null).dscp_general is 0 > ptp4l[8772.274]: selected local clock 00049f.fffe.059fa2 as best master > ptp4l[8772.569]: port 1: unicast request timeout > ptp4l[8776.569]: port 1: unicast request timeout > ptp4l[8779.486]: port 1: announce timeout > ptp4l[8779.486]: config item eth0.udp_ttl is 1 > ptp4l[8779.486]: driver changed our HWTSTAMP options > ptp4l[8779.486]: tx_type 1 not 1 > ptp4l[8779.486]: rx_filter 1 not 12 > ptp4l[8779.486]: config item (null).dscp_event is 0 > ptp4l[8779.486]: config item (null).dscp_general is 0 > ptp4l[8779.486]: selected local clock 00049f.fffe.059fa2 as best master > poot@imx8mmevk:/etc# ptp4l -p /dev/ptp0 -i eth0 -f /etc/ptp4l.conf -m -q > -l 7 -H -s > ptp4l[8787.654]: config item (null).assume_two_step is 0c/ptp4l.conf -m -q > -l 7 -s > ptp4l[8787.654]: config item (null).check_fup_sync is 0 > ptp4l[8787.654]: config item (null).tx_timestamp_timeout is 1 > ptp4l[8787.654]: config item (null).clock_servo is 0 > ptp4l[8787.654]: config item (null).clock_type is 32768 > ptp4l[8787.654]: config item (null).clock_servo is 0 > ptp4l[8787.654]: config item (null).clockClass is 248 > ptp4l[8787.654]: config item (null).clockAccuracy is 254 > ptp4l[8787.654]: config item (null).offsetScaledLogVariance is 65535 > ptp4l[8787.654]: config item (null).productDescription is ';;' > ptp4l[8787.654]: config item (null).revisionData is ';;' > ptp4l[8787.654]: config item (null).userDescription is ';' > ptp4l[8787.654]: config item (null).manufacturerIdentity is '00:00:00' > ptp4l[8787.654]: config item (null).domainNumber is 0 > ptp4l[8787.654]: config item (null).slaveOnly is 1 > ptp4l[8787.654]: config item (null).gmCapable is 1 > ptp4l[8787.654]: config item (null).gmCapable is 1 > ptp4l[8787.654]: config item (null).G.8275.defaultDS.localPriority is 128 > ptp4l[8787.654]: config item (null).time_stamping is 1 > ptp4l[8787.654]: config item (null).twoStepFlag is 1 > ptp4l[8787.654]: config item (null).twoStepFlag is 1 > ptp4l[8787.654]: config item (null).time_stamping is 1 > ptp4l[8787.654]: config item (null).priority1 is 128 > ptp4l[8787.654]: config item (null).priority2 is 128 > ptp4l[8787.655]: interface index 2 is up > ptp4l[8787.655]: config item (null).free_running is 0 > ptp4l[8787.655]: selected /dev/ptp0 as PTP clock > ptp4l[8787.655]: config item (null).uds_address is '/var/run/ptp4l' > ptp4l[8787.655]: section item /var/run/ptp4l.announceReceiptTimeout now 0 > ptp4l[8787.655]: section item /var/run/ptp4l.delay_mechanism now 0 > ptp4l[8787.655]: section item /var/run/ptp4l.network_transport now 0 > ptp4l[8787.655]: section item /var/run/ptp4l.delay_filter_length now 1 > ptp4l[8787.655]: config item (null).free_running is 0 > ptp4l[8787.655]: config item (null).freq_est_interval is 1 > ptp4l[8787.655]: config item (null).gmCapable is 1 > ptp4l[8787.655]: config item (null).kernel_leap is 1 > ptp4l[8787.655]: config item (null).utc_offset is 37 > ptp4l[8787.655]: config item (null).timeSource is 160 > ptp4l[8787.655]: config item (null).pi_proportional_const is 0.000000 > ptp4l[8787.655]: config item (null).pi_integral_const is 0.000000 > ptp4l[8787.655]: config item (null).pi_proportional_scale is 0.000000 > ptp4l[8787.655]: config item (null).pi_proportional_exponent is -0.300000 > ptp4l[8787.655]: config item (null).pi_proportional_norm_max is 0.700000 > ptp4l[8787.655]: config item (null).pi_integral_scale is 0.000000 > ptp4l[8787.655]: config item (null).pi_integral_exponent is 0.400000 > ptp4l[8787.655]: config item (null).pi_integral_norm_max is 0.300000 > ptp4l[8787.655]: config item (null).step_threshold is 0.000000 > ptp4l[8787.655]: config item (null).first_step_threshold is 0.000020 > ptp4l[8787.655]: config item (null).max_frequency is 900000000 > ptp4l[8787.655]: config item (null).dataset_comparison is 1 > ptp4l[8787.655]: config item (null).tsproc_mode is 0 > ptp4l[8787.655]: config item (null).delay_filter is 1 > ptp4l[8787.655]: config item (null).delay_filter_length is 10 > ptp4l[8787.655]: config item (null).initial_delay is 0 > ptp4l[8787.655]: config item (null).summary_interval is 0 > ptp4l[8787.655]: config item (null).sanity_freq_limit is 200000000 > ptp4l[8787.655]: PI servo: sync interval 1.000 kp 0.700 ki 0.300000 > ptp4l[8787.655]: config item /var/run/ptp4l.boundary_clock_jbod is 0 > ptp4l[8787.655]: config item /var/run/ptp4l.network_transport is 0 > ptp4l[8787.655]: config item /var/run/ptp4l.delayAsymmetry is 0 > ptp4l[8787.655]: config item /var/run/ptp4l.follow_up_info is 0 > ptp4l[8787.655]: config item /var/run/ptp4l.freq_est_interval is 1 > ptp4l[8787.655]: config item /var/run/ptp4l.net_sync_monitor is 0 > ptp4l[8787.655]: config item /var/run/ptp4l.path_trace_enabled is 0 > ptp4l[8787.655]: config item /var/run/ptp4l.tc_spanning_tree is 0 > ptp4l[8787.655]: config item /var/run/ptp4l.ingressLatency is 0 > ptp4l[8787.655]: config item /var/run/ptp4l.egressLatency is 0 > ptp4l[8787.994]: config item /var/run/ptp4l.delay_mechanism is 0 > ptp4l[8787.994]: config item /var/run/ptp4l.hybrid_e2e is 0 > ptp4l[8787.994]: config item /var/run/ptp4l.fault_badpeernet_interval is 16 > ptp4l[8787.994]: config item /var/run/ptp4l.fault_reset_interval is 4 > ptp4l[8787.994]: config item /var/run/ptp4l.tsproc_mode is 0 > ptp4l[8787.994]: config item /var/run/ptp4l.delay_filter is 1 > ptp4l[8787.994]: config item /var/run/ptp4l.delay_filter_length is 1 > ptp4l[8787.994]: config item eth0.boundary_clock_jbod is 0 > ptp4l[8787.994]: config item eth0.network_transport is 1 > ptp4l[8787.994]: config item eth0.delayAsymmetry is 0 > ptp4l[8787.994]: config item eth0.follow_up_info is 0 > ptp4l[8787.994]: config item eth0.freq_est_interval is 1 > ptp4l[8787.994]: config item eth0.net_sync_monitor is 0 > ptp4l[8787.994]: config item eth0.path_trace_enabled is 0 > ptp4l[8787.994]: config item eth0.tc_spanning_tree is 0 > ptp4l[8787.994]: config item eth0.ingressLatency is 0 > ptp4l[8787.994]: config item eth0.egressLatency is 0 > ptp4l[8787.994]: config item eth0.delay_mechanism is 1 > ptp4l[8787.994]: config item eth0.unicast_master_table is 1 > ptp4l[8787.994]: config item eth0.unicast_req_duration is 3600 > ptp4l[8787.994]: section item eth0.hybrid_e2e now 1 > ptp4l[8787.994]: config item eth0.unicast_listen is 0 > ptp4l[8787.994]: config item eth0.hybrid_e2e is 1 > ptp4l[8787.994]: config item eth0.fault_badpeernet_interval is 16 > ptp4l[8787.994]: config item eth0.fault_reset_interval is 4 > ptp4l[8787.994]: config item eth0.tsproc_mode is 0 > ptp4l[8787.994]: config item eth0.delay_filter is 1 > ptp4l[8787.994]: config item eth0.delay_filter_length is 10 > ptp4l[8787.995]: config item eth0.logMinDelayReqInterval is 0 > ptp4l[8787.995]: config item eth0.logAnnounceInterval is 1 > ptp4l[8787.995]: config item eth0.announceReceiptTimeout is 3 > ptp4l[8787.995]: config item eth0.syncReceiptTimeout is 0 > ptp4l[8787.995]: config item eth0.transportSpecific is 0 > ptp4l[8787.995]: config item eth0.ignore_transport_specific is 0 > ptp4l[8787.995]: config item eth0.masterOnly is 0 > ptp4l[8787.995]: config item eth0.G.8275.portDS.localPriority is 128 > ptp4l[8787.995]: config item eth0.logSyncInterval is 0 > ptp4l[8787.995]: config item eth0.logMinPdelayReqInterval is 0 > ptp4l[8787.995]: config item eth0.neighborPropDelayThresh is 20000000 > ptp4l[8787.995]: config item eth0.min_neighbor_prop_delay is -20000000 > ptp4l[8787.995]: config item eth0.udp_ttl is 1 > ptp4l[8787.995]: driver changed our HWTSTAMP options > ptp4l[8787.995]: tx_type 1 not 1 > ptp4l[8787.995]: rx_filter 1 not 12 > ptp4l[8787.995]: config item (null).dscp_event is 0 > ptp4l[8787.995]: config item (null).dscp_general is 0 > ptp4l[8787.995]: port 1: INITIALIZING to LISTENING on INIT_COMPLETE > ptp4l[8787.995]: config item /var/run/ptp4l.logMinDelayReqInterval is 0 > ptp4l[8787.995]: config item /var/run/ptp4l.logAnnounceInterval is 1 > ptp4l[8787.995]: config item /var/run/ptp4l.announceReceiptTimeout is 0 > ptp4l[8787.995]: config item /var/run/ptp4l.syncReceiptTimeout is 0 > ptp4l[8787.995]: config item /var/run/ptp4l.transportSpecific is 0 > ptp4l[8787.995]: config item /var/run/ptp4l.ignore_transport_specific is 0 > ptp4l[8787.995]: config item /var/run/ptp4l.masterOnly is 0 > ptp4l[8787.995]: config item /var/run/ptp4l.G.8275.portDS.localPriority is > 128 > ptp4l[8787.995]: config item /var/run/ptp4l.logSyncInterval is 0 > ptp4l[8787.995]: config item /var/run/ptp4l.logMinPdelayReqInterval is 0 > ptp4l[8787.995]: config item /var/run/ptp4l.neighborPropDelayThresh is > 20000000 > ptp4l[8787.995]: config item /var/run/ptp4l.min_neighbor_prop_delay is > -20000000 > ptp4l[8787.995]: config item (null).uds_address is '/var/run/ptp4l' > ptp4l[8787.995]: port 0: INITIALIZING to LISTENING on INIT_COMPLETE > ptp4l[8787.996]: port 1: received link status notification > ptp4l[8787.996]: interface index 2 is up > ptp4l[8791.995]: port 1: unicast request timeout > ptp4l[8794.382]: port 1: announce timeout > ptp4l[8794.382]: config item eth0.udp_ttl is 1 > ptp4l[8794.383]: driver changed our HWTSTAMP options > ptp4l[8794.383]: tx_type 1 not 1 > ptp4l[8794.383]: rx_filter 1 not 12 > ptp4l[8794.383]: config item (null).dscp_event is 0 > ptp4l[8794.383]: config item (null).dscp_general is 0 > ptp4l[8794.383]: selected local clock 00049f.fffe.059fa2 as best master > ptp4l[8795.996]: port 1: unicast request timeout > ptp4l[8799.996]: port 1: unicast request timeout > ptp4l[8800.682]: port 1: announce timeout > ptp4l[8800.682]: config item eth0.udp_ttl is 1 > ptp4l[8800.683]: driver changed our HWTSTAMP options > ptp4l[8800.683]: tx_type 1 not 1 > ptp4l[8800.683]: rx_filter 1 not 12 > ptp4l[8800.683]: config item (null).dscp_event is 0 > ptp4l[8800.683]: config item (null).dscp_general is 0 > ptp4l[8800.683]: selected local clock 00049f.fffe.059fa2 as best master > ptp4l[8803.996]: port 1: unicast request timeout > ptp4l[8807.845]: port 1: announce timeout > ptp4l[8807.845]: config item eth0.udp_ttl is 1 > ptp4l[8807.845]: driver changed our HWTSTAMP options > ptp4l[8807.845]: tx_type 1 not 1 > ptp4l[8807.845]: rx_filter 1 not 12 > ptp4l[8807.845]: config item (null).dscp_event is 0 > ptp4l[8807.845]: config item (null).dscp_general is 0 > ptp4l[8807.845]: selected local clock 00049f.fffe.059fa2 as best master > ptp4l[8807.997]: port 1: unicast request timeout > > > > CONFIDENTIALITY NOTICE: This email and any attachments are for the sole > use of the intended recipient and may contain material that is proprietary, > confidential, privileged or otherwise legally protected or restricted under > applicable government laws. Any review, disclosure, distributing or other > use without expressed permission of the sender is strictly prohibited. If > you are not the intended recipient, please contact the sender and delete > all copies without reading, printing, or saving. > > > > > _______________________________________________ > Linuxptp-users mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxptp-users > |
From: Hutchinson, B. <Bri...@L3...> - 2019-10-03 20:10:00
|
Thanks again Richard! Forgive me for top posting. I’m fighting a group policy for retention issues so after this will bail to a different email that doesn’t have these issues. I poked around and changed a number of settings trying to get things working also noticed my domain needed to match my GM which is set to 44. I finally got things somewhat working and now see: root@imx8mmevk:/etc# ptp4l -p /dev/ptp0 -f /etc/ptp4l.conf -m -q -l 7 ptp4l[23478.122]: config item (null).assume_two_step is 0 ptp4l[23478.122]: config item (null).check_fup_sync is 0 ptp4l[23478.122]: config item (null).tx_timestamp_timeout is 200 ptp4l[23478.122]: config item (null).clock_servo is 0 ptp4l[23478.122]: config item (null).clock_type is 32768 ptp4l[23478.122]: config item (null).clock_servo is 0 ptp4l[23478.122]: config item (null).clockClass is 248 ptp4l[23478.122]: config item (null).clockAccuracy is 254 ptp4l[23478.122]: config item (null).offsetScaledLogVariance is 65535 ptp4l[23478.122]: config item (null).productDescription is ';;' ptp4l[23478.122]: config item (null).revisionData is ';;' ptp4l[23478.122]: config item (null).userDescription is ';' ptp4l[23478.122]: config item (null).manufacturerIdentity is '00:00:00' ptp4l[23478.122]: config item (null).domainNumber is 44 ptp4l[23478.122]: config item (null).slaveOnly is 1 ptp4l[23478.122]: config item (null).gmCapable is 1 ptp4l[23478.122]: config item (null).gmCapable is 1 ptp4l[23478.122]: config item (null).G.8275.defaultDS.localPriority is 128 ptp4l[23478.122]: config item (null).time_stamping is 1 ptp4l[23478.122]: config item (null).twoStepFlag is 1 ptp4l[23478.122]: config item (null).twoStepFlag is 1 ptp4l[23478.122]: config item (null).time_stamping is 1 ptp4l[23478.122]: config item (null).priority1 is 128 ptp4l[23478.122]: config item (null).priority2 is 128 ptp4l[23478.123]: interface index 2 is up ptp4l[23478.123]: config item (null).free_running is 0 ptp4l[23478.123]: selected /dev/ptp0 as PTP clock ptp4l[23478.123]: config item (null).uds_address is '/var/run/ptp4l' ptp4l[23478.123]: section item /var/run/ptp4l.announceReceiptTimeout now 0 ptp4l[23478.123]: section item /var/run/ptp4l.delay_mechanism now 0 ptp4l[23478.123]: section item /var/run/ptp4l.network_transport now 0 ptp4l[23478.123]: section item /var/run/ptp4l.delay_filter_length now 1 ptp4l[23478.123]: config item (null).free_running is 0 ptp4l[23478.123]: config item (null).freq_est_interval is 1 ptp4l[23478.123]: config item (null).gmCapable is 1 ptp4l[23478.123]: config item (null).kernel_leap is 1 ptp4l[23478.123]: config item (null).utc_offset is 37 ptp4l[23478.123]: config item (null).timeSource is 160 ptp4l[23478.123]: config item (null).pi_proportional_const is 0.000000 ptp4l[23478.123]: config item (null).pi_integral_const is 0.000000 ptp4l[23478.123]: config item (null).pi_proportional_scale is 0.000000 ptp4l[23478.123]: config item (null).pi_proportional_exponent is -0.300000 ptp4l[23478.123]: config item (null).pi_proportional_norm_max is 0.700000 ptp4l[23478.123]: config item (null).pi_integral_scale is 0.000000 ptp4l[23478.123]: config item (null).pi_integral_exponent is 0.400000 ptp4l[23478.123]: config item (null).pi_integral_norm_max is 0.300000 ptp4l[23478.123]: config item (null).step_threshold is 0.000000 ptp4l[23478.123]: config item (null).first_step_threshold is 0.000020 ptp4l[23478.123]: config item (null).max_frequency is 900000000 ptp4l[23478.123]: config item (null).dataset_comparison is 1 ptp4l[23478.123]: config item (null).tsproc_mode is 0 ptp4l[23478.123]: config item (null).delay_filter is 1 ptp4l[23478.123]: config item (null).delay_filter_length is 10 ptp4l[23478.123]: config item (null).initial_delay is 0 ptp4l[23478.123]: config item (null).summary_interval is 4 ptp4l[23478.123]: config item (null).sanity_freq_limit is 200000000 ptp4l[23478.123]: PI servo: sync interval 1.000 kp 0.700 ki 0.300000 ptp4l[23478.123]: config item /var/run/ptp4l.boundary_clock_jbod is 0 ptp4l[23478.123]: config item /var/run/ptp4l.network_transport is 0 ptp4l[23478.123]: config item /var/run/ptp4l.delayAsymmetry is 0 ptp4l[23478.123]: config item /var/run/ptp4l.follow_up_info is 0 ptp4l[23478.123]: config item /var/run/ptp4l.freq_est_interval is 1 ptp4l[23478.123]: config item /var/run/ptp4l.net_sync_monitor is 0 ptp4l[23478.123]: config item /var/run/ptp4l.path_trace_enabled is 0 ptp4l[23478.123]: config item /var/run/ptp4l.tc_spanning_tree is 0 ptp4l[23478.123]: config item /var/run/ptp4l.ingressLatency is 0 ptp4l[23478.464]: config item /var/run/ptp4l.egressLatency is 0 ptp4l[23478.464]: config item /var/run/ptp4l.delay_mechanism is 0 ptp4l[23478.464]: config item /var/run/ptp4l.hybrid_e2e is 1 ptp4l[23478.464]: port 0: hybrid_e2e only works with E2E ptp4l[23478.464]: config item /var/run/ptp4l.fault_badpeernet_interval is 16 ptp4l[23478.464]: config item /var/run/ptp4l.fault_reset_interval is 4 ptp4l[23478.464]: config item /var/run/ptp4l.tsproc_mode is 0 ptp4l[23478.464]: config item /var/run/ptp4l.delay_filter is 1 ptp4l[23478.464]: config item /var/run/ptp4l.delay_filter_length is 1 ptp4l[23478.464]: config item eth0.boundary_clock_jbod is 0 ptp4l[23478.464]: config item eth0.network_transport is 1 ptp4l[23478.464]: config item eth0.delayAsymmetry is 0 ptp4l[23478.464]: config item eth0.follow_up_info is 0 ptp4l[23478.464]: config item eth0.freq_est_interval is 1 ptp4l[23478.464]: config item eth0.net_sync_monitor is 0 ptp4l[23478.464]: config item eth0.path_trace_enabled is 0 ptp4l[23478.464]: config item eth0.tc_spanning_tree is 0 ptp4l[23478.464]: config item eth0.ingressLatency is 0 ptp4l[23478.464]: config item eth0.egressLatency is 0 ptp4l[23478.464]: config item eth0.delay_mechanism is 1 ptp4l[23478.464]: config item eth0.unicast_master_table is 1 ptp4l[23478.464]: config item eth0.unicast_req_duration is 60 ptp4l[23478.464]: section item eth0.hybrid_e2e now 1 ptp4l[23478.464]: config item eth0.unicast_listen is 1 ptp4l[23478.464]: section item eth0.hybrid_e2e now 1 ptp4l[23478.464]: config item eth0.inhibit_multicast_service is 1 ptp4l[23478.464]: config item eth0.hybrid_e2e is 1 ptp4l[23478.464]: config item eth0.fault_badpeernet_interval is 16 ptp4l[23478.464]: config item eth0.fault_reset_interval is 4 ptp4l[23478.464]: config item eth0.tsproc_mode is 0 ptp4l[23478.464]: config item eth0.delay_filter is 1 ptp4l[23478.464]: config item eth0.delay_filter_length is 10 ptp4l[23478.464]: config item eth0.logMinDelayReqInterval is 0 ptp4l[23478.464]: config item eth0.logAnnounceInterval is 1 ptp4l[23478.464]: config item eth0.announceReceiptTimeout is 3 ptp4l[23478.464]: config item eth0.syncReceiptTimeout is 0 ptp4l[23478.464]: config item eth0.transportSpecific is 0 ptp4l[23478.464]: config item eth0.ignore_transport_specific is 0 ptp4l[23478.464]: config item eth0.masterOnly is 0 ptp4l[23478.464]: config item eth0.G.8275.portDS.localPriority is 128 ptp4l[23478.464]: config item eth0.logSyncInterval is 0 ptp4l[23478.464]: config item eth0.logMinPdelayReqInterval is 0 ptp4l[23478.464]: config item eth0.neighborPropDelayThresh is 20000000 ptp4l[23478.464]: config item eth0.min_neighbor_prop_delay is -20000000 ptp4l[23478.464]: config item eth0.udp_ttl is 1 ptp4l[23478.465]: driver changed our HWTSTAMP options ptp4l[23478.465]: tx_type 1 not 1 ptp4l[23478.465]: rx_filter 1 not 12 ptp4l[23478.465]: config item (null).dscp_event is 0 ptp4l[23478.465]: config item (null).dscp_general is 0 ptp4l[23478.465]: port 1: INITIALIZING to LISTENING on INIT_COMPLETE ptp4l[23478.465]: config item /var/run/ptp4l.logMinDelayReqInterval is 0 ptp4l[23478.465]: config item /var/run/ptp4l.logAnnounceInterval is 1 ptp4l[23478.465]: config item /var/run/ptp4l.announceReceiptTimeout is 0 ptp4l[23478.465]: config item /var/run/ptp4l.syncReceiptTimeout is 0 ptp4l[23478.465]: config item /var/run/ptp4l.transportSpecific is 0 ptp4l[23478.465]: config item /var/run/ptp4l.ignore_transport_specific is 0 ptp4l[23478.465]: config item /var/run/ptp4l.masterOnly is 0 ptp4l[23478.465]: config item /var/run/ptp4l.G.8275.portDS.localPriority is 128 ptp4l[23478.465]: config item /var/run/ptp4l.logSyncInterval is 0 ptp4l[23478.465]: config item /var/run/ptp4l.logMinPdelayReqInterval is 0 ptp4l[23478.465]: config item /var/run/ptp4l.neighborPropDelayThresh is 20000000 ptp4l[23478.800]: config item /var/run/ptp4l.min_neighbor_prop_delay is -20000000 ptp4l[23478.800]: config item (null).uds_address is '/var/run/ptp4l' ptp4l[23478.800]: port 0: INITIALIZING to LISTENING on INIT_COMPLETE ptp4l[23478.800]: port 1: received link status notification ptp4l[23478.800]: interface index 2 is up ptp4l[23479.238]: port 1: setting asCapable ptp4l[23479.238]: port 1: new foreign master 001747.fffe.700d6b-1 ptp4l[23482.465]: port 1: unicast request timeout ptp4l[23482.467]: port 1: unicast ANNOUNCE granted for 60 sec ptp4l[23482.467]: port 1: renewal timeout at 23527 ptp4l[23483.244]: selected best master clock 001747.fffe.700d6b ptp4l[23483.245]: updating UTC offset to 37 ptp4l[23483.245]: port 1: LISTENING to UNCALIBRATED on RS_SLAVE ptp4l[23483.887]: port 1: delay timeout ptp4l[23483.890]: delay filtered 2495 raw 2495 ptp4l[23485.362]: port 1: delay timeout ptp4l[23486.371]: port 1: UNCALIBRATED to SLAVE on MASTER_CLOCK_SELECTED ptp4l[23486.465]: port 1: unicast request timeout ptp4l[23486.468]: port 1: unicast SYNC granted for 60 sec ptp4l[23486.468]: PI servo: sync interval 1.000 kp 0.700 ki 0.300000 ptp4l[23486.468]: port 1: unicast DELAY_RESP granted for 60 sec ptp4l[23487.394]: port 1: delay timeout ptp4l[23487.397]: delay filtered 2510 raw 2526 ptp4l[23488.317]: port 1: delay timeout ptp4l[23488.319]: delay filtered 2526 raw 2574 ptp4l[23489.112]: port 1: delay timeout ptp4l[23489.114]: delay filtered 2550 raw 2590 ptp4l[23490.465]: port 1: unicast request timeout ptp4l[23490.481]: port 1: delay timeout ptp4l[23490.485]: delay filtered 2570 raw 2570 ptp4l[23491.870]: port 1: delay timeout ptp4l[23491.872]: delay filtered 2548 raw 2509 ptp4l[23491.909]: port 1: delay timeout ptp4l[23491.911]: delay filtered 2567 raw 2567 ptp4l[23492.278]: port 1: delay timeout ptp4l[23492.280]: delay filtered 2568 raw 2587 ptp4l[23493.141]: port 1: delay timeout ptp4l[23493.143]: delay filtered 2567 raw 2556 ptp4l[23493.785]: port 1: delay timeout ptp4l[23493.787]: delay filtered 2561 raw 2511 ptp4l[23494.466]: port 1: unicast request timeout ptp4l[23495.604]: port 1: delay timeout ptp4l[23495.606]: delay filtered 2568 raw 2633 ptp4l[23496.377]: port 1: delay timeout ptp4l[23496.379]: delay filtered 2572 raw 2581 ptp4l[23498.182]: port 1: delay timeout ptp4l[23498.183]: delay filtered 2568 raw 2557 ptp4l[23498.466]: port 1: unicast request timeout ptp4l[23498.821]: port 1: delay timeout ptp4l[23498.823]: delay filtered 2562 raw 2556 ptp4l[23499.417]: rms 365446383422811 max 1033638463513557 freq -25190 +/- 76 delay 2552 +/- 24 ptp4l[23500.117]: port 1: delay timeout ptp4l[23500.123]: delay filtered 2556 raw 2530 ptp4l[23500.186]: port 1: delay timeout ptp4l[23500.188]: delay filtered 2556 raw 2532 ptp4l[23500.695]: port 1: delay timeout ptp4l[23500.698]: delay filtered 2556 raw 2599 ptp4l[23500.772]: port 1: delay timeout ptp4l[23500.774]: delay filtered 2556 raw 2569 ptp4l[23502.406]: port 1: delay timeout ptp4l[23502.408]: delay filtered 2563 raw 2570 ptp4l[23502.467]: port 1: unicast request timeout ptp4l[23503.124]: port 1: delay timeout ptp4l[23503.126]: delay filtered 2569 raw 2657 ptp4l[23504.233]: port 1: delay timeout ptp4l[23504.236]: delay filtered 2563 raw 2421 ptp4l[23505.986]: port 1: delay timeout ptp4l[23505.988]: delay filtered 2556 raw 2528 ptp4l[23506.425]: port 1: delay timeout ptp4l[23506.427]: delay filtered 2555 raw 2555 ptp4l[23506.467]: port 1: unicast request timeout ptp4l[23508.292]: port 1: delay timeout ptp4l[23508.294]: delay filtered 2562 raw 2633 ptp4l[23509.527]: port 1: delay timeout ptp4l[23509.529]: delay filtered 2563 raw 2558 ptp4l[23509.607]: port 1: delay timeout ptp4l[23509.610]: delay filtered 2569 raw 2581 ptp4l[23510.231]: port 1: delay timeout ptp4l[23510.233]: delay filtered 2563 raw 2553 ptp4l[23510.467]: port 1: unicast request timeout ptp4l[23511.945]: port 1: delay timeout ptp4l[23511.947]: delay filtered 2556 raw 2533 ptp4l[23512.936]: port 1: delay timeout ptp4l[23512.939]: delay filtered 2554 raw 2523 ptp4l[23513.514]: port 1: delay timeout ptp4l[23513.516]: delay filtered 2554 raw 2603 ptp4l[23514.467]: port 1: unicast request timeout ptp4l[23515.297]: port 1: delay timeout ptp4l[23515.299]: delay filtered 2556 raw 2610 ptp4l[23515.474]: rms 95 max 187 freq -25149 +/- 84 delay 2559 +/- 5 ptp4l[23515.692]: port 1: delay timeout ptp4l[23515.695]: delay filtered 2556 raw 2511 ptp4l[23516.248]: port 1: delay timeout ptp4l[23516.250]: delay filtered 2555 raw 2540 ptp4l[23516.448]: port 1: delay timeout ptp4l[23516.450]: delay filtered 2555 raw 2563 ptp4l[23516.607]: port 1: delay timeout ptp4l[23516.610]: delay filtered 2546 raw 2519 ptp4l[23517.802]: port 1: delay timeout ptp4l[23517.803]: delay filtered 2536 raw 2511 ptp4l[23518.468]: port 1: unicast request timeout ptp4l[23519.253]: port 1: delay timeout ptp4l[23519.255]: delay filtered 2536 raw 2580 ptp4l[23520.516]: port 1: delay timeout ptp4l[23520.518]: delay filtered 2531 raw 2508 ptp4l[23522.042]: port 1: delay timeout ptp4l[23522.044]: delay filtered 2543 raw 2546 ptp4l[23522.468]: port 1: unicast request timeout ptp4l[23523.437]: port 1: delay timeout ptp4l[23523.439]: delay filtered 2543 raw 2579 ptp4l[23523.443]: port 1: delay timeout ptp4l[23523.445]: delay filtered 2543 raw 2546 ptp4l[23524.254]: port 1: delay timeout ptp4l[23524.256]: delay filtered 2546 raw 2648 ptp4l[23526.250]: port 1: delay timeout ptp4l[23526.252]: delay filtered 2554 raw 2599 ptp4l[23526.468]: port 1: unicast request timeout ptp4l[23527.500]: port 1: delay timeout ptp4l[23527.502]: delay filtered 2546 raw 2519 ptp4l[23528.804]: port 1: delay timeout ptp4l[23528.806]: delay filtered 2546 raw 2481 ptp4l[23529.287]: port 1: delay timeout ptp4l[23529.289]: delay filtered 2546 raw 2473 ptp4l[23530.385]: port 1: delay timeout ptp4l[23530.387]: delay filtered 2546 raw 2570 ptp4l[23530.469]: port 1: unicast request timeout ptp4l[23530.469]: port 1: time to renew unicast subscriptions ptp4l[23530.471]: port 1: unicast ANNOUNCE granted for 60 sec ptp4l[23530.471]: port 1: renewal timeout at 23575 ptp4l[23530.471]: port 1: unicast SYNC granted for 60 sec ptp4l[23530.471]: port 1: unicast DELAY_RESP granted for 60 sec ptp4l[23531.491]: port 1: delay timeout ptp4l[23531.495]: delay filtered 2558 raw 2577 ptp4l[23531.548]: rms 78 max 159 freq -25156 +/- 68 delay 2546 +/- 7 Is is normal to see “port 1: delay timeout” over and over? Regards, Brian From: Richard Funderburk <ric...@tr...> Sent: Thursday, October 3, 2019 1:19 PM To: Hutchinson, Brian (US) <Bri...@L3...> Cc: lin...@li... Subject: Re: [Linuxptp-users] Having trouble getting ptp4l to work with G.8275.2 profile and Trimble GM200 Grand Master Clock Hi Brian, From the 8275.2 spec: In this PTP telecom profile, the default PTP domain number is 44, and the range of applicable PTP domain numbers is {44 – 63}. You appear to have a domain number of 0. Without the proper domain number the requests are ignored by the GM. Richard Funderburk On Thu, Oct 3, 2019 at 8:48 AM Hutchinson, Brian via Linuxptp-users <lin...@li...<mailto:lin...@li...>> wrote: > -----Original Message----- > From: Richard Cochran <ric...@gm...<mailto:ric...@gm...>> > Sent: Wednesday, October 2, 2019 10:56 PM > To: Hutchinson, Brian (US) <Bri...@L3...<mailto:Bri...@L3...>> > Cc: lin...@li...<mailto:lin...@li...> > Subject: Re: [Linuxptp-users] Having trouble getting ptp4l to work with > G.8275.2 profile and Trimble GM200 Grand Master Clock > > On Wed, Oct 02, 2019 at 01:27:40PM +0000, Hutchinson, Brian via Linuxptp- > users wrote: > > I've looked at the sample configs, namely default and G.8275.2 and my > config is basically default plus the settings from G.8275.2. > > You need to specify a [unicast_master_table] section that contains the GM's > network address. Thanks Richard! I added the following to the end ptp4l.conf: [unicast_master_table] table_id 1 logQueryInterval 2 UDPv4 192.168.0.250 # [eth0] unicast_master_table ... and started ptp4l with: ptp4l -p /dev/ptp0 -i eth0 -f /etc/ptp4l.conf -m -q -l 7 -H -s And kind of get the same result (but with unicast messages now): ptp4l[8367.195]: cooot@imx8mmevk:/etc# ptp4l -p /dev/ptp0 -i eth0 -f /etc/ptp4l.conf -m -q -l 7 etc# ptp4l -p /dev/ptp0 -i eth0 -f /etc/ptp4l.conf -m -q -l 7 -s ptp4l[8752.222]: config item (null).assume_two_step is 0c/ptp4l.conf -m -q -l 7 -H ptp4l[8752.222]: config item (null).check_fup_sync is 0 ptp4l[8752.222]: config item (null).tx_timestamp_timeout is 1 ptp4l[8752.222]: config item (null).clock_servo is 0 ptp4l[8752.222]: config item (null).clock_type is 32768 ptp4l[8752.222]: config item (null).clock_servo is 0 ptp4l[8752.222]: config item (null).clockClass is 248 ptp4l[8752.222]: config item (null).clockAccuracy is 254 ptp4l[8752.222]: config item (null).offsetScaledLogVariance is 65535 ptp4l[8752.222]: config item (null).productDescription is ';;' ptp4l[8752.222]: config item (null).revisionData is ';;' ptp4l[8752.222]: config item (null).userDescription is ';' ptp4l[8752.222]: config item (null).manufacturerIdentity is '00:00:00' ptp4l[8752.222]: config item (null).domainNumber is 0 ptp4l[8752.222]: config item (null).slaveOnly is 1 ptp4l[8752.222]: config item (null).gmCapable is 1 ptp4l[8752.222]: config item (null).gmCapable is 1 ptp4l[8752.222]: config item (null).G.8275.defaultDS.localPriority is 128 ptp4l[8752.222]: config item (null).time_stamping is 1 ptp4l[8752.222]: config item (null).twoStepFlag is 1 ptp4l[8752.222]: config item (null).twoStepFlag is 1 ptp4l[8752.222]: config item (null).time_stamping is 1 ptp4l[8752.222]: config item (null).priority1 is 128 ptp4l[8752.222]: config item (null).priority2 is 128 ptp4l[8752.223]: interface index 2 is up ptp4l[8752.223]: config item (null).free_running is 0 ptp4l[8752.223]: selected /dev/ptp0 as PTP clock ptp4l[8752.223]: config item (null).uds_address is '/var/run/ptp4l' ptp4l[8752.223]: section item /var/run/ptp4l.announceReceiptTimeout now 0 ptp4l[8752.223]: section item /var/run/ptp4l.delay_mechanism now 0 ptp4l[8752.223]: section item /var/run/ptp4l.network_transport now 0 ptp4l[8752.223]: section item /var/run/ptp4l.delay_filter_length now 1 ptp4l[8752.223]: config item (null).free_running is 0 ptp4l[8752.223]: config item (null).freq_est_interval is 1 ptp4l[8752.223]: config item (null).gmCapable is 1 ptp4l[8752.223]: config item (null).kernel_leap is 1 ptp4l[8752.223]: config item (null).utc_offset is 37 ptp4l[8752.223]: config item (null).timeSource is 160 ptp4l[8752.223]: config item (null).pi_proportional_const is 0.000000 ptp4l[8752.223]: config item (null).pi_integral_const is 0.000000 ptp4l[8752.223]: config item (null).pi_proportional_scale is 0.000000 ptp4l[8752.223]: config item (null).pi_proportional_exponent is -0.300000 ptp4l[8752.223]: config item (null).pi_proportional_norm_max is 0.700000 ptp4l[8752.223]: config item (null).pi_integral_scale is 0.000000 ptp4l[8752.223]: config item (null).pi_integral_exponent is 0.400000 ptp4l[8752.223]: config item (null).pi_integral_norm_max is 0.300000 ptp4l[8752.223]: config item (null).step_threshold is 0.000000 ptp4l[8752.223]: config item (null).first_step_threshold is 0.000020 ptp4l[8752.223]: config item (null).max_frequency is 900000000 ptp4l[8752.223]: config item (null).dataset_comparison is 1 ptp4l[8752.223]: config item (null).tsproc_mode is 0 ptp4l[8752.223]: config item (null).delay_filter is 1 ptp4l[8752.223]: config item (null).delay_filter_length is 10 ptp4l[8752.223]: config item (null).initial_delay is 0 ptp4l[8752.223]: config item (null).summary_interval is 0 ptp4l[8752.223]: config item (null).sanity_freq_limit is 200000000 ptp4l[8752.223]: PI servo: sync interval 1.000 kp 0.700 ki 0.300000 ptp4l[8752.223]: config item /var/run/ptp4l.boundary_clock_jbod is 0 ptp4l[8752.223]: config item /var/run/ptp4l.network_transport is 0 ptp4l[8752.223]: config item /var/run/ptp4l.delayAsymmetry is 0 ptp4l[8752.223]: config item /var/run/ptp4l.follow_up_info is 0 ptp4l[8752.223]: config item /var/run/ptp4l.freq_est_interval is 1 ptp4l[8752.223]: config item /var/run/ptp4l.net_sync_monitor is 0 ptp4l[8752.223]: config item /var/run/ptp4l.path_trace_enabled is 0 ptp4l[8752.223]: config item /var/run/ptp4l.tc_spanning_tree is 0 ptp4l[8752.223]: config item /var/run/ptp4l.ingressLatency is 0 ptp4l[8752.223]: config item /var/run/ptp4l.egressLatency is 0 ptp4l[8752.566]: config item /var/run/ptp4l.delay_mechanism is 0 ptp4l[8752.566]: config item /var/run/ptp4l.hybrid_e2e is 0 ptp4l[8752.566]: config item /var/run/ptp4l.fault_badpeernet_interval is 16 ptp4l[8752.566]: config item /var/run/ptp4l.fault_reset_interval is 4 ptp4l[8752.566]: config item /var/run/ptp4l.tsproc_mode is 0 ptp4l[8752.566]: config item /var/run/ptp4l.delay_filter is 1 ptp4l[8752.566]: config item /var/run/ptp4l.delay_filter_length is 1 ptp4l[8752.566]: config item eth0.boundary_clock_jbod is 0 ptp4l[8752.566]: config item eth0.network_transport is 1 ptp4l[8752.566]: config item eth0.delayAsymmetry is 0 ptp4l[8752.566]: config item eth0.follow_up_info is 0 ptp4l[8752.566]: config item eth0.freq_est_interval is 1 ptp4l[8752.566]: config item eth0.net_sync_monitor is 0 ptp4l[8752.566]: config item eth0.path_trace_enabled is 0 ptp4l[8752.566]: config item eth0.tc_spanning_tree is 0 ptp4l[8752.566]: config item eth0.ingressLatency is 0 ptp4l[8752.566]: config item eth0.egressLatency is 0 ptp4l[8752.566]: config item eth0.delay_mechanism is 1 ptp4l[8752.566]: config item eth0.unicast_master_table is 1 ptp4l[8752.566]: config item eth0.unicast_req_duration is 3600 ptp4l[8752.566]: section item eth0.hybrid_e2e now 1 ptp4l[8752.566]: config item eth0.unicast_listen is 0 ptp4l[8752.566]: config item eth0.hybrid_e2e is 1 ptp4l[8752.566]: config item eth0.fault_badpeernet_interval is 16 ptp4l[8752.566]: config item eth0.fault_reset_interval is 4 ptp4l[8752.566]: config item eth0.tsproc_mode is 0 ptp4l[8752.566]: config item eth0.delay_filter is 1 ptp4l[8752.566]: config item eth0.delay_filter_length is 10 ptp4l[8752.567]: config item eth0.logMinDelayReqInterval is 0 ptp4l[8752.567]: config item eth0.logAnnounceInterval is 1 ptp4l[8752.567]: config item eth0.announceReceiptTimeout is 3 ptp4l[8752.567]: config item eth0.syncReceiptTimeout is 0 ptp4l[8752.567]: config item eth0.transportSpecific is 0 ptp4l[8752.567]: config item eth0.ignore_transport_specific is 0 ptp4l[8752.567]: config item eth0.masterOnly is 0 ptp4l[8752.567]: config item eth0.G.8275.portDS.localPriority is 128 ptp4l[8752.567]: config item eth0.logSyncInterval is 0 ptp4l[8752.567]: config item eth0.logMinPdelayReqInterval is 0 ptp4l[8752.567]: config item eth0.neighborPropDelayThresh is 20000000 ptp4l[8752.567]: config item eth0.min_neighbor_prop_delay is -20000000 ptp4l[8752.567]: config item eth0.udp_ttl is 1 ptp4l[8752.567]: driver changed our HWTSTAMP options ptp4l[8752.567]: tx_type 1 not 1 ptp4l[8752.567]: rx_filter 1 not 12 ptp4l[8752.567]: config item (null).dscp_event is 0 ptp4l[8752.567]: config item (null).dscp_general is 0 ptp4l[8752.567]: port 1: INITIALIZING to LISTENING on INIT_COMPLETE ptp4l[8752.567]: config item /var/run/ptp4l.logMinDelayReqInterval is 0 ptp4l[8752.567]: config item /var/run/ptp4l.logAnnounceInterval is 1 ptp4l[8752.567]: config item /var/run/ptp4l.announceReceiptTimeout is 0 ptp4l[8752.567]: config item /var/run/ptp4l.syncReceiptTimeout is 0 ptp4l[8752.567]: config item /var/run/ptp4l.transportSpecific is 0 ptp4l[8752.567]: config item /var/run/ptp4l.ignore_transport_specific is 0 ptp4l[8752.567]: config item /var/run/ptp4l.masterOnly is 0 ptp4l[8752.567]: config item /var/run/ptp4l.G.8275.portDS.localPriority is 128 ptp4l[8752.567]: config item /var/run/ptp4l.logSyncInterval is 0 ptp4l[8752.567]: config item /var/run/ptp4l.logMinPdelayReqInterval is 0 ptp4l[8752.567]: config item /var/run/ptp4l.neighborPropDelayThresh is 20000000 ptp4l[8752.567]: config item /var/run/ptp4l.min_neighbor_prop_delay is -20000000 ptp4l[8752.567]: config item (null).uds_address is '/var/run/ptp4l' ptp4l[8752.567]: port 0: INITIALIZING to LISTENING on INIT_COMPLETE ptp4l[8752.567]: port 1: received link status notification ptp4l[8752.908]: interface index 2 is up ptp4l[8756.567]: port 1: unicast request timeout ptp4l[8759.813]: port 1: announce timeout ptp4l[8759.813]: config item eth0.udp_ttl is 1 ptp4l[8759.813]: driver changed our HWTSTAMP options ptp4l[8759.813]: tx_type 1 not 1 ptp4l[8759.813]: rx_filter 1 not 12 ptp4l[8759.813]: config item (null).dscp_event is 0 ptp4l[8759.813]: config item (null).dscp_general is 0 ptp4l[8759.813]: selected local clock 00049f.fffe.059fa2 as best master ptp4l[8760.568]: port 1: unicast request timeout ptp4l[8764.568]: port 1: unicast request timeout ptp4l[8766.163]: port 1: announce timeout ptp4l[8766.163]: config item eth0.udp_ttl is 1 ptp4l[8766.163]: driver changed our HWTSTAMP options ptp4l[8766.163]: tx_type 1 not 1 ptp4l[8766.163]: rx_filter 1 not 12 ptp4l[8766.163]: config item (null).dscp_event is 0 ptp4l[8766.163]: config item (null).dscp_general is 0 ptp4l[8766.163]: selected local clock 00049f.fffe.059fa2 as best master ptp4l[8768.568]: port 1: unicast request timeout ptp4l[8772.273]: port 1: announce timeout ptp4l[8772.273]: config item eth0.udp_ttl is 1 ptp4l[8772.274]: driver changed our HWTSTAMP options ptp4l[8772.274]: tx_type 1 not 1 ptp4l[8772.274]: rx_filter 1 not 12 ptp4l[8772.274]: config item (null).dscp_event is 0 ptp4l[8772.274]: config item (null).dscp_general is 0 ptp4l[8772.274]: selected local clock 00049f.fffe.059fa2 as best master ptp4l[8772.569]: port 1: unicast request timeout ptp4l[8776.569]: port 1: unicast request timeout ptp4l[8779.486]: port 1: announce timeout ptp4l[8779.486]: config item eth0.udp_ttl is 1 ptp4l[8779.486]: driver changed our HWTSTAMP options ptp4l[8779.486]: tx_type 1 not 1 ptp4l[8779.486]: rx_filter 1 not 12 ptp4l[8779.486]: config item (null).dscp_event is 0 ptp4l[8779.486]: config item (null).dscp_general is 0 ptp4l[8779.486]: selected local clock 00049f.fffe.059fa2 as best master poot@imx8mmevk:/etc# ptp4l -p /dev/ptp0 -i eth0 -f /etc/ptp4l.conf -m -q -l 7 -H -s ptp4l[8787.654]: config item (null).assume_two_step is 0c/ptp4l.conf -m -q -l 7 -s ptp4l[8787.654]: config item (null).check_fup_sync is 0 ptp4l[8787.654]: config item (null).tx_timestamp_timeout is 1 ptp4l[8787.654]: config item (null).clock_servo is 0 ptp4l[8787.654]: config item (null).clock_type is 32768 ptp4l[8787.654]: config item (null).clock_servo is 0 ptp4l[8787.654]: config item (null).clockClass is 248 ptp4l[8787.654]: config item (null).clockAccuracy is 254 ptp4l[8787.654]: config item (null).offsetScaledLogVariance is 65535 ptp4l[8787.654]: config item (null).productDescription is ';;' ptp4l[8787.654]: config item (null).revisionData is ';;' ptp4l[8787.654]: config item (null).userDescription is ';' ptp4l[8787.654]: config item (null).manufacturerIdentity is '00:00:00' ptp4l[8787.654]: config item (null).domainNumber is 0 ptp4l[8787.654]: config item (null).slaveOnly is 1 ptp4l[8787.654]: config item (null).gmCapable is 1 ptp4l[8787.654]: config item (null).gmCapable is 1 ptp4l[8787.654]: config item (null).G.8275.defaultDS.localPriority is 128 ptp4l[8787.654]: config item (null).time_stamping is 1 ptp4l[8787.654]: config item (null).twoStepFlag is 1 ptp4l[8787.654]: config item (null).twoStepFlag is 1 ptp4l[8787.654]: config item (null).time_stamping is 1 ptp4l[8787.654]: config item (null).priority1 is 128 ptp4l[8787.654]: config item (null).priority2 is 128 ptp4l[8787.655]: interface index 2 is up ptp4l[8787.655]: config item (null).free_running is 0 ptp4l[8787.655]: selected /dev/ptp0 as PTP clock ptp4l[8787.655]: config item (null).uds_address is '/var/run/ptp4l' ptp4l[8787.655]: section item /var/run/ptp4l.announceReceiptTimeout now 0 ptp4l[8787.655]: section item /var/run/ptp4l.delay_mechanism now 0 ptp4l[8787.655]: section item /var/run/ptp4l.network_transport now 0 ptp4l[8787.655]: section item /var/run/ptp4l.delay_filter_length now 1 ptp4l[8787.655]: config item (null).free_running is 0 ptp4l[8787.655]: config item (null).freq_est_interval is 1 ptp4l[8787.655]: config item (null).gmCapable is 1 ptp4l[8787.655]: config item (null).kernel_leap is 1 ptp4l[8787.655]: config item (null).utc_offset is 37 ptp4l[8787.655]: config item (null).timeSource is 160 ptp4l[8787.655]: config item (null).pi_proportional_const is 0.000000 ptp4l[8787.655]: config item (null).pi_integral_const is 0.000000 ptp4l[8787.655]: config item (null).pi_proportional_scale is 0.000000 ptp4l[8787.655]: config item (null).pi_proportional_exponent is -0.300000 ptp4l[8787.655]: config item (null).pi_proportional_norm_max is 0.700000 ptp4l[8787.655]: config item (null).pi_integral_scale is 0.000000 ptp4l[8787.655]: config item (null).pi_integral_exponent is 0.400000 ptp4l[8787.655]: config item (null).pi_integral_norm_max is 0.300000 ptp4l[8787.655]: config item (null).step_threshold is 0.000000 ptp4l[8787.655]: config item (null).first_step_threshold is 0.000020 ptp4l[8787.655]: config item (null).max_frequency is 900000000 ptp4l[8787.655]: config item (null).dataset_comparison is 1 ptp4l[8787.655]: config item (null).tsproc_mode is 0 ptp4l[8787.655]: config item (null).delay_filter is 1 ptp4l[8787.655]: config item (null).delay_filter_length is 10 ptp4l[8787.655]: config item (null).initial_delay is 0 ptp4l[8787.655]: config item (null).summary_interval is 0 ptp4l[8787.655]: config item (null).sanity_freq_limit is 200000000 ptp4l[8787.655]: PI servo: sync interval 1.000 kp 0.700 ki 0.300000 ptp4l[8787.655]: config item /var/run/ptp4l.boundary_clock_jbod is 0 ptp4l[8787.655]: config item /var/run/ptp4l.network_transport is 0 ptp4l[8787.655]: config item /var/run/ptp4l.delayAsymmetry is 0 ptp4l[8787.655]: config item /var/run/ptp4l.follow_up_info is 0 ptp4l[8787.655]: config item /var/run/ptp4l.freq_est_interval is 1 ptp4l[8787.655]: config item /var/run/ptp4l.net_sync_monitor is 0 ptp4l[8787.655]: config item /var/run/ptp4l.path_trace_enabled is 0 ptp4l[8787.655]: config item /var/run/ptp4l.tc_spanning_tree is 0 ptp4l[8787.655]: config item /var/run/ptp4l.ingressLatency is 0 ptp4l[8787.655]: config item /var/run/ptp4l.egressLatency is 0 ptp4l[8787.994]: config item /var/run/ptp4l.delay_mechanism is 0 ptp4l[8787.994]: config item /var/run/ptp4l.hybrid_e2e is 0 ptp4l[8787.994]: config item /var/run/ptp4l.fault_badpeernet_interval is 16 ptp4l[8787.994]: config item /var/run/ptp4l.fault_reset_interval is 4 ptp4l[8787.994]: config item /var/run/ptp4l.tsproc_mode is 0 ptp4l[8787.994]: config item /var/run/ptp4l.delay_filter is 1 ptp4l[8787.994]: config item /var/run/ptp4l.delay_filter_length is 1 ptp4l[8787.994]: config item eth0.boundary_clock_jbod is 0 ptp4l[8787.994]: config item eth0.network_transport is 1 ptp4l[8787.994]: config item eth0.delayAsymmetry is 0 ptp4l[8787.994]: config item eth0.follow_up_info is 0 ptp4l[8787.994]: config item eth0.freq_est_interval is 1 ptp4l[8787.994]: config item eth0.net_sync_monitor is 0 ptp4l[8787.994]: config item eth0.path_trace_enabled is 0 ptp4l[8787.994]: config item eth0.tc_spanning_tree is 0 ptp4l[8787.994]: config item eth0.ingressLatency is 0 ptp4l[8787.994]: config item eth0.egressLatency is 0 ptp4l[8787.994]: config item eth0.delay_mechanism is 1 ptp4l[8787.994]: config item eth0.unicast_master_table is 1 ptp4l[8787.994]: config item eth0.unicast_req_duration is 3600 ptp4l[8787.994]: section item eth0.hybrid_e2e now 1 ptp4l[8787.994]: config item eth0.unicast_listen is 0 ptp4l[8787.994]: config item eth0.hybrid_e2e is 1 ptp4l[8787.994]: config item eth0.fault_badpeernet_interval is 16 ptp4l[8787.994]: config item eth0.fault_reset_interval is 4 ptp4l[8787.994]: config item eth0.tsproc_mode is 0 ptp4l[8787.994]: config item eth0.delay_filter is 1 ptp4l[8787.994]: config item eth0.delay_filter_length is 10 ptp4l[8787.995]: config item eth0.logMinDelayReqInterval is 0 ptp4l[8787.995]: config item eth0.logAnnounceInterval is 1 ptp4l[8787.995]: config item eth0.announceReceiptTimeout is 3 ptp4l[8787.995]: config item eth0.syncReceiptTimeout is 0 ptp4l[8787.995]: config item eth0.transportSpecific is 0 ptp4l[8787.995]: config item eth0.ignore_transport_specific is 0 ptp4l[8787.995]: config item eth0.masterOnly is 0 ptp4l[8787.995]: config item eth0.G.8275.portDS.localPriority is 128 ptp4l[8787.995]: config item eth0.logSyncInterval is 0 ptp4l[8787.995]: config item eth0.logMinPdelayReqInterval is 0 ptp4l[8787.995]: config item eth0.neighborPropDelayThresh is 20000000 ptp4l[8787.995]: config item eth0.min_neighbor_prop_delay is -20000000 ptp4l[8787.995]: config item eth0.udp_ttl is 1 ptp4l[8787.995]: driver changed our HWTSTAMP options ptp4l[8787.995]: tx_type 1 not 1 ptp4l[8787.995]: rx_filter 1 not 12 ptp4l[8787.995]: config item (null).dscp_event is 0 ptp4l[8787.995]: config item (null).dscp_general is 0 ptp4l[8787.995]: port 1: INITIALIZING to LISTENING on INIT_COMPLETE ptp4l[8787.995]: config item /var/run/ptp4l.logMinDelayReqInterval is 0 ptp4l[8787.995]: config item /var/run/ptp4l.logAnnounceInterval is 1 ptp4l[8787.995]: config item /var/run/ptp4l.announceReceiptTimeout is 0 ptp4l[8787.995]: config item /var/run/ptp4l.syncReceiptTimeout is 0 ptp4l[8787.995]: config item /var/run/ptp4l.transportSpecific is 0 ptp4l[8787.995]: config item /var/run/ptp4l.ignore_transport_specific is 0 ptp4l[8787.995]: config item /var/run/ptp4l.masterOnly is 0 ptp4l[8787.995]: config item /var/run/ptp4l.G.8275.portDS.localPriority is 128 ptp4l[8787.995]: config item /var/run/ptp4l.logSyncInterval is 0 ptp4l[8787.995]: config item /var/run/ptp4l.logMinPdelayReqInterval is 0 ptp4l[8787.995]: config item /var/run/ptp4l.neighborPropDelayThresh is 20000000 ptp4l[8787.995]: config item /var/run/ptp4l.min_neighbor_prop_delay is -20000000 ptp4l[8787.995]: config item (null).uds_address is '/var/run/ptp4l' ptp4l[8787.995]: port 0: INITIALIZING to LISTENING on INIT_COMPLETE ptp4l[8787.996]: port 1: received link status notification ptp4l[8787.996]: interface index 2 is up ptp4l[8791.995]: port 1: unicast request timeout ptp4l[8794.382]: port 1: announce timeout ptp4l[8794.382]: config item eth0.udp_ttl is 1 ptp4l[8794.383]: driver changed our HWTSTAMP options ptp4l[8794.383]: tx_type 1 not 1 ptp4l[8794.383]: rx_filter 1 not 12 ptp4l[8794.383]: config item (null).dscp_event is 0 ptp4l[8794.383]: config item (null).dscp_general is 0 ptp4l[8794.383]: selected local clock 00049f.fffe.059fa2 as best master ptp4l[8795.996]: port 1: unicast request timeout ptp4l[8799.996]: port 1: unicast request timeout ptp4l[8800.682]: port 1: announce timeout ptp4l[8800.682]: config item eth0.udp_ttl is 1 ptp4l[8800.683]: driver changed our HWTSTAMP options ptp4l[8800.683]: tx_type 1 not 1 ptp4l[8800.683]: rx_filter 1 not 12 ptp4l[8800.683]: config item (null).dscp_event is 0 ptp4l[8800.683]: config item (null).dscp_general is 0 ptp4l[8800.683]: selected local clock 00049f.fffe.059fa2 as best master ptp4l[8803.996]: port 1: unicast request timeout ptp4l[8807.845]: port 1: announce timeout ptp4l[8807.845]: config item eth0.udp_ttl is 1 ptp4l[8807.845]: driver changed our HWTSTAMP options ptp4l[8807.845]: tx_type 1 not 1 ptp4l[8807.845]: rx_filter 1 not 12 ptp4l[8807.845]: config item (null).dscp_event is 0 ptp4l[8807.845]: config item (null).dscp_general is 0 ptp4l[8807.845]: selected local clock 00049f.fffe.059fa2 as best master ptp4l[8807.997]: port 1: unicast request timeout CONFIDENTIALITY NOTICE: This email and any attachments are for the sole use of the intended recipient and may contain material that is proprietary, confidential, privileged or otherwise legally protected or restricted under applicable government laws. Any review, disclosure, distributing or other use without expressed permission of the sender is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies without reading, printing, or saving. _______________________________________________ Linuxptp-users mailing list Lin...@li...<mailto:Lin...@li...> https://lists.sourceforge.net/lists/listinfo/linuxptp-users |
From: Richard C. <ric...@gm...> - 2019-10-04 03:47:19
|
On Thu, Oct 03, 2019 at 08:09:41PM +0000, Hutchinson, Brian via Linuxptp-users wrote: > Is is normal to see “port 1: delay timeout” over and over? Yes. This debug message only means that it is time to send a delay request. Thanks, Richard |