[dpdk-dev] [PATCH v2 0/3] Support librte_mbuf on Windows
talshn at mellanox.com
talshn at mellanox.com
Thu Jun 25 17:24:13 CEST 2020
From: Tal Shnaiderman <talshn at mellanox.com>
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
More information about the dev
mailing list