commit | 0062818298662d0d05061949d12880146b5ebd65 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Mon Aug 28 15:06:14 2017 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Sep 05 15:15:30 2017 -0400 |
tree | 50f9a9d6b223eba747b65857157a87bdb1356c2c | |
parent | 5a25bfd28c321e522dbe8083ad6219fa2a820610 [diff] |
rdma core: Add rdma_rw_mr_payload() The amount of payload per MR depends on device capabilities and the memory registration mode in use. The new rdma_rw API hides both, making it difficult for ULPs to determine how large their transport send queues need to be. Expose the MR payload information via a new API. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Acked-by: Doug Ledford <dledford@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>