From: Jan Beulich <jbeulich@suse.com>
To: Hirokazu Takahashi <taka@valinux.co.jp>
Cc: Mykyta_Poturai@epam.com,
"Stefano Stabellini" <sstabellini@kernel.org>,
"Julien Grall" <julien@xen.org>,
"Bertrand Marquis" <bertrand.marquis@arm.com>,
"Michal Orzel" <michal.orzel@amd.com>,
"Volodymyr Babchuk" <Volodymyr_Babchuk@epam.com>,
"Andrew Cooper" <andrew.cooper3@citrix.com>,
"Anthony PERARD" <anthony.perard@vates.tech>,
"Roger Pau Monné" <roger.pau@citrix.com>,
xen-devel@lists.xenproject.org
Subject: Re: [PATCH 1/3] xen/device-tree: Parse 'cpu-map' node for CPU topology exploration
Date: Thu, 11 Jun 2026 16:06:03 +0200 [thread overview]
Message-ID: <25065ffe-4bfa-450d-87ff-982ec37a77b3@suse.com> (raw)
In-Reply-To: <20260610111320.133784-2-taka@valinux.co.jp>
On 10.06.2026 13:13, Hirokazu Takahashi wrote:
> --- /dev/null
> +++ b/xen/include/xen/cpu-topology.h
The name of the new file does not in any way ...
> @@ -0,0 +1,38 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
> +
> +#ifndef XEN_CPU_TOPOLOGY_H
> +#define XEN_CPU_TOPOLOGY_H
> +
> +#include <xen/types.h>
> +#include <xen/device_tree.h>
> +
> +struct cpu_topology {
> + cpumask_t thread_sibling;
> + cpumask_t core_sibling;
> + cpumask_t cluster_sibling;
> +};
> +
> +
> +#ifdef CONFIG_DT_CPU_TOPOLOGY
> +
> +extern struct cpu_topology *cpu_topology;
> +void map_cpuid_to_node(unsigned int cpuid, struct dt_device_node *cpu_node);
> +void dt_init_cpu_topology(void);
... express this is all about DT stuff. Is this intentional? Else it
may want adjusting.
> +#elif CONFIG_DEVICE_TREE_PARSE
DYM "#elif defined(CONFIG_DEVICE_TREE_PARSE)"?
Jan
next prev parent reply other threads:[~2026-06-11 14:06 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-10 11:13 [PATCH 0/3] xen/arm: Device Tree based CPU topology support Hirokazu Takahashi
2026-06-10 11:13 ` [PATCH 1/3] xen/device-tree: Parse 'cpu-map' node for CPU topology exploration Hirokazu Takahashi
2026-06-11 14:06 ` Jan Beulich [this message]
2026-06-12 2:29 ` Hirokazu Takahashi
2026-06-12 6:49 ` Jan Beulich
2026-06-11 22:35 ` Julien Grall
2026-06-14 0:00 ` Hirokazu Takahashi
2026-06-10 11:13 ` [PATCH 2/3] xen/sched: Link CPU topology to scheduler Hirokazu Takahashi
2026-06-11 14:12 ` Jan Beulich
2026-06-12 19:53 ` Hirokazu Takahashi
2026-06-15 6:57 ` Jan Beulich
2026-06-11 22:23 ` Julien Grall
2026-06-10 11:13 ` [PATCH 3/3] xen/sched: Make cpu_nr_siblings() architecture-specific Hirokazu Takahashi
2026-06-11 14:14 ` Jan Beulich
2026-06-12 21:06 ` Hirokazu Takahashi
2026-06-11 22:37 ` Andrew Cooper
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=25065ffe-4bfa-450d-87ff-982ec37a77b3@suse.com \
--to=jbeulich@suse.com \
--cc=Mykyta_Poturai@epam.com \
--cc=Volodymyr_Babchuk@epam.com \
--cc=andrew.cooper3@citrix.com \
--cc=anthony.perard@vates.tech \
--cc=bertrand.marquis@arm.com \
--cc=julien@xen.org \
--cc=michal.orzel@amd.com \
--cc=roger.pau@citrix.com \
--cc=sstabellini@kernel.org \
--cc=taka@valinux.co.jp \
--cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.