|WARNING| pw124988 [PATCH] [v2] mldev: disable build on Windows

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Fri Mar 10 16:22:41 CET 2023


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

_apply patch failure_

Submitter: David Marchand <david.marchand at redhat.com>
Date: Friday, March 10 2023 09:23:29 
Applied on: CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f
Apply patch set 124988 failed:

Checking patch lib/mldev/meson.build...
error: while searching for:
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2022 Marvell.

sources = files(
        'rte_mldev_pmd.c',
        'rte_mldev.c',

error: patch failed: lib/mldev/meson.build:1
Applying patch lib/mldev/meson.build with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/lib/mldev/meson.build b/lib/mldev/meson.build	(rejected hunks)
@@ -1,6 +1,12 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright (c) 2022 Marvell.
 
+if is_windows
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
+endif
+
 sources = files(
         'rte_mldev_pmd.c',
         'rte_mldev.c',

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

UNH-IOL DPDK Community Lab


More information about the test-report mailing list