Skip to content

Commit 20ab191

Browse files
authored
[Mellanox] Disable IOMMU for SN4280 platform (#20271)
- Why I did it Disable amd_iommu cmdline option to improve the bootup time after kexec from 60 sec to < 10 sec. - How I did it - How to verify it Verified Warm-reboot is finishing much earlier Ran the sonic-mgmt test suite and verified no issue. Signed-off-by: Vivek Reddy <vkarri@nvidia.com>
1 parent fac457b commit 20ab191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="libata.force=noncq module_blacklist=mlx5_ib,mlx5_core ima_hash=sha384"
1+
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="libata.force=noncq module_blacklist=mlx5_ib,mlx5_core ima_hash=sha384 amd_iommu=off"

0 commit comments

Comments
 (0)