Message ID | 20220822153807.3806687-1-jdmason@kudzu.us |
---|---|
State | New, archived |
Headers | show |
Series | ref-manual: add numa to machine features | expand |
Hi Jon, On 8/22/22 17:38, Jon Mason wrote: > numa is an existing machine feature, add it to the list so that users > are aware of it. > Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Added back in 2018 with 830880a6888270e047271137f43a643b218050d4, so it's a candidate for backport to dunfell and kirkstone I would assume. I am now wondering if there's some list of supported MACHINE_FEATURES or if the list is THAT one in the docs? Cheers, Quentin
On Tue, Aug 23, 2022 at 10:11:08AM +0200, Quentin Schulz wrote: > Hi Jon, > > On 8/22/22 17:38, Jon Mason wrote: > > numa is an existing machine feature, add it to the list so that users > > are aware of it. > > > > Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> > > Added back in 2018 with 830880a6888270e047271137f43a643b218050d4, so it's a > candidate for backport to dunfell and kirkstone I would assume. > > I am now wondering if there's some list of supported MACHINE_FEATURES or if > the list is THAT one in the docs? I just happened to see numa in linux-yocto.inc and the 2 entries there for MACHINE_FEATURES seemed very lacking. I'm working on a patch for that. The docs list was the only thing I found approaching a canonical list of MACHINE_FEATURES, but I do wonder how complete it is. Thanks, Jon > > Cheers, > Quentin >
Jon, Quentin, Thanks for the patch and review! On 8/23/22 10:11, Quentin Schulz wrote: > Hi Jon, > > On 8/22/22 17:38, Jon Mason wrote: >> numa is an existing machine feature, add it to the list so that users >> are aware of it. >> > > Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Merged into "master-next" > > Added back in 2018 with 830880a6888270e047271137f43a643b218050d4, so > it's a candidate for backport to dunfell and kirkstone I would assume. Good idea. I'll send the corresponding patches. Cheers Michael
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index 17521ac2a85f..8dfe29d66a63 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst @@ -62,6 +62,8 @@ Project metadata: - *keyboard:* Hardware has a keyboard +- *numa:* Hardware has non-uniform memory access + - *pcbios:* Support for booting through BIOS - *pci:* Hardware has a PCI bus
numa is an existing machine feature, add it to the list so that users are aware of it. Signed-off-by: Jon Mason <jdmason@kudzu.us> --- documentation/ref-manual/features.rst | 2 ++ 1 file changed, 2 insertions(+)