-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for nvme splitter in pci_hotplug.py
nvme splitter location codes(slot numbers) are slightly different. They ends with R1/R2 values hence the script is failing. So added a method that handles to get the right slots numbers. Signed-off-by: Naresh Bannoth <nbannoth@in.ibm.com>
- Loading branch information
1 parent
1ff3f35
commit 6a56b96
Showing
2 changed files
with
24 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
pci_devices: "" | ||
count: 10 | ||
#This option is for nvme splitter adapter, Value: nvme_splitter | ||
adapter_type: "" | ||
peer_ip: |