From: Tal Shnaiderman <[email protected]>
This patchset enables compilation and build of librte_mbuf on Windows.
---
Depends-on: series-10550 ("build mempool on Windows")
v2:
* Remove unneeded endianness macro check (ThomasM)
* Fix export list name order (ThomasM)
* Remove __emutls_v.* MinGW export as it is no longer needed.
---
Tal Shnaiderman (3):
eal: correct OS headers in rte_byteorder.h
eal: export needed functions for mbuf
mbuf: build on Windows
lib/librte_eal/common/meson.build | 1 +
lib/librte_eal/include/generic/rte_byteorder.h | 2 +-
lib/librte_eal/rte_eal_exports.def | 3 +++
lib/meson.build | 4 ++--
4 files changed, 7 insertions(+), 3 deletions(-)
--
2.16.1.windows.4