On Thu, 14 Nov 2024, Stephen Hemminger wrote: > > In general DPDK uses tsc instead of monotonic time, since it is faster and > platform > independent (ie Windows). > > Why not use use a global counter instead? >
I have tried tsc, but it only works on x86 and does not function on other archs. A global counter seems to be a good idea.