On Tue, Jan 23, 2018 at 01:22:37PM -0800, Vinicius Costa Gomes wrote: > What I think would be the ideal scenario would be if the clockid > parameter to the TBS Qdisc would not be necessary (if offload was > enabled), but that's not quite possible right now, because there's no > support for using the hrtimer infrastructure with dynamic clocks > (/dev/ptp*).
We don't need hrtimer for HW offloading. Just enqueue the packets. I thought we agreed that user space get the ordering correct. In fact, davem insisted on it, IIRC. Thanks, Richard