Merge pull request #4828 from marquiz/devel/runc-update-rdt-single-schema

runc update: don't lose intelRdt state
This commit is contained in:
lfbzhm
2025-08-01 18:43:22 +08:00
committed by GitHub
+6 -2
View File
@@ -387,8 +387,12 @@ other options are ignored.
return err
}
}
config.IntelRdt.L3CacheSchema = l3CacheSchema
config.IntelRdt.MemBwSchema = memBwSchema
if l3CacheSchema != "" {
config.IntelRdt.L3CacheSchema = l3CacheSchema
}
if memBwSchema != "" {
config.IntelRdt.MemBwSchema = memBwSchema
}
}
// XXX(kolyshkin@): currently "runc update" is unable to change