[dpdk-dev] [PATCH v3 0/4] build mempool on Windows

Fady Bader fady at mellanox.com
Mon Jun 22 13:55:24 CEST 2020


Added changes in order to build mempool lib on windows.

Depends-on: patch-71845 ("eal/windows: ring build on Windows")

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 (4):
  eal: disable function versioning on Windows
  mempool: use generic memory management
  eal: export needed functions for mempool
  mempool: mempool build on Windows

 lib/librte_eal/include/rte_function_versioning.h |  4 ++++
 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, 24 insertions(+), 12 deletions(-)

-- 
2.16.1.windows.4



More information about the dev mailing list