|WARNING| pw124144 [PATCH] drivers: skip build of sub-libs not supporting IOVA mode
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Sun Feb 19 13:08:45 CET 2023
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/124144
_apply patch failure_
Submitter: Thomas Monjalon <thomas at 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
More information about the test-report
mailing list