DPDK patches and discussions
 help / color / mirror / Atom feed
From: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
To: Fady Bader <fady@mellanox.com>
Cc: dev@dpdk.org, thomas@monjalon.net, talshn@mellanox.com,
	dmitry.kozliuk@gmail.com, yohadt@mellanox.com,
	harini.ramakrishnan@microsoft.com, ocardona@microsoft.com,
	anand.rawat@intel.com, ranjit.menon@intel.com
Subject: Re: [dpdk-dev] [PATCH v6 3/3] timer: support EAL functions on Windows
Date: Mon, 11 May 2020 21:48:48 +0300	[thread overview]
Message-ID: <20200511214848.50e681ee@nixos> (raw)
In-Reply-To: <20200510120305.13428-4-fady@mellanox.com>

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

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

--
Dmirty Kozlyuk

      reply	other threads:[~2020-05-11 18:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-10 12:03 [dpdk-dev] [PATCH v6 0/3] eal timer split and implementation for Windows Fady Bader
2020-05-10 12:03 ` [dpdk-dev] [PATCH v6 1/3] timer: move from common to Unix directory Fady Bader
2020-05-10 12:03 ` [dpdk-dev] [PATCH v6 2/3] eal: proc type function for Windows Fady Bader
2020-05-10 12:03 ` [dpdk-dev] [PATCH v6 3/3] timer: support EAL functions on Windows Fady Bader
2020-05-11 18:48   ` Dmitry Kozlyuk [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200511214848.50e681ee@nixos \
    --to=dmitry.kozliuk@gmail.com \
    --cc=anand.rawat@intel.com \
    --cc=dev@dpdk.org \
    --cc=fady@mellanox.com \
    --cc=harini.ramakrishnan@microsoft.com \
    --cc=ocardona@microsoft.com \
    --cc=ranjit.menon@intel.com \
    --cc=talshn@mellanox.com \
    --cc=thomas@monjalon.net \
    --cc=yohadt@mellanox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).