Commit b1818412 authored by Chuck Lever's avatar Chuck Lever
Browse files

svcrdma: Start moving fields out of struct svc_rdma_read_info



Since the request's svc_rdma_recv_ctxt will stay around for the
duration of the RDMA Read operation, the contents of struct
svc_rdma_read_info can reside in the request's svc_rdma_recv_ctxt
rather than being allocated separately. This will eventually save a
call to kmalloc() in a hot path.

Start this clean-up by moving the Read chunk's svc_rdma_chunk_ctxt.

Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent 6a04a434
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment