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

Dmitry Kozlyuk dmitry.kozliuk at gmail.com
Mon May 11 20:48:48 CEST 2020


On Sun, 10 May 2020 15:03:05 +0300
Fady Bader <fady at mellanox.com> wrote:

> Implemented the needed Windows eal timer functions.
> 
> Signed-off-by: Fady Bader <fady at 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.kozliuk at gmail.com>

--
Dmirty Kozlyuk


More information about the dev mailing list