Added changes in order to build mempool lib on windows. v4: * Fixed some commit messages and added comments to unclear code.
v3: * Rebased on current master and v5 of "eal/windows: ring build on Windows". v2: * Replace ifndef of tracepoints with symbol export from memory management patchset. Fady Bader (3): eal: disable function versioning on Windows mempool: use generic memory management mempool: mempool build on Windows lib/librte_eal/include/rte_function_versioning.h | 8 ++++++++ lib/librte_eal/rte_eal_exports.def | 6 ++++++ lib/librte_eal/rte_eal_version.map | 1 + lib/librte_mempool/rte_mempool.c | 23 ++++++++++++----------- lib/meson.build | 2 +- 5 files changed, 28 insertions(+), 12 deletions(-) -- 2.16.1.windows.4