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

2020-06-16 Thread Dmitry Kozlyuk
On Sun, 14 Jun 2020 11:43:45 +0300 Fady Bader wrote: > v8: > * fixing error handling issue. > * removed unneded headers. The patchset now needs a trivial rebase to apply. Feel free to propagate my previous Tested-by. -- Dmitry Kozlyuk

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

2020-06-16 Thread Thomas Monjalon
14/06/2020 10:43, 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 ba

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

2020-06-14 Thread Tal Shnaiderman
> Subject: [PATCH v8 0/3] eal timer split and implementation for Windows > > 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: >

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

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