Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup crosslink before sending link force down message
Call switchtec_ntb_setup_crosslink() to try to setup the crosslink before sending the link force down message to peer. - If the peer switch's NT link is still up and not aware of the local driver is being reloaded, the call to switchtec_ntb_setup_crosslink() will make the local crosslink properly configured and the force link down message sent to the peer switch to bring down the link. - Otherwise, the call to switchtec_ntb_setup_crosslink() would fail and link force down message not sent to the peer switch.
- Loading branch information