> - Ethernet has support for hardware timestamping True, but not all drivers support it. Marvell switches are often combined with Marvell MACs. None of the Marvell MAC drivers, mv643xx, mvneta, mvpp2 or octeontx2 support hardware timestamping. My guess is, the hardware probably supports it, but nobody has taken the time to writing the driver code. FEC does have PTP support, but what does it look like in general? Are Marvell drives the exception, or the norm? What we have been talking about in this thread, adding timestamp calls at various places, is simple, compared to adding driver code to a number of MAC drivers. We can get a lot of 'bang for our buck' with time stamps, it is easy to copy to other drivers, you don't need a good knowledge of the hardware, datasheet, etc. So if we can get this accepted, we should try to do it. You can always come back later and add your full hardware solution. Andrew