Message ID | 20231120025431.14845-18-Henry.Wang@arm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Device tree based NUMA support for Arm | expand |
On 20.11.2023 03:54, Henry Wang wrote: > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) > - On x86: > - Introduce a new x2APIC driver that uses Cluster Logical addressing mode > for IPIs and Physical addressing mode for external interrupts. > + - On Arm, NUMA aware scheduling in Xen is supported (Tech Preview). - On Arm: - NUMA aware scheduling in Xen is supported (Tech Preview). Jan
Hi Jan, > On Nov 20, 2023, at 16:55, Jan Beulich <jbeulich@suse.com> wrote: > > On 20.11.2023 03:54, Henry Wang wrote: >> --- a/CHANGELOG.md >> +++ b/CHANGELOG.md >> @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) >> - On x86: >> - Introduce a new x2APIC driver that uses Cluster Logical addressing mode >> for IPIs and Physical addressing mode for external interrupts. >> + - On Arm, NUMA aware scheduling in Xen is supported (Tech Preview). > > - On Arm: > - NUMA aware scheduling in Xen is supported (Tech Preview). Ah yes that looks indeed better, will do the suggested format in next version. Thanks. Kind regards, Henry > > Jan >
diff --git a/CHANGELOG.md b/CHANGELOG.md index c341c9d0bf..0467e2cca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - On x86: - Introduce a new x2APIC driver that uses Cluster Logical addressing mode for IPIs and Physical addressing mode for external interrupts. + - On Arm, NUMA aware scheduling in Xen is supported (Tech Preview). ### Removed diff --git a/SUPPORT.md b/SUPPORT.md index fff4b4c5ba..b4f6fb5eb2 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -425,6 +425,7 @@ on embedded platforms and the x86 PV shim. Enables NUMA aware scheduling in Xen Status, x86: Supported + Status, Arm: Tech Preview ## Scalability diff --git a/docs/misc/xen-command-line.pandoc b/docs/misc/xen-command-line.pandoc index 8e65f8bd18..2c15bdd9ea 100644 --- a/docs/misc/xen-command-line.pandoc +++ b/docs/misc/xen-command-line.pandoc @@ -1944,7 +1944,7 @@ This option is ignored in **pv-shim** mode. ### nr_irqs (x86) > `= <integer>` -### numa (x86) +### numa > `= on | off | fake=<integer> | noacpi` > Default: `on`