commit | ab1394ee7a110190c2ea38e1f1b72737daa10f20 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Fri Mar 13 10:42:10 2020 -0400 |
committer | Chuck Lever <chuck.lever@oracle.com> | Mon Nov 30 13:00:21 2020 -0500 |
tree | 66ce55b2e4ddaed355145ed29ecb2015379d3e0a | |
parent | 51bad8cc1301f14ebf6840a6d8098520553ed5d5 [diff] |
svcrdma: Refactor the RDMA Write path Refactor for subsequent changes. Constify the xdr_buf argument to ensure the code here does not modify it, and to enable callers to pass in a "const struct xdr_buf *". At the same time, rename the helper functions, which emit RDMA Writes, not RDMA Sends, and add documenting comments. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>