svcrdma: Introduce Send completion IDs
authorChuck Lever <chuck.lever@oracle.com>
Thu, 30 Apr 2020 17:47:07 +0000 (13:47 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 13 Jul 2020 21:28:24 +0000 (17:28 -0400)
commit3ac56c2fb166fea25974d8c48bb4a72ee298361b
tree342497ed21c3dbf0a5db7afae9679b19c177e74b
parent007140ee9b4fc4e59538677799c916890a2f13e2
svcrdma: Introduce Send completion IDs

Set up a completion ID in each svc_rdma_send_ctxt. The ID is used
to match an incoming Send completion to a transport and to a
previous ib_post_send().

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
include/linux/sunrpc/svc_rdma.h
include/trace/events/rpcrdma.h
net/sunrpc/xprtrdma/svc_rdma_sendto.c