Re: [dpdk-dev] [PATCH v8 3/3] timer: support EAL functions on Windows

2020-06-17 Thread Fady Bader
Sending a new version soon. > Subject: Re: [PATCH v8 3/3] timer: support EAL functions on Windows > > > On 6/14/2020 1:43 AM, Fady Bader wrote: > > Implemented the needed Windows eal timer functions. > > > > Signed-off-by: Fady Bader > > --- > > lib/librte_eal/common/meson.build | 1 +

Re: [dpdk-dev] [PATCH v8 3/3] timer: support EAL functions on Windows

2020-06-16 Thread Ranjit Menon
On 6/14/2020 1:43 AM, Fady Bader wrote: 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 | 90

Re: [dpdk-dev] [PATCH v8 3/3] timer: support EAL functions on Windows

2020-06-16 Thread Thomas Monjalon
14/06/2020 10:43, Fady Bader: > Implemented the needed Windows eal timer functions. > > Signed-off-by: Fady Bader I think there were some acks and tested flags from previous versions but they are not reported here. It is blocking the merge.

[dpdk-dev] [PATCH v8 3/3] timer: support EAL functions on Windows

2020-06-14 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 | 90 + lib/librte_eal/windows/include/rte_o