commit | 399f9539d951adf26a1078e38c1b0f10cf6c3e71 | [log] [tgz] |
---|---|---|
author | Long Li <longli@microsoft.com> | Fri Nov 17 17:26:52 2017 -0800 |
committer | Steve French <smfrench@gmail.com> | Wed Jan 24 19:49:05 2018 -0600 |
tree | e1f8475082fb3495674dc4a5459a4e78c46e28ec | |
parent | f198186aa9bbd60fae7a2061f4feec614d880299 [diff] |
CIFS: SMBD: Implement function to create a SMB Direct connection The upper layer calls this function to connect to peer through SMB Direct. Each SMB Direct connection is based on a RDMA RC Queue Pair. Signed-off-by: Long Li <longli@microsoft.com> Signed-off-by: Steve French <smfrench@gmail.com> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>