Time Synchronization on Programmable data plane for Time-Sensitive Networking
- Notes about timestamps and timekeeping in Netronome SmartNICs
- Reading IEEE 802.1AS
- Writing the goals of this paper with clarity (what do you wish to achieve?)
CONFIG_PPSCONFIG_NETWORK_PHY_TIMESTAMPINGPTP_1588_CLOCK
sudo timedatectl set-ntp off
[main]
plugins = keyfile
[keyfile]
unmanaged-devices=interface-name:eth0
sudo service network-manager restart
git clone http://git.code.sf.net/p/linuxptp/code linuxptp
cd linuxptp
make
sudo make install