From: Fady Bader <fady@mellanox.com>
To: Fady Bader <fady@mellanox.com>, "dev@dpdk.org" <dev@dpdk.org>,
Narcisa Ana Maria Vasile <navasile@linux.microsoft.com>
Cc: Thomas Monjalon <thomas@monjalon.net>,
Tasnim Bashar <tbashar@mellanox.com>,
Tal Shnaiderman <talshn@mellanox.com>,
Yohad Tor <yohadt@mellanox.com>,
"dmitry.kozliuk@gmail.com" <dmitry.kozliuk@gmail.com>,
"harini.ramakrishnan@microsoft.com"
<harini.ramakrishnan@microsoft.com>,
"ocardona@microsoft.com" <ocardona@microsoft.com>,
"ranjit.menon@intel.com" <ranjit.menon@intel.com>,
"pallavi.kadam@intel.com" <pallavi.kadam@intel.com>,
"kevin.laatz@intel.com" <kevin.laatz@intel.com>,
"ferruh.yigit@intel.com" <ferruh.yigit@intel.com>,
"arybchenko@solarflare.com" <arybchenko@solarflare.com>,
"ciara.power@intel.com" <ciara.power@intel.com>
Subject: Re: [dpdk-dev] [PATCH v2 0/5] compiling ethdev lib under windows
Date: Sun, 26 Jul 2020 09:24:26 +0000 [thread overview]
Message-ID: <VI1PR05MB5872E81F14613EE05A7D312ABF750@VI1PR05MB5872.eurprd05.prod.outlook.com> (raw)
In-Reply-To: <20200628105851.14916-1-fady@mellanox.com>
Hi Narcisa,
I saw that the net patch was acked, can you also review this patch too to see if more work should be done.
Thanks,
Fady
> -----Original Message-----
> From: Fady Bader <fady@mellanox.com>
> Sent: Sunday, June 28, 2020 1:59 PM
> To: dev@dpdk.org
> Cc: Fady Bader <fady@mellanox.com>; Thomas Monjalon
> <thomas@monjalon.net>; Tasnim Bashar <tbashar@mellanox.com>; Tal
> Shnaiderman <talshn@mellanox.com>; Yohad Tor <yohadt@mellanox.com>;
> dmitry.kozliuk@gmail.com; harini.ramakrishnan@microsoft.com;
> ocardona@microsoft.com; ranjit.menon@intel.com; pallavi.kadam@intel.com;
> kevin.laatz@intel.com; ferruh.yigit@intel.com; arybchenko@solarflare.com;
> ciara.power@intel.com
> Subject: [PATCH v2 0/5] compiling ethdev lib under windows
>
> Added needed changes in order to get ethdev compiling under windows.
>
> Depends-on: series-10382 ("compile librte_net for windows")
>
> v2: fixed logging issue in telemetry lib.
>
> Fady Bader (5):
> eal: added interrupts empty stubs
> eal: updated export list for Windows
> ethdev: remove structs from export list
> telemetry: implement empty stubs for Windows
> ethdev: compiling ethdev under Windows
>
> lib/librte_eal/rte_eal_exports.def | 10 +++++++
> lib/librte_eal/windows/eal_interrupts.c | 17 +++++++++++
> lib/librte_eal/windows/meson.build | 1 +
> lib/librte_ethdev/rte_ethdev_version.map | 2 --
> lib/librte_telemetry/rte_telemetry.h | 4 +++
> lib/librte_telemetry/telemetry.c | 51
> +++++++++++++++++++++++++++++++-
> lib/librte_telemetry/telemetry_legacy.c | 26 +++++++++++++++-
> lib/meson.build | 7 +++--
> 8 files changed, 112 insertions(+), 6 deletions(-) create mode 100644
> lib/librte_eal/windows/eal_interrupts.c
>
> --
> 2.16.1.windows.4
next prev parent reply other threads:[~2020-07-26 9:24 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-25 13:30 [dpdk-dev] [PATCH " Fady Bader
2020-06-25 13:30 ` [dpdk-dev] [PATCH 1/5] eal: added interrupts empty stubs Fady Bader
2020-06-28 10:58 ` [dpdk-dev] [PATCH v2 0/5] compiling ethdev lib under windows Fady Bader
2020-06-28 10:58 ` [dpdk-dev] [PATCH v2 1/5] eal: added interrupts empty stubs Fady Bader
2020-06-28 10:58 ` [dpdk-dev] [PATCH v2 2/5] eal: updated export list for Windows Fady Bader
2020-06-28 10:58 ` [dpdk-dev] [PATCH v2 3/5] ethdev: remove structs from export list Fady Bader
2020-06-28 10:58 ` [dpdk-dev] [PATCH v2 4/5] telemetry: implement empty stubs for Windows Fady Bader
2020-06-28 18:04 ` Stephen Hemminger
2020-06-29 7:59 ` Thomas Monjalon
2020-06-28 10:58 ` [dpdk-dev] [PATCH v2 5/5] ethdev: compiling ethdev under Windows Fady Bader
2020-07-26 9:24 ` Fady Bader [this message]
2020-07-27 18:53 ` [dpdk-dev] [PATCH v2 0/5] compiling ethdev lib under windows Narcisa Ana Maria Vasile
2020-06-25 13:30 ` [dpdk-dev] [PATCH 2/5] eal: updated export list for Windows Fady Bader
2020-06-25 13:30 ` [dpdk-dev] [PATCH 3/5] ethdev: remove structs from export list Fady Bader
2020-06-25 13:30 ` [dpdk-dev] [PATCH 4/5] telemetry: implement empty stubs for Windows Fady Bader
2020-06-25 13:30 ` [dpdk-dev] [PATCH 5/5] ethdev: compiling ethdev under Windows Fady Bader
2020-07-29 1:01 ` [dpdk-dev] [PATCH 0/5] compiling ethdev lib under windows Narcisa Ana Maria Vasile
2020-08-03 6:16 ` Fady Bader
2020-08-03 10:38 ` [dpdk-dev] [PATCH v3 " Fady Bader
2020-08-03 10:38 ` [dpdk-dev] [PATCH v3 1/5] eal: added interrupts empty stubs Fady Bader
2020-08-03 10:38 ` [dpdk-dev] [PATCH v3 2/5] eal: updated export list for Windows Fady Bader
2020-08-03 10:38 ` [dpdk-dev] [PATCH v3 3/5] ethdev: remove structs from export list Fady Bader
2020-08-03 10:38 ` [dpdk-dev] [PATCH v3 4/5] telemetry: implement empty stubs for Windows Fady Bader
2020-08-04 1:26 ` Narcisa Ana Maria Vasile
2020-08-04 6:05 ` Fady Bader
2020-08-03 10:38 ` [dpdk-dev] [PATCH v3 5/5] ethdev: compiling ethdev under Windows Fady Bader
2020-08-04 6:29 ` [dpdk-dev] [PATCH v4 0/5] compiling ethdev lib under windows Fady Bader
2020-08-04 6:29 ` [dpdk-dev] [PATCH v4 1/5] eal: added interrupts empty stubs Fady Bader
2020-08-04 18:45 ` Narcisa Ana Maria Vasile
2020-08-04 23:43 ` Dmitry Kozlyuk
2020-08-04 6:29 ` [dpdk-dev] [PATCH v4 2/5] eal: updated export list for Windows Fady Bader
2020-08-04 18:46 ` Narcisa Ana Maria Vasile
2020-08-04 6:29 ` [dpdk-dev] [PATCH v4 3/5] ethdev: remove structs from export list Fady Bader
2020-08-04 18:47 ` Narcisa Ana Maria Vasile
2020-08-04 6:29 ` [dpdk-dev] [PATCH v4 4/5] telemetry: implement empty stubs for Windows Fady Bader
2020-08-04 18:47 ` Narcisa Ana Maria Vasile
2020-08-04 23:39 ` Dmitry Kozlyuk
2020-08-05 8:27 ` Thomas Monjalon
2020-08-05 8:40 ` Bruce Richardson
2020-08-05 9:06 ` Thomas Monjalon
2020-08-05 10:02 ` Bruce Richardson
2020-08-05 8:28 ` Thomas Monjalon
2020-08-04 6:29 ` [dpdk-dev] [PATCH v4 5/5] ethdev: compiling ethdev under Windows Fady Bader
2020-08-04 18:51 ` Narcisa Ana Maria Vasile
2020-08-11 6:24 ` [dpdk-dev] [PATCH v5 0/5] compiling ethdev lib under windows Fady Bader
2020-08-11 6:24 ` [dpdk-dev] [PATCH v5 1/5] eal: added interrupts empty stubs Fady Bader
2020-08-11 6:24 ` [dpdk-dev] [PATCH v5 2/5] eal: updated export list for Windows Fady Bader
2020-08-11 6:24 ` [dpdk-dev] [PATCH v5 3/5] ethdev: remove structs from export list Fady Bader
2020-08-11 6:24 ` [dpdk-dev] [PATCH v5 4/5] telemetry: implement empty stubs for Windows Fady Bader
2020-09-10 23:35 ` Thomas Monjalon
2020-08-11 6:24 ` [dpdk-dev] [PATCH v5 5/5] ethdev: compiling ethdev under Windows Fady Bader
2020-08-13 7:02 ` [dpdk-dev] [PATCH v5 0/5] compiling ethdev lib under windows Thomas Monjalon
2020-08-18 16:13 ` Dmitry Kozlyuk
2020-08-20 21:40 ` Ranjit Menon
2020-09-10 23:50 ` [dpdk-dev] [PATCH v6 0/5] build ethdev on Windows Thomas Monjalon
2020-09-10 23:50 ` [dpdk-dev] [PATCH v6 1/5] eal/windows: add stub for Rx interrupt control Thomas Monjalon
2020-09-10 23:50 ` [dpdk-dev] [PATCH v6 2/5] eal/windows: update symbols export Thomas Monjalon
2020-09-10 23:50 ` [dpdk-dev] [PATCH v6 3/5] telemetry: build stubs for Windows Thomas Monjalon
2020-09-10 23:50 ` [dpdk-dev] [PATCH v6 4/5] ethdev: remove structs from export map Thomas Monjalon
2020-09-10 23:50 ` [dpdk-dev] [PATCH v6 5/5] ethdev: build on Windows Thomas Monjalon
2020-09-10 23:58 ` [dpdk-dev] [PATCH v6 0/5] build ethdev " 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=VI1PR05MB5872E81F14613EE05A7D312ABF750@VI1PR05MB5872.eurprd05.prod.outlook.com \
--to=fady@mellanox.com \
--cc=arybchenko@solarflare.com \
--cc=ciara.power@intel.com \
--cc=dev@dpdk.org \
--cc=dmitry.kozliuk@gmail.com \
--cc=ferruh.yigit@intel.com \
--cc=harini.ramakrishnan@microsoft.com \
--cc=kevin.laatz@intel.com \
--cc=navasile@linux.microsoft.com \
--cc=ocardona@microsoft.com \
--cc=pallavi.kadam@intel.com \
--cc=ranjit.menon@intel.com \
--cc=talshn@mellanox.com \
--cc=tbashar@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).