Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NTB: add pci shutdown handler for AMD NTB
The PCI shutdown handler is invoked in response to system reboot or shutdown. A data transfer might still be in flight when this happens. So the very first action we take here is to send a link down notification, so that any pending data transfer is terminated. Rest of the actions are same as that of PCI remove handler. Signed-off-by: Arindam Nath <[email protected]> Signed-off-by: Jon Mason <[email protected]>
- Loading branch information