All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] SUPPORT: downgrade Physical CPU Hotplug to Experimental
@ 2023-09-27 23:20 Stefano Stabellini
  2023-09-27 23:50 ` Henry Wang
  2023-09-28  8:32 ` Roger Pau Monné
  0 siblings, 2 replies; 7+ messages in thread
From: Stefano Stabellini @ 2023-09-27 23:20 UTC (permalink / raw)
  To: xen-devel
  Cc: andrew.cooper3, jbeulich, george.dunlap, julien, sstabellini,
	bertrand.marquis, roger.pau, wl, Stefano Stabellini

From: Stefano Stabellini <stefano.stabellini@amd.com>

The feature is not commonly used, and we don't have hardware to test it,
not in OSSTest, not in Gitlab, and not even ad-hoc manually by community
members. We could use QEMU to test it, but even that it is known not to
work.

Also take the opportunity to rename the feature to "ACPI CPU Hotplug"
for clarity.

Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com>
---
Changes in v3:
- add note to CHANGELOG.md
---
 CHANGELOG.md | 2 ++
 SUPPORT.md   | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24636b8eaf..e33cf4e1b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
    known user doesn't use it properly, leading to in-guest breakage.
  - The "dom0" option is now supported on Arm and "sve=" sub-option can be used
    to enable dom0 guest to use SVE/SVE2 instructions.
+ - Physical CPU Hotplug downgraded to Experimental and renamed "ACPI CPU
+   Hotplug" for clarity
 
 ### Added
  - On x86, support for features new in Intel Sapphire Rapids CPUs:
diff --git a/SUPPORT.md b/SUPPORT.md
index 3461f5cf2f..3472b6edfa 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -46,9 +46,9 @@ For the Cortex A77 r0p0 - r1p0, see Errata 1508412.
 
 ## Host hardware support
 
-### Physical CPU Hotplug
+### ACPI CPU Hotplug
 
-    Status, x86: Supported
+    Status, x86: Experimental
 
 ### Physical Memory
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH v3] SUPPORT: downgrade Physical CPU Hotplug to Experimental
  2023-09-27 23:20 [PATCH v3] SUPPORT: downgrade Physical CPU Hotplug to Experimental Stefano Stabellini
@ 2023-09-27 23:50 ` Henry Wang
  2023-09-28  8:32 ` Roger Pau Monné
  1 sibling, 0 replies; 7+ messages in thread
From: Henry Wang @ 2023-09-27 23:50 UTC (permalink / raw)
  To: Stefano Stabellini
  Cc: Xen-devel, Andrew Cooper, Jan Beulich, George Dunlap,
	Julien Grall, Bertrand Marquis, roger.pau, wl,
	Stefano Stabellini

Hi Stefano,

> On Sep 28, 2023, at 07:20, Stefano Stabellini <sstabellini@kernel.org> wrote:
> 
> From: Stefano Stabellini <stefano.stabellini@amd.com>
> 
> The feature is not commonly used, and we don't have hardware to test it,
> not in OSSTest, not in Gitlab, and not even ad-hoc manually by community
> members. We could use QEMU to test it, but even that it is known not to
> work.
> 
> Also take the opportunity to rename the feature to "ACPI CPU Hotplug"
> for clarity.
> 
> Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com>

Release-acked-by: Henry Wang <Henry.Wang@arm.com>

Kind regards,
Henry



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v3] SUPPORT: downgrade Physical CPU Hotplug to Experimental
  2023-09-27 23:20 [PATCH v3] SUPPORT: downgrade Physical CPU Hotplug to Experimental Stefano Stabellini
  2023-09-27 23:50 ` Henry Wang
@ 2023-09-28  8:32 ` Roger Pau Monné
  2023-09-28  9:32   ` Jan Beulich
  1 sibling, 1 reply; 7+ messages in thread
From: Roger Pau Monné @ 2023-09-28  8:32 UTC (permalink / raw)
  To: Stefano Stabellini
  Cc: xen-devel, andrew.cooper3, jbeulich, george.dunlap, julien,
	bertrand.marquis, wl, Stefano Stabellini

On Wed, Sep 27, 2023 at 04:20:04PM -0700, Stefano Stabellini wrote:
> From: Stefano Stabellini <stefano.stabellini@amd.com>
> 
> The feature is not commonly used, and we don't have hardware to test it,
> not in OSSTest, not in Gitlab, and not even ad-hoc manually by community
> members. We could use QEMU to test it, but even that it is known not to
> work.

I think this last sentence is ambiguous.  QEMU ACPI CPU hotplug
implementation does work AFAIK, it's Xen implementation of ACPI
hotplug that explodes (or so I've been told).  I would drop or reword
the "but even that it is known not to work." part of the sentence.

> 
> Also take the opportunity to rename the feature to "ACPI CPU Hotplug"
> for clarity.
> 
> Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com>

Acked-by: Roger Pau Monné <roger.pau@citrix.com>

Thanks, Roger.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v3] SUPPORT: downgrade Physical CPU Hotplug to Experimental
  2023-09-28  8:32 ` Roger Pau Monné
@ 2023-09-28  9:32   ` Jan Beulich
  2023-09-28  9:51     ` Roger Pau Monné
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Beulich @ 2023-09-28  9:32 UTC (permalink / raw)
  To: Roger Pau Monné, Stefano Stabellini
  Cc: xen-devel, andrew.cooper3, george.dunlap, julien,
	bertrand.marquis, wl, Stefano Stabellini

On 28.09.2023 10:32, Roger Pau Monné wrote:
> On Wed, Sep 27, 2023 at 04:20:04PM -0700, Stefano Stabellini wrote:
>> From: Stefano Stabellini <stefano.stabellini@amd.com>
>>
>> The feature is not commonly used, and we don't have hardware to test it,
>> not in OSSTest, not in Gitlab, and not even ad-hoc manually by community
>> members. We could use QEMU to test it, but even that it is known not to
>> work.
> 
> I think this last sentence is ambiguous.  QEMU ACPI CPU hotplug
> implementation does work AFAIK, it's Xen implementation of ACPI
> hotplug that explodes (or so I've been told).  I would drop or reword
> the "but even that it is known not to work." part of the sentence.

Maybe simply add "... on our end"?

Jan


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v3] SUPPORT: downgrade Physical CPU Hotplug to Experimental
  2023-09-28  9:32   ` Jan Beulich
@ 2023-09-28  9:51     ` Roger Pau Monné
  2023-09-28 20:48       ` Stefano Stabellini
  0 siblings, 1 reply; 7+ messages in thread
From: Roger Pau Monné @ 2023-09-28  9:51 UTC (permalink / raw)
  To: Jan Beulich
  Cc: Stefano Stabellini, xen-devel, andrew.cooper3, george.dunlap,
	julien, bertrand.marquis, wl, Stefano Stabellini

On Thu, Sep 28, 2023 at 11:32:22AM +0200, Jan Beulich wrote:
> On 28.09.2023 10:32, Roger Pau Monné wrote:
> > On Wed, Sep 27, 2023 at 04:20:04PM -0700, Stefano Stabellini wrote:
> >> From: Stefano Stabellini <stefano.stabellini@amd.com>
> >>
> >> The feature is not commonly used, and we don't have hardware to test it,
> >> not in OSSTest, not in Gitlab, and not even ad-hoc manually by community
> >> members. We could use QEMU to test it, but even that it is known not to
> >> work.
> > 
> > I think this last sentence is ambiguous.  QEMU ACPI CPU hotplug
> > implementation does work AFAIK, it's Xen implementation of ACPI
> > hotplug that explodes (or so I've been told).  I would drop or reword
> > the "but even that it is known not to work." part of the sentence.
> 
> Maybe simply add "... on our end"?

WFM.

Thanks, Roger.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v3] SUPPORT: downgrade Physical CPU Hotplug to Experimental
  2023-09-28  9:51     ` Roger Pau Monné
@ 2023-09-28 20:48       ` Stefano Stabellini
  2023-10-02 11:46         ` Roger Pau Monné
  0 siblings, 1 reply; 7+ messages in thread
From: Stefano Stabellini @ 2023-09-28 20:48 UTC (permalink / raw)
  To: Roger Pau Monné
  Cc: Jan Beulich, Stefano Stabellini, xen-devel, andrew.cooper3,
	george.dunlap, julien, bertrand.marquis, wl, Stefano Stabellini

[-- Attachment #1: Type: text/plain, Size: 1209 bytes --]

On Thu, 28 Sep 2023, Roger Pau Monné wrote:
> On Thu, Sep 28, 2023 at 11:32:22AM +0200, Jan Beulich wrote:
> > On 28.09.2023 10:32, Roger Pau Monné wrote:
> > > On Wed, Sep 27, 2023 at 04:20:04PM -0700, Stefano Stabellini wrote:
> > >> From: Stefano Stabellini <stefano.stabellini@amd.com>
> > >>
> > >> The feature is not commonly used, and we don't have hardware to test it,
> > >> not in OSSTest, not in Gitlab, and not even ad-hoc manually by community
> > >> members. We could use QEMU to test it, but even that it is known not to
> > >> work.
> > > 
> > > I think this last sentence is ambiguous.  QEMU ACPI CPU hotplug
> > > implementation does work AFAIK, it's Xen implementation of ACPI
> > > hotplug that explodes (or so I've been told).  I would drop or reword
> > > the "but even that it is known not to work." part of the sentence.
> > 
> > Maybe simply add "... on our end"?
> 
> WFM.

Just to be clear we are going for:

"The feature is not commonly used, and we don't have hardware to test it,
not in OSSTest, not in Gitlab, and not even ad-hoc manually by community
members. We could use QEMU to test it, but even that it is known not to
work on our end."

Can the change be done on commit?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v3] SUPPORT: downgrade Physical CPU Hotplug to Experimental
  2023-09-28 20:48       ` Stefano Stabellini
@ 2023-10-02 11:46         ` Roger Pau Monné
  0 siblings, 0 replies; 7+ messages in thread
From: Roger Pau Monné @ 2023-10-02 11:46 UTC (permalink / raw)
  To: Stefano Stabellini
  Cc: Jan Beulich, xen-devel, andrew.cooper3, george.dunlap, julien,
	bertrand.marquis, wl, Stefano Stabellini

On Thu, Sep 28, 2023 at 01:48:59PM -0700, Stefano Stabellini wrote:
> On Thu, 28 Sep 2023, Roger Pau Monné wrote:
> > On Thu, Sep 28, 2023 at 11:32:22AM +0200, Jan Beulich wrote:
> > > On 28.09.2023 10:32, Roger Pau Monné wrote:
> > > > On Wed, Sep 27, 2023 at 04:20:04PM -0700, Stefano Stabellini wrote:
> > > >> From: Stefano Stabellini <stefano.stabellini@amd.com>
> > > >>
> > > >> The feature is not commonly used, and we don't have hardware to test it,
> > > >> not in OSSTest, not in Gitlab, and not even ad-hoc manually by community
> > > >> members. We could use QEMU to test it, but even that it is known not to
> > > >> work.
> > > > 
> > > > I think this last sentence is ambiguous.  QEMU ACPI CPU hotplug
> > > > implementation does work AFAIK, it's Xen implementation of ACPI
> > > > hotplug that explodes (or so I've been told).  I would drop or reword
> > > > the "but even that it is known not to work." part of the sentence.
> > > 
> > > Maybe simply add "... on our end"?
> > 
> > WFM.
> 
> Just to be clear we are going for:
> 
> "The feature is not commonly used, and we don't have hardware to test it,
> not in OSSTest, not in Gitlab, and not even ad-hoc manually by community
> members. We could use QEMU to test it, but even that it is known not to
> work on our end."
> 
> Can the change be done on commit?

LGTM.

Feel free to add my Reviewed-by: Roger Pau Monné
<roger.pau@citrix.com>.

Thanks.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-10-02 11:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-27 23:20 [PATCH v3] SUPPORT: downgrade Physical CPU Hotplug to Experimental Stefano Stabellini
2023-09-27 23:50 ` Henry Wang
2023-09-28  8:32 ` Roger Pau Monné
2023-09-28  9:32   ` Jan Beulich
2023-09-28  9:51     ` Roger Pau Monné
2023-09-28 20:48       ` Stefano Stabellini
2023-10-02 11:46         ` Roger Pau Monné

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.