Skip to content

Commit

Permalink
CIFS: SMBD: Implement RDMA memory registration
Browse files Browse the repository at this point in the history
Memory registration is used for transferring payload via RDMA read or write.
After I/O is done, memory registrations are recovered and reused. This
process can be time consuming and is done in a work queue.

Signed-off-by: Long Li <[email protected]>
Reviewed-by: Pavel Shilovsky <[email protected]>
Reviewed-by: Ronnie Sahlberg <[email protected]>
Signed-off-by: Steve French <[email protected]>
  • Loading branch information
longlimsft authored and smfrench committed Jan 25, 2018
1 parent 9762c2d commit c739858
Show file tree
Hide file tree
Showing 2 changed files with 474 additions and 0 deletions.
Loading

0 comments on commit c739858

Please sign in to comment.