From patchwork Tue Feb 27 19:21:58 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tyler Retzlaff X-Patchwork-Id: 705 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6FFD043BBE; Tue, 27 Feb 2024 20:22:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5A50E40A81; Tue, 27 Feb 2024 20:22:05 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 310A640A6B for ; Tue, 27 Feb 2024 20:22:04 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id 821FF20B74C0; Tue, 27 Feb 2024 11:22:03 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 821FF20B74C0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1709061723; bh=yAlWHwteBA3z3chFoSfsR4jQGG2hpuhi/bEQtQb+3jw=; h=From:To:Cc:Subject:Date:From; b=WARE+vlcdMtjGgXstPYNs/iPuic29H1p3Y7PERFcr7rTzZX1F6zQIOfkiK9c+w4GH YNIZ8LObO8fbDEbCuhzZerUG7w0Fe9EiZqWhahpu6IaOisu3d5bsEe3gb4aE73PZZc ds15fGtCiS/nA9Mim7zwLxu3VX1AwGgI82Y5wMuc= From: Tyler Retzlaff To: dev@dpdk.org Cc: Bruce Richardson , Tyler Retzlaff Subject: [PATCH 0/2] build eal & ring libraries with MSVC Date: Tue, 27 Feb 2024 11:21:58 -0800 Message-Id: <1709061720-4843-1-git-send-email-roretzla@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Enable build of eal & ring library when building with MSVC. This series depends on 2 other series that seem to be near being accepted for merge. https://patches.dpdk.org/project/dpdk/list/?series=31229 https://patches.dpdk.org/project/dpdk/list/?series=31230 Since the rc2 deadline is soon this series is being submitted now to solicit feedback. The CI is expected to fail without the above series being merged. Tyler Retzlaff (2): build: build eal library with MSVC build: build ring library with MSVC config/meson.build | 10 +++++++++- lib/eal/include/rte_common.h | 2 ++ lib/meson.build | 2 ++ 3 files changed, 13 insertions(+), 1 deletion(-)