From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Nicholas Pratte <npratte@iol.unh.edu>, zhoumin@loongson.cn
Subject: |WARNING| pw150081 [PATCH] dts: fix hugepage configuration bug
Date: Wed, 15 Jan 2025 03:36:19 +0800 [thread overview]
Message-ID: <202501141936.50EJaJD63300777@localhost.localdomain> (raw)
In-Reply-To: <20250114200038.193700-1-npratte@iol.unh.edu>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/150081
_apply patch failure_
Submitter: Nicholas Pratte <npratte@iol.unh.edu>
Date: Tue, 14 Jan 2025 15:00:38 -0500
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: fd51012de5369679e807be1d6a81d63ef15015ce
Apply patch set 150081 failed:
Checking patch dts/framework/testbed_model/linux_session.py...
error: while searching for:
ConfigurationError: If the given `hugepage_size` is not supported by the OS.
"""
self._logger.info("Getting Hugepage information.")
hugepages_total = self._get_hugepages_total(hugepage_size)
if (
f"hugepages-{hugepage_size}kB"
not in self.send_command("ls /sys/kernel/mm/hugepages").stdout
):
raise ConfigurationError("hugepage size not supported by operating system")
self._numa_nodes = self._get_numa_nodes()
if force_first_numa or hugepages_total < number_of:
error: patch failed: dts/framework/testbed_model/linux_session.py:90
error: dts/framework/testbed_model/linux_session.py: patch does not apply
next parent reply other threads:[~2025-01-14 20:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250114200038.193700-1-npratte@iol.unh.edu>
2025-01-14 19:36 ` qemudev [this message]
2025-01-14 20:01 ` |SUCCESS| " checkpatch
2025-01-14 20:17 ` |WARNING| " dpdklab
2025-01-14 21:25 ` |SUCCESS| " 0-day Robot
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=202501141936.50EJaJD63300777@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=npratte@iol.unh.edu \
--cc=test-report@dpdk.org \
--cc=zhoumin@loongson.cn \
/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).