Merge pull request #4833 from marquiz/release-1.3

[release-1.3] runc update: don't lose intelRdt state
This commit is contained in:
Kir Kolyshkin
2025-08-04 16:54:03 -07:00
committed by GitHub
+6 -2
View File
@@ -367,8 +367,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