On Sun, 10 May 2020 15:03:05 +0300 Fady Bader <f...@mellanox.com> wrote:
> Implemented the needed Windows eal timer functions. > > Signed-off-by: Fady Bader <f...@mellanox.com> > --- > lib/librte_eal/common/meson.build | 1 + > lib/librte_eal/windows/eal.c | 6 +++ > lib/librte_eal/windows/eal_timer.c | 86 > +++++++++++++++++++++++++++++++++ > lib/librte_eal/windows/include/rte_os.h | 2 + > lib/librte_eal/windows/meson.build | 1 + 5 files changed, 96 > insertions(+) create mode 100644 lib/librte_eal/windows/eal_timer.c > > diff --git a/lib/librte_eal/common/meson.build > b/lib/librte_eal/common/meson.build index 155da29b4..0ea995573 100644 > --- a/lib/librte_eal/common/meson.build > +++ b/lib/librte_eal/common/meson.build > @@ -14,6 +14,7 @@ if is_windows > 'eal_common_log.c', > 'eal_common_options.c', > 'eal_common_thread.c', > + 'eal_common_timer.c', > 'rte_option.c', > ) > subdir_done() This hunk does not apply on current master, because there is no rte_option.c in the tree and in the list. With rte_option.c removed, Tested-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com> -- Dmirty Kozlyuk