Re: [dpdk-dev] [PATCH v4 2/2] timer: support EAL functions on Windows

2020-05-06 Thread Dmitry Kozlyuk
Getting extremely volatile results from get_tsc_hz(). Here's what I get from 10 successive calls: freq=266000 freq=322000 freq=374000 freq=387000 freq=383000 freq=406000 freq=337000 freq=382000 freq=737000 freq=497000 Please see the last comment for the rea

[dpdk-dev] [PATCH v4 2/2] timer: support EAL functions on Windows

2020-05-06 Thread Fady Bader
Implemented the needed Windows eal timer functions. Signed-off-by: Fady Bader --- lib/librte_eal/common/meson.build | 1 + lib/librte_eal/windows/eal.c| 6 +++ lib/librte_eal/windows/eal_timer.c | 96 + lib/librte_eal/windows/include/rte_o