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| pw124986 [PATCH] mldev: fix build for aarch32
Date: Fri, 10 Mar 2023 12:57:41 +0000 (UTC)	[thread overview]
Message-ID: <20230310125741.1F09A6025C@dpdk-ubuntu.dpdklab.iol.unh.edu> (raw)

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

                 reply	other threads:[~2023-03-10 12:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20230310125741.1F09A6025C@dpdk-ubuntu.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).