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 <[email protected]> > Sent: Sunday, June 28, 2020 1:59 PM > To: [email protected] > Cc: Fady Bader <[email protected]>; Thomas Monjalon > <[email protected]>; Tasnim Bashar <[email protected]>; Tal > Shnaiderman <[email protected]>; Yohad Tor <[email protected]>; > [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected] > 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

