Skip to content
Commit 4d9d69db authored by Chuck Lever's avatar Chuck Lever
Browse files

svcrdma: Add back svc_rdma_recv_ctxt::rc_pages



Having an nfsd thread waiting for an RDMA Read completion is
problematic if the Read responder (the client) stops responding. We
need to go back to handling RDMA Reads by allowing the nfsd thread
to return to the svc scheduler, then waking a second thread finish
the RPC message once the Read completion fires.

To start with, restore the rc_pages field so that RDMA Read pages
can be managed across calls to svc_rdma_recvfrom().

Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent fc2e69db
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