From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw112499 [PATCH] eal: remove unused arch specific headers for locks
Date: Tue, 7 Jun 2022 15:18:31 -0400 (EDT) [thread overview]
Message-ID: <20220607191831.7A3466D56A@noxus.dpdklab.iol.unh.edu> (raw)
[-- Attachment #1: Type: text/plain, Size: 4003 bytes --]
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/112499
_apply patch failure_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Tuesday, June 07 2022 19:03:08
Applied on: CommitID:bebbf0721943ad2c6632026c4235e48d5f37b88f
Apply patch set 112499 failed:
Checking patch MAINTAINERS...
error: while searching for:
MCSlock
M: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
F: lib/eal/include/generic/rte_mcslock.h
F: app/test/test_mcslock.c
Sequence Lock
error: patch failed: MAINTAINERS:255
Hunk #2 succeeded at 260 (offset -6 lines).
Checking patch lib/eal/arm/include/meson.build...
Checking patch lib/eal/arm/include/rte_mcslock.h...
Checking patch lib/eal/arm/include/rte_pflock.h...
Checking patch lib/eal/arm/include/rte_ticketlock.h...
Checking patch lib/eal/include/meson.build...
error: while searching for:
'rte_lcore.h',
'rte_log.h',
'rte_malloc.h',
'rte_memory.h',
'rte_memzone.h',
'rte_pci_dev_feature_defs.h',
'rte_pci_dev_features.h',
'rte_per_lcore.h',
'rte_random.h',
'rte_reciprocal.h',
'rte_seqcount.h',
error: patch failed: lib/eal/include/meson.build:29
Hunk #2 succeeded at 41 (offset -4 lines).
Hunk #3 succeeded at 58 (offset -4 lines).
Checking patch lib/eal/include/generic/rte_mcslock.h => lib/eal/include/rte_mcslock.h...
Checking patch lib/eal/include/generic/rte_pflock.h => lib/eal/include/rte_pflock.h...
Checking patch lib/eal/include/generic/rte_ticketlock.h => lib/eal/include/rte_ticketlock.h...
Checking patch lib/eal/ppc/include/meson.build...
Checking patch lib/eal/ppc/include/rte_mcslock.h...
Checking patch lib/eal/ppc/include/rte_pflock.h...
Checking patch lib/eal/ppc/include/rte_ticketlock.h...
Checking patch lib/eal/x86/include/meson.build...
Checking patch lib/eal/x86/include/rte_mcslock.h...
Checking patch lib/eal/x86/include/rte_pflock.h...
Checking patch lib/eal/x86/include/rte_ticketlock.h...
Applying patch MAINTAINERS with 1 reject...
Rejected hunk #1.
Hunk #2 applied cleanly.
Applied patch lib/eal/arm/include/meson.build cleanly.
Applied patch lib/eal/arm/include/rte_mcslock.h cleanly.
Applied patch lib/eal/arm/include/rte_pflock.h cleanly.
Applied patch lib/eal/arm/include/rte_ticketlock.h cleanly.
Applying patch lib/eal/include/meson.build with 1 reject...
Rejected hunk #1.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Applied patch lib/eal/include/generic/rte_mcslock.h => lib/eal/include/rte_mcslock.h cleanly.
Applied patch lib/eal/include/generic/rte_pflock.h => lib/eal/include/rte_pflock.h cleanly.
Applied patch lib/eal/include/generic/rte_ticketlock.h => lib/eal/include/rte_ticketlock.h cleanly.
Applied patch lib/eal/ppc/include/meson.build cleanly.
Applied patch lib/eal/ppc/include/rte_mcslock.h cleanly.
Applied patch lib/eal/ppc/include/rte_pflock.h cleanly.
Applied patch lib/eal/ppc/include/rte_ticketlock.h cleanly.
Applied patch lib/eal/x86/include/meson.build cleanly.
Applied patch lib/eal/x86/include/rte_mcslock.h cleanly.
Applied patch lib/eal/x86/include/rte_pflock.h cleanly.
Applied patch lib/eal/x86/include/rte_ticketlock.h cleanly.
diff a/MAINTAINERS b/MAINTAINERS (rejected hunks)
@@ -255,7 +255,7 @@ F: app/test/test_bitmap.c
MCSlock
M: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
-F: lib/eal/include/generic/rte_mcslock.h
+F: lib/eal/include/rte_mcslock.h
F: app/test/test_mcslock.c
Sequence Lock
diff a/lib/eal/include/meson.build b/lib/eal/include/meson.build (rejected hunks)
@@ -29,11 +29,13 @@ headers += files(
'rte_lcore.h',
'rte_log.h',
'rte_malloc.h',
+ 'rte_mcslock.h',
'rte_memory.h',
'rte_memzone.h',
'rte_pci_dev_feature_defs.h',
'rte_pci_dev_features.h',
'rte_per_lcore.h',
+ 'rte_pflock.h',
'rte_random.h',
'rte_reciprocal.h',
'rte_seqcount.h',
https://lab.dpdk.org/results/dashboard/patchsets/22492/
UNH-IOL DPDK Community Lab
reply other threads:[~2022-06-07 19:18 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=20220607191831.7A3466D56A@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).