automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw124144 [PATCH] drivers: skip build of sub-libs not supporting IOVA mode
Date: Sun, 19 Feb 2023 07:08:45 -0500 (EST)	[thread overview]
Message-ID: <20230219120845.A907719DB7@noxus.dpdklab.iol.unh.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 1774 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/124144

_apply patch failure_

Submitter: Thomas Monjalon <thomas@monjalon.net>
Date: Sunday, February 19 2023 11:55:29 
Applied on: CommitID:34c8d1d3bef546f03159407a7af314176456d629
Apply patch set 124144 failed:

Checking patch drivers/common/idpf/meson.build...
error: while searching for:
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2022 Intel Corporation

deps += ['mbuf']

sources = files(

error: patch failed: drivers/common/idpf/meson.build:1
Checking patch drivers/event/dlb2/meson.build...
Checking patch drivers/meson.build...
Checking patch drivers/net/bnxt/meson.build...
Checking patch drivers/net/enic/meson.build...
Checking patch drivers/net/hns3/meson.build...
Checking patch drivers/net/i40e/meson.build...
Checking patch drivers/net/iavf/meson.build...
Checking patch drivers/net/virtio/meson.build...
Applying patch drivers/common/idpf/meson.build with 1 reject...
Rejected hunk #1.
Applied patch drivers/event/dlb2/meson.build cleanly.
Applied patch drivers/meson.build cleanly.
Applied patch drivers/net/bnxt/meson.build cleanly.
Applied patch drivers/net/enic/meson.build cleanly.
Applied patch drivers/net/hns3/meson.build cleanly.
Applied patch drivers/net/i40e/meson.build cleanly.
Applied patch drivers/net/iavf/meson.build cleanly.
Applied patch drivers/net/virtio/meson.build cleanly.
diff a/drivers/common/idpf/meson.build b/drivers/common/idpf/meson.build	(rejected hunks)
@@ -1,6 +1,10 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2022 Intel Corporation
 
+if not get_option('enable_iova_as_pa')
+    subdir_done()
+endif
+
 deps += ['mbuf']
 
 sources = files(

https://lab.dpdk.org/results/dashboard/patchsets/25450/

UNH-IOL DPDK Community Lab

             reply	other threads:[~2023-02-19 12:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-19 12:08 dpdklab [this message]
     [not found] <20230219115529.3260580-1-thomas@monjalon.net>
2023-02-19 11:42 ` qemudev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230219120845.A907719DB7@noxus.dpdklab.iol.unh.edu \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).