]> git.baikalelectronics.ru Git - kernel.git/commit
CIFS: SMBD: Implement function to send data via RDMA send
authorLong Li <longli@microsoft.com>
Thu, 23 Nov 2017 00:38:42 +0000 (17:38 -0700)
committerSteve French <smfrench@gmail.com>
Thu, 25 Jan 2018 01:49:06 +0000 (19:49 -0600)
commit3006c9dc063e530636ef1f373e9c82fbf3143fc7
tree57f250f91444a9f74fd66508290feeac98779b2a
parent5a39d0de798b6aaa3c00eaccfc5e4567b385a89b
CIFS: SMBD: Implement function to send data via RDMA send

The transport doesn't maintain send buffers or send queue for transferring
payload via RDMA send. There is no data copy in the transport on send.

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>
fs/cifs/smbdirect.c
fs/cifs/smbdirect.h