-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tree: Add PCI physical slot number for controller
This commit introduces a physical slot field for controller, that contains the PCI physcial slot number for controller device. In case, there are multiple NVME drives present on the platform, it's hard to identify which NVME drive is present in which slot. The slot number is usually helpful in determining the location. It is cross reference-able from lspci, but it would be nice to have a direct option. Signed-off-by: Umer Saleem <[email protected]>
- Loading branch information
1 parent
110339e
commit 42ac453
Showing
4 changed files
with
64 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
LIBNVME_1_5 { | ||
global: | ||
nvme_ctrl_get_phy_slot; | ||
nvme_ipaddrs_eq; | ||
nvme_nbft_free; | ||
nvme_nbft_read; | ||
|
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