mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 06:52:13 +00:00
Enable Numa support for Power (ppc64le) architecture
Fixes #124 Signed-off-by: bpradipt@in.ibm.com
This commit is contained in:
parent
ad66e4caf8
commit
b2aa0225ac
@ -132,7 +132,7 @@ const (
|
|||||||
|
|
||||||
func isDimmSupported(config *Config) bool {
|
func isDimmSupported(config *Config) bool {
|
||||||
switch runtime.GOARCH {
|
switch runtime.GOARCH {
|
||||||
case "amd64", "386":
|
case "amd64", "386", "ppc64le":
|
||||||
if config != nil && config.Machine.Type == MachineTypeMicrovm {
|
if config != nil && config.Machine.Type == MachineTypeMicrovm {
|
||||||
// microvm does not support NUMA
|
// microvm does not support NUMA
|
||||||
return false
|
return false
|
||||||
|
Loading…
Reference in New Issue
Block a user