DPDK patches and discussions
 help / color / mirror / Atom feed
From: Fady Bader <fady@mellanox.com>
To: dev@dpdk.org
Cc: thomas@monjalon.net, talshn@mellanox.com, yohadt@mellanox.com,
	konstantin.ananyev@intel.com, honnappa.nagarahalli@arm.com,
	harini.ramakrishnan@microsoft.com, ocardona@microsoft.com,
	ranjit.menon@intel.com, pallavi.kadam@intel.com,
	dmitry.kozliuk@gmail.com
Subject: [dpdk-dev] [PATCH v5] eal/windows: ring build on Windows
Date: Sun, 21 Jun 2020 15:06:19 +0300	[thread overview]
Message-ID: <20200621120619.24692-1-fady@mellanox.com> (raw)
In-Reply-To: <'20200520093444.14904-1-fady@mellanox.com'>

Building ring on Windows.

Signed-off-by: Fady Bader <fady@mellanox.com>

---

Depends-on: series-10531 ("Windows bus/pci support")

v5: rebase to current master and "Windows bus/pci support" v7.

v4: rebase on "Windows basic memory management" v5.

v3: Fix style issues.

v2: Fix style issues.
---
 lib/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/meson.build b/lib/meson.build
index af66610fcb..9074cb58af 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -38,6 +38,7 @@ libraries = [
 if is_windows
 	libraries = [
 		'kvargs','eal',
+		'ring',
 		'pci',
 	] # only supported libraries for windows
 endif
-- 
2.16.1.windows.4


  parent reply	other threads:[~2020-06-21 12:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <'20200520093444.14904-1-fady@mellanox.com'>
2020-05-21 14:14 ` [dpdk-dev] [PATCH v3] " Fady Bader
2020-05-27  8:24 ` [dpdk-dev] [PATCH v4] " Fady Bader
2020-05-27 20:59   ` Ranjit Menon
2020-06-21 12:06 ` Fady Bader [this message]
2020-06-29 23:21   ` [dpdk-dev] [PATCH v5] " Thomas Monjalon

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=20200621120619.24692-1-fady@mellanox.com \
    --to=fady@mellanox.com \
    --cc=dev@dpdk.org \
    --cc=dmitry.kozliuk@gmail.com \
    --cc=harini.ramakrishnan@microsoft.com \
    --cc=honnappa.nagarahalli@arm.com \
    --cc=konstantin.ananyev@intel.com \
    --cc=ocardona@microsoft.com \
    --cc=pallavi.kadam@intel.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).