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

svcrdma: Add back svcxprt_rdma::sc_read_complete_q



Having an nfsd thread waiting for an RDMA Read completion is
problematic if the Read responder (ie, 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.

As a next step, add a list_head upon which completed Reads are queued.
A subsequent patch will make use of this queue.

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