ptp4l: increase default tx_timestamp_retries to 100.
It seems with some cards the current default of 2 is too small, increase the number to prevent users from having to investigate the EAGAIN error messages. Signed-off-by: Miroslav Lichvar <mlichvar@redhat.com>master
parent
022f203b11
commit
a373805b6d
|
@ -27,7 +27,7 @@ assume_two_step 0
|
||||||
logging_level 6
|
logging_level 6
|
||||||
path_trace_enabled 0
|
path_trace_enabled 0
|
||||||
follow_up_info 0
|
follow_up_info 0
|
||||||
tx_timestamp_retries 2
|
tx_timestamp_retries 100
|
||||||
use_syslog 1
|
use_syslog 1
|
||||||
verbose 0
|
verbose 0
|
||||||
#
|
#
|
||||||
|
|
2
gPTP.cfg
2
gPTP.cfg
|
@ -26,7 +26,7 @@ assume_two_step 1
|
||||||
logging_level 6
|
logging_level 6
|
||||||
path_trace_enabled 1
|
path_trace_enabled 1
|
||||||
follow_up_info 1
|
follow_up_info 1
|
||||||
tx_timestamp_retries 2
|
tx_timestamp_retries 100
|
||||||
use_syslog 1
|
use_syslog 1
|
||||||
verbose 0
|
verbose 0
|
||||||
#
|
#
|
||||||
|
|
2
ptp4l.8
2
ptp4l.8
|
@ -237,7 +237,7 @@ The default is 0 (disabled).
|
||||||
.B tx_timestamp_retries
|
.B tx_timestamp_retries
|
||||||
The number of retries to fetch the tx time stamp from the kernel when a message
|
The number of retries to fetch the tx time stamp from the kernel when a message
|
||||||
is sent.
|
is sent.
|
||||||
The default is 2.
|
The default is 100.
|
||||||
.TP
|
.TP
|
||||||
.B clock_servo
|
.B clock_servo
|
||||||
The servo which is used to synchronize the local clock. Currently only one
|
The servo which is used to synchronize the local clock. Currently only one
|
||||||
|
|
Loading…
Reference in New Issue