[dpdk-dev] [PATCH v2 0/5] compiling ethdev lib under windows

Fady Bader fady at mellanox.com
Sun Jul 26 11:24:26 CEST 2020


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 at mellanox.com>
> Sent: Sunday, June 28, 2020 1:59 PM
> To: dev at dpdk.org
> Cc: Fady Bader <fady at mellanox.com>; Thomas Monjalon
> <thomas at monjalon.net>; Tasnim Bashar <tbashar at mellanox.com>; Tal
> Shnaiderman <talshn at mellanox.com>; Yohad Tor <yohadt at mellanox.com>;
> dmitry.kozliuk at gmail.com; harini.ramakrishnan at microsoft.com;
> ocardona at microsoft.com; ranjit.menon at intel.com; pallavi.kadam at intel.com;
> kevin.laatz at intel.com; ferruh.yigit at intel.com; arybchenko at solarflare.com;
> ciara.power at 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



More information about the dev mailing list