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

svcrdma: Add an async version of svc_rdma_send_ctxt_put()



DMA unmapping can take quite some time, so it should not be handled
in a single-threaded completion handler. Defer releasing send_ctxts
to the recently-added workqueue.

With this patch, DMA unmapping can be handled in parallel, and it
does not cause head-of-queue blocking of Send completions.

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