From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 41149C433E0 for ; Mon, 6 Jul 2020 11:33:09 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 0594C2073E for ; Mon, 6 Jul 2020 11:33:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0594C2073E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=mellanox.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D04D61DA3A; Mon, 6 Jul 2020 13:33:04 +0200 (CEST) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 9ED271D97D for ; Mon, 6 Jul 2020 13:33:00 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from fady@mellanox.com) with SMTP; 6 Jul 2020 14:32: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 066BWx9K006827; Mon, 6 Jul 2020 14:32: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, harini.ramakrishnan@microsoft.com, ocardona@microsoft.com, pallavi.kadam@intel.com, ranjit.menon@intel.com, olivier.matz@6wind.com, arybchenko@solarflare.com, mdr@ashroe.eu, nhorman@tuxdriver.com Date: Mon, 6 Jul 2020 14:32:38 +0300 Message-Id: <20200706113241.28748-1-fady@mellanox.com> X-Mailer: git-send-email 2.16.1.windows.4 In-Reply-To: <20200705134746.26240-1-fady@mellanox.com> References: <20200705134746.26240-1-fady@mellanox.com> Subject: [dpdk-dev] [PATCH v7 0/3] 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" v7: * fixed commit messages style issues. * disabled function versioning in a simpler way. v6: * fixed generic memory management usage. * removed unneeded exports. 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 doc/guides/windows_gsg/intro.rst | 4 ++++ lib/librte_eal/rte_eal_exports.def | 6 ++++++ lib/librte_mempool/rte_mempool.c | 26 ++++++++++++-------------- lib/meson.build | 8 ++++++-- 4 files changed, 28 insertions(+), 16 deletions(-) -- 2.16.1.windows.4