[dpdk-dev] [PATCH 0/4] Support librte_mbuf on Windows
talshn at mellanox.com
talshn at mellanox.com
Mon Jun 1 11:38:14 CEST 2020
From: Tal Shnaiderman <talshn at mellanox.com>
This patchset enables compilation and build of librte_mbuf on Windows.
Depends-on: series-10276 ("build mempool on Windows")
Depends-on: series-10156 ("Windows bus/pci support")
Tal Shnaiderman (4):
eal: move OS common config code to single file
eal: set byteorder in Windows to little endian
eal: export needed functions for mbuf
mbuf: build on Windows
lib/librte_eal/common/eal_common_config.c | 11 +++++++++++
lib/librte_eal/common/meson.build | 1 +
lib/librte_eal/freebsd/eal.c | 10 ----------
lib/librte_eal/include/generic/rte_byteorder.h | 4 +++-
lib/librte_eal/linux/eal.c | 10 ----------
lib/librte_eal/rte_eal_exports.def | 3 +++
lib/librte_eal/rte_eal_version.map | 1 +
lib/librte_eal/windows/eal.c | 3 ---
lib/meson.build | 3 +--
9 files changed, 20 insertions(+), 26 deletions(-)
--
2.16.1.windows.4
More information about the dev
mailing list