From patchwork Thu Jun 25 15:24:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tal Shnaiderman X-Patchwork-Id: 72197 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 90269A0350; Thu, 25 Jun 2020 17:25:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 684541BC25; Thu, 25 Jun 2020 17:24:40 +0200 (CEST) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 2568C2B96 for ; Thu, 25 Jun 2020 17:24:32 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from talshn@mellanox.com) with SMTP; 25 Jun 2020 18:24:30 +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 05PFOUBH020636; Thu, 25 Jun 2020 18:24:30 +0300 From: talshn@mellanox.com To: dev@dpdk.org Cc: thomas@monjalon.net, pallavi.kadam@intel.com, dmitry.kozliuk@gmail.com, david.marchand@redhat.com, olivier.matz@6wind.com, ranjit.menon@intel.com, navasile@linux.microsoft.com, fady@mellanox.com, harini.ramakrishnan@microsoft.com, ocardona@microsoft.com, Tal Shnaiderman Date: Thu, 25 Jun 2020 18:24:13 +0300 Message-Id: <20200625152416.11368-1-talshn@mellanox.com> X-Mailer: git-send-email 2.16.1.windows.4 In-Reply-To: <20200601093818.5420-2-talshn@mellanox.com> References: <20200601093818.5420-2-talshn@mellanox.com> Subject: [dpdk-dev] [PATCH v2 0/3] Support librte_mbuf 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" From: Tal Shnaiderman This patchset enables compilation and build of librte_mbuf on Windows. --- Depends-on: series-10550 ("build mempool on Windows") v2: * Remove unneeded endianness macro check (ThomasM) * Fix export list name order (ThomasM) * Remove __emutls_v.* MinGW export as it is no longer needed. --- Tal Shnaiderman (3): eal: correct OS headers in rte_byteorder.h eal: export needed functions for mbuf mbuf: build on Windows lib/librte_eal/common/meson.build | 1 + lib/librte_eal/include/generic/rte_byteorder.h | 2 +- lib/librte_eal/rte_eal_exports.def | 3 +++ lib/meson.build | 4 ++-- 4 files changed, 7 insertions(+), 3 deletions(-)