commit | edb41e61a54ee75fae31302775e0301fdcb0caaa | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Fri May 04 15:35:09 2018 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Mon May 07 09:20:03 2018 -0400 |
tree | 8e8f6f57aa3182fbe434e41735621d341e0f4901 | |
parent | 48be539dd44a3a010a6a330d09610d60ad42758a [diff] |
xprtrdma: Make rpc_rqst part of rpcrdma_req This simplifies allocation of the generic RPC slot and xprtrdma specific per-RPC resources. It also makes xprtrdma more like the socket-based transports: ->buf_alloc and ->buf_free are now responsible only for send and receive buffers. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>