commit | ad57b8e1726ed1b61f74c278c602cd5aab21bd95 | [log] [tgz] |
---|---|---|
author | Long Li <longli@microsoft.com> | Wed Nov 22 17:38:35 2017 -0700 |
committer | Steve French <smfrench@gmail.com> | Wed Jan 24 19:49:06 2018 -0600 |
tree | f2fc472770919cfcb2b8faf83a595859e4150b55 | |
parent | 2f8946464b11822169b9f10c7cf58a2440b51d54 [diff] |
CIFS: SMBD: Implement function to reconnect to a SMB Direct transport Add function to implement a reconnect to SMB Direct. This involves tearing down the current connection and establishing/negotiating a new connection. Signed-off-by: Long Li <longli@microsoft.com> Signed-off-by: Steve French <smfrench@gmail.com> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com> Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>