Message ID | 1709061720-4843-1-git-send-email-roretzla@linux.microsoft.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> 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 <dev@dpdk.org>; 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 <roretzla@linux.microsoft.com> To: dev@dpdk.org Cc: Bruce Richardson <bruce.richardson@intel.com>, Tyler Retzlaff <roretzla@linux.microsoft.com> 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 <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org |
Series |
build eal & ring libraries with MSVC
|
|
Message
Tyler Retzlaff
Feb. 27, 2024, 7:21 p.m. UTC
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(-)
Comments
On Tue, Feb 27, 2024 at 11:21:58AM -0800, Tyler Retzlaff wrote: > 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(-) > Series-acked-by: Bruce Richardson <bruce.richardson@intel.com>
On Tue, Feb 27, 2024 at 8:22 PM Tyler Retzlaff <roretzla@linux.microsoft.com> wrote: > > 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. > Series applied, thanks Tyler. Btw, I noticed a failure in UNH for MSVC, but it is not reported as such in patchwork. https://lab.dpdk.org/results/dashboard/patchsets/29302/ https://patchwork.dpdk.org/project/dpdk/patch/1709061720-4843-3-git-send-email-roretzla@linux.microsoft.com/ Is there something to change in how UNH reports for the MSVC job?
On Wed, Mar 6, 2024 at 5:00 AM David Marchand <david.marchand@redhat.com> wrote: > > On Tue, Feb 27, 2024 at 8:22 PM Tyler Retzlaff > <roretzla@linux.microsoft.com> wrote: > > > > 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. > > > > Series applied, thanks Tyler. > > Btw, I noticed a failure in UNH for MSVC, but it is not reported as > such in patchwork. > https://lab.dpdk.org/results/dashboard/patchsets/29302/ > https://patchwork.dpdk.org/project/dpdk/patch/1709061720-4843-3-git-send-email-roretzla@linux.microsoft.com/ > > Is there something to change in how UNH reports for the MSVC job? Hi David, There was a discussion about this on Slack in the infra-issues space. You can see the correct test report here: https://inbox.dpdk.org/test-report/65deb584.d40a0220.71354.9933SMTPIN_ADDED_MISSING@mx.google.com/ Which at the time of the discussion was the latest update for the iol-compile-amd64-testing context sent to patchwork. So this appears to be an anomaly. > > > -- > David Marchand >