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

Fady Bader fady at mellanox.com
Sun May 31 14:41:46 CEST 2020


Added changes in order to build mempool lib on windows.

Depends-on: patch-70497 ("ring: build on Windows")

Fady Bader (5):
  mempool: disable tracing for Windows
  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_version.map               |  1 +
 lib/librte_mempool/mempool_trace_points.c        |  4 +++
 lib/librte_mempool/rte_mempool.c                 | 41 +++++++++++++++++-------
 lib/librte_mempool/rte_mempool.h                 | 22 +++++++++++++
 lib/librte_mempool/rte_mempool_ops.c             |  8 +++++
 lib/librte_mempool/rte_mempool_trace_fp.h        |  3 ++
 lib/meson.build                                  |  3 +-
 8 files changed, 74 insertions(+), 12 deletions(-)

-- 
2.16.1.windows.4



More information about the dev mailing list