[Linuxptp-users] recvmsg tx timestamp failed: Resource temporarily unavailable
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Rayagond K. <ray...@gm...> - 2013-02-05 12:48:11
|
Hi All I am getting following messages when I run the command - ptp4l -i eth1 -p /dev/ptp0 -m ptp4l[9393.328]: selected /dev/ptp0 as PTP clock ptp4l[9393.330]: failed to read out the clock frequency adjustment: Operation not supported ptp4l[9393.330]: port 1: get_ts_info not supported ptp4l[9393.335]: port 1: INITIALIZING to LISTENING on INITIALIZE ptp4l[9393.335]: port 0: INITIALIZING to LISTENING on INITIALIZE ptp4l[9399.335]: port 1: LISTENING to MASTER on ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES ptp4l[9400.342]: recvmsg tx timestamp failed: Resource temporarily unavailable ptp4l[9400.342]: port 1: send sync failed ptp4l[9400.342]: port 1: MASTER to FAULTY on FAULT_DETECTED ptp4l[9415.349]: port 1: FAULTY to LISTENING on FAULT_CLEARED ptp4l[9421.349]: port 1: LISTENING to MASTER on ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES ptp4l[9422.356]: recvmsg tx timestamp failed: Resource temporarily unavailable ptp4l[9422.356]: port 1: send sync failed ptp4l[9422.356]: port 1: MASTER to FAULTY on FAULT_DETECTED ptp4l[9437.363]: port 1: FAULTY to LISTENING on FAULT_CLEARED What does this error means ? I am returning the timestamp back to socket using "skb_tstamp_tx()" api in my driver. WWR Rayagond |