-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Issue #257 ### Description Adds support for using a normal (i.e. not backed by 1G page) buffer for sysmem. This requires a system with IOMMU enabled and not in passthrough mode, and also a recent (>= 1.29.0) KMD. ### List of the changes * Adds IOMMU detection logic to pci_device.cpp * KMD version check if IOMMU is enabled * Adds API for initializing per-device sysmem without hugepages * Defaults to not using hugepages if the system IOMMU is enabled ### Testing Manual testing on my development machine. ### API Changes There are no API changes in this PR.
- Loading branch information
1 parent
dca4e49
commit dc5e371
Showing
4 changed files
with
149 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters