[SWDEV-548755] Driver reload temporary fix for CQE
Temporary solution until CQE can update how their containers are ran.
This is because the driver reload requires:
1) Containers must run serially
(i.e. no parallel containers running at the same time)
2) Containers must run with extra parameters:
`--cap-add=SYS_ADMIN -v /lib/modules:/lib/modules`
Change-Id: If6364c9e82da8404b73ac6a9688833f4d18693b0
Signed-off-by: Charis Poag <Charis.Poag@amd.com>
[ROCm/amdsmi commit: 425b05cb18]
This commit is contained in:
committad av
Arif, Maisam
förälder
8b96ee5271
incheckning
3eb536e34c
@@ -124,7 +124,7 @@ pub const AMDSMI_MAX_NUM_XCP: u32 = 8;
|
||||
pub const AMDSMI_TIME_FORMAT: &[u8; 20] = b"%02d:%02d:%02d.%03d\0";
|
||||
pub const AMDSMI_DATE_FORMAT: &[u8; 35] = b"%04d-%02d-%02d:%02d:%02d:%02d.%03d\0";
|
||||
pub const AMDSMI_LIB_VERSION_MAJOR: u32 = 26;
|
||||
pub const AMDSMI_LIB_VERSION_MINOR: u32 = 0;
|
||||
pub const AMDSMI_LIB_VERSION_MINOR: u32 = 1;
|
||||
pub const AMDSMI_LIB_VERSION_RELEASE: u32 = 0;
|
||||
pub const AMDSMI_MAX_NUM_FREQUENCIES: u32 = 33;
|
||||
pub const AMDSMI_MAX_FAN_SPEED: u32 = 255;
|
||||
|
||||
Referens i nytt ärende
Block a user