[dpdk-dev] [PATCH 0/2] eal/windows: restore mistakenly hidden API

Dmitry Kozlyuk dmitry.kozliuk at gmail.com
Sun Aug 29 04:16:00 CEST 2021


Some functions were not exported, and UUID API not even built on Windows
for no compelling reason. This hasn't been an issue so far, because only
static build is currently available on Windows, however:
1) it's better to have fewer differences between platforms;
2) enabling shared build is planned for the near future.

I don't believe this patchset should be backported
because it doesn't fix any actual issue for 20.11.

Dmitry Kozlyuk (2):
  eal: remove Windows-specific list of common files
  eal/windows: fix export list

 lib/eal/common/meson.build | 63 +++++++++-----------------------------
 lib/eal/version.map        | 32 +++++++++----------
 2 files changed, 31 insertions(+), 64 deletions(-)

-- 
2.29.3



More information about the dev mailing list