]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
UBUNTU: [Config] Intel Sapphire Rapids HBM support needs CONFIG_NUMA_EMU
authorMichael Reed <Michael.Reed@canonical.com>
Wed, 14 Jun 2023 19:29:11 +0000 (14:29 -0500)
committerRoxana Nicolescu <roxana.nicolescu@canonical.com>
Fri, 7 Jul 2023 13:23:53 +0000 (15:23 +0200)
BugLink: https://bugs.launchpad.net/bugs/2008745
Currently Ubuntu kernel has this kernel config disabled.
But in some cases, Intel's Sapphire Rapids High Bandwith
Memory (SPR-HBM) needs this option.

Memory bandwidth has been a bottleneck of increasingly memory bound
workloads. Sapphire Rapids plus HBM is specifically targeted to
cater to these workloads, traditionally served using overprovisioning
of memory devices.

Signed-off-by: Michael Reed <Michael.Reed@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Acked-by: Andrei Gherzan <andrei.gherzan@canonical.com>
Signed-off-by: Roxana Nicolescu <roxana.nicolescu@canonical.com>
debian.master/config/annotations

index 322a20e65ad537e8a3f16efc86cec104dfebb7fa..6793c275b1fc0cd38226d0cb2acad45a2be91ca2 100644 (file)
@@ -437,7 +437,7 @@ CONFIG_NUMA                                     note<'LP: #1557690'>
 CONFIG_NUMA_BALANCING_DEFAULT_ENABLED           policy<{'amd64': 'y', 'arm64': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'n'}>
 CONFIG_NUMA_BALANCING_DEFAULT_ENABLED           note<'LP: #1557690'>
 
-CONFIG_NUMA_EMU                                 policy<{'amd64': 'n'}>
+CONFIG_NUMA_EMU                                 policy<{'amd64': 'y'}>
 CONFIG_NUMA_EMU                                 note<'LP: #1864198'>
 
 CONFIG_NVMEM                                    policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'n'}>