Re: [Linuxptp-devel] [PATCH v1 0/5] Common Mean Link Delay -- proof of concept
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2023-11-30 08:02:14
|
On Wed, Nov 29, 2023 at 11:57:16PM -0800, Richard Cochran wrote: > This is how CMLD should be done, IMHO. Sample configs... ~~~~~~~~~~~~~~~~ CMLDS_server.cfg ~~~~~~~~~~~~~~~~ [global] clientOnly 1 free_running 1 uds_address /var/run/cmlds_server use_syslog 0 verbose 1 [eth2] delay_mechanism P2P [eth1] delay_mechanism P2P ~~~~~~~~~~~~~~~~ CMLDS_client.cfg ~~~~~~~~~~~~~~~~ [global] use_syslog 0 verbose 1 [eth1] delay_mechanism COMMON_P2P cmlds_port 2 |