From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C8BDFA04EF; Sun, 31 May 2020 14:42:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CFAB01D446; Sun, 31 May 2020 14:42:01 +0200 (CEST) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 023011D40B for ; Sun, 31 May 2020 14:42:00 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE2 (envelope-from fady@mellanox.com) with ESMTPS (AES256-SHA encrypted); 31 May 2020 15:41:59 +0300 Received: from l-wincomp04-vm.labs.mlnx (l-wincomp04-vm.mtl.labs.mlnx [10.237.1.5]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 04VCfxKg008814; Sun, 31 May 2020 15:41:59 +0300 From: Fady Bader To: dev@dpdk.org Cc: thomas@monjalon.net, tbashar@mellanox.com, talshn@mellanox.com, yohadt@mellanox.com, dmitry.kozliuk@gmail.com, olivier.matz@6wind.com, arybchenko@solarflare.com, mdr@ashroe.eu, nhorman@tuxdriver.com Date: Sun, 31 May 2020 15:41:46 +0300 Message-Id: <20200531124151.16848-1-fady@mellanox.com> X-Mailer: git-send-email 2.16.1.windows.4 Subject: [dpdk-dev] [PATCH 0/5] build mempool on Windows X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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