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

svcrdma: Add an async version of svc_rdma_write_info_free()



DMA unmapping can take quite some time, so it should not be handled
in a single-threaded completion handler. Defer releasing write_info
structs 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 Write completions.

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