All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Roger Pau Monné" <roger.pau@citrix.com>
To: Stefano Stabellini <sstabellini@kernel.org>
Cc: xen-devel@lists.xenproject.org, Julien Grall <julien@xen.org>,
	bertrand.marquis@arm.com, michal.orzel@amd.com,
	Volodymyr_Babchuk@epam.com, dpsmith@apertussolutions.com,
	xenia.ragiadakou@amd.com
Subject: Re: [PATCH v3] xen/dom0less: support for vcpu affinity
Date: Wed, 19 Feb 2025 09:53:50 +0100	[thread overview]
Message-ID: <Z7WcHlkY360pfeRO@macbook.local> (raw)
In-Reply-To: <alpine.DEB.2.22.394.2502181227580.1085376@ubuntu-linux-20-04-desktop>

On Tue, Feb 18, 2025 at 12:29:24PM -0800, Stefano Stabellini wrote:
> Add vcpu affinity to the dom0less bindings. Example:
> 
>     dom1 {
>             ...
>             cpus = <4>;
>             vcpu0 {
>                    compatible = "xen,vcpu-affinity";
>                    id = <0>;
>                    hard-affinity = "4-7";
>             };
>             vcpu1 {
>                    compatible = "xen,vcpu-affinity";
>                    id = <1>;
>                    hard-affinity = "0-3";
>             };
>             vcpu2 {
>                    compatible = "xen,vcpu-affinity";
>                    id = <2>;
>                    hard-affinity = "1,6";
>             };
>             ...
> 
> Note that the property hard-affinity is optional. It is possible to add
> other properties in the future not only to specify soft affinity, but
> also to provide more precise methods for configuring affinity. For
> instance, on ARM the MPIDR could be use to specify the pCPU. For now, it
> is left to the future.
> 
> Signed-off-by: Xenia Ragiadakou <xenia.ragiadakou@amd.com>
> Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com>

Sorry to be picky, just an unrelated nit, but usually the first SoB
matches the "From:" field in the patch, or a commit body "From:" tag,
for example:

https://lore.kernel.org/xen-devel/20250124120112.56678-2-roger.pau@citrix.com/

Thanks, Roger.


  parent reply	other threads:[~2025-02-19  8:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-18 20:29 [PATCH v3] xen/dom0less: support for vcpu affinity Stefano Stabellini
2025-02-19  8:38 ` Oleksii Kurochko
2025-02-19  8:53 ` Roger Pau Monné [this message]
2025-02-19 10:30 ` Julien Grall
2025-02-20  2:14   ` Stefano Stabellini

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=Z7WcHlkY360pfeRO@macbook.local \
    --to=roger.pau@citrix.com \
    --cc=Volodymyr_Babchuk@epam.com \
    --cc=bertrand.marquis@arm.com \
    --cc=dpsmith@apertussolutions.com \
    --cc=julien@xen.org \
    --cc=michal.orzel@amd.com \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.org \
    --cc=xenia.ragiadakou@amd.com \
    /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.