automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw124986 [PATCH] mldev: fix build for aarch32
@ 2023-03-10 12:57 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2023-03-10 12:57 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Friday, March 10 2023 08:57:11 
Applied on: CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f
Apply patch set 124986 failed:

Checking patch lib/mldev/meson.build...
error: while searching for:
        'mldev_utils_scalar.c',
)

if arch_subdir == 'arm'
    sources += files('mldev_utils_neon.c')
endif


error: patch failed: lib/mldev/meson.build:8
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)
@@ -8,7 +8,7 @@ sources = files(
         'mldev_utils_scalar.c',
 )
 
-if arch_subdir == 'arm'
+if dpdk_conf.has('RTE_ARCH_ARM64')
     sources += files('mldev_utils_neon.c')
 endif
 

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

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-10 12:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-10 12:57 |WARNING| pw124986 [PATCH] mldev: fix build for aarch32 dpdklab

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).