[PATCH] eal/linux: redefine the name for rte_fbarray_init()
Zhou congjie
zcjie0802 at qq.com
Fri Nov 15 03:00:17 CET 2024
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
architectures.
A global counter seems to be a good idea.
More information about the dev
mailing list