On Wed, Mar 21, 2018 at 01:58:51PM +0100, Thomas Gleixner wrote: > Errm. No. There is no way to support fd based clocks or one of the CPU > time/process time based clocks for this.
Why not? If the we have HW offloading, then the transmit time had better be expressed in terms of the MAC's internal clock. Otherwise we would need to translate between a kernel clock and the MAC clock, but that is expensive (eg over PCIe) and silly (because in a typical use case the MAC will already be synchronized to the network time). Thanks, Richard