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

svcrdma: Post Send WR chain



Eventually I'd like the server to post the reply's Send WR along
with any Write WRs using only a single call to ib_post_send(), in
order to reduce the NIC's doorbell rate.

To do this, add an anchor for a WR chain to svc_rdma_send_ctxt, and
refactor svc_rdma_send() to post this WR chain to the Send Queue. For
the moment, the posted chain will continue to contain a single Send
WR.

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