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

svcrdma: Add Write chunk WRs to the RPC's Send WR chain



Chain RDMA Writes that convey Write chunks onto the local Send
chain. This means all WRs for an RPC Reply are now posted with a
single ib_post_send() call, and there is a single Send completion
when all of these are done. That reduces both the per-transport
doorbell rate and completion rate.

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