Added changes in order to build mempool lib on windows. v5: * disabled function versioning on Windows in lib/meson.build.
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 | 2 +- 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 | 7 ++++++- 5 files changed, 26 insertions(+), 13 deletions(-) -- 2.16.1.windows.4