On 2020-05-07 16:05 GMT+0300 Fady Bader wrote:
> Implemented the needed Windows eal timer functions.
[snip]
> +void
> +rte_delay_us_sleep(unsigned int us)
> +{
> + LARGE_INTEGER start, end;
> + LARGE_INTEGER freq;
> +
> + QueryPerformanceCounter(&start);
> + QueryPerformanceFrequenc
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 | 77 +
lib/librte_eal/windows/include/rte_o
2 matches
Mail list logo