Skip to content

Commit

Permalink
[Mellanox] Disable IOMMU for SN4280 platform (sonic-net#20271)
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
vivekrnv authored and Aidan Gallagher committed Nov 16, 2024
1 parent 12175b9 commit 93d568c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/mellanox/x86_64-nvidia_sn4280-r0/installer.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="libata.force=noncq module_blacklist=mlx5_ib,mlx5_core ima_hash=sha384"
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="libata.force=noncq module_blacklist=mlx5_ib,mlx5_core ima_hash=sha384 amd_iommu=off"

0 comments on commit 93d568c

Please sign in to comment.