-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drmgr/pci: Add multipath partner device support for hotplug add
If the PCI device has multipath partner device, the firmware provides partner DRC index in "ibm,multipath-partner-drc" property and this property is available in the PCI device node. So when the PCI device add is initiated, both paths will be added if the partner path is also configured and enabled with the following steps: - Identify slot and notify user to add the device - Add the path and enable for the specified device - Find the partner path DRC index from "ibm,multipath-partner-drc" property for the specified device - Add the partner path if it is also configured - Notify user about adding partner path Since both paths will be using the same slot, LED indicators and the slot identification will be done only for the primary device. Signed-off-by: Haren Myneni <[email protected]> Signed-off-by: Tyrel Datwyler <[email protected]>
- Loading branch information
Showing
3 changed files
with
105 additions
and
60 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