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

2020-06-23 Thread Thomas Monjalon
18/06/2020 21:32, Ranjit Menon: > On 6/17/2020 11:55 PM, Fady Bader wrote: > > 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 reimplement

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

2020-06-18 Thread Ranjit Menon
On 6/17/2020 11:55 PM, Fady Bader wrote: 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 ba

[dpdk-dev] [PATCH v10 0/2] eal timer split and implementation for Windows

2020-06-17 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