Re: [dpdk-dev] [PATCH v7 0/3] eal timer split and implementation for Windows

2020-06-11 Thread Thomas Monjalon
19/05/2020 01:20, Fady Bader: > This patchset splits OS dependent EAL timer functions and implements them for > windows. > > Fady Bader (3): > timer: move from common to Unix directory > eal: proc type function for Windows > timer: support EAL functions on Windows This series is pending fo

[dpdk-dev] [PATCH v7 0/3] eal timer split and implementation for Windows

2020-05-18 Thread Fady Bader
This patchset splits OS dependent EAL timer functions and implements them for windows. v2: * fixing styles and correctness errors. v3: * fixing correctness, get_tsc_freq was reimplemented. v4: * rebasing to the new version of "Windows basic memory management" series. * fixing styl