forked from avocado-framework/avocado
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some pci utils in avocado framework
Add the following pci utils: 1) unbind - unbind the driver from pci device. 2) bind - bind the driver to pci device. 3) get_vendor_id - get the vendor id of pci device. 4) reset - remove pci device in pci devices list in the system. 5) rescan - rescan the system for pci device. 6) reset_check - check if reset of pci device is successful. 7) rescan_check - check if rescan of the system for pci device is successful. 8) get_iommu_group - returns the iommu group of pci device. 9) change_domain - change iommu domain of pci device 10) change_domain_check - check whether whether change_domain is successful. Signed-off-by: Dheeraj Kumar Srivastava <[email protected]>
- Loading branch information
Showing
1 changed file
with
164 additions
and
1 deletion.
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