diff options
author | Chuck Lever | 2020-04-30 13:47:07 -0400 |
---|---|---|
committer | Chuck Lever | 2020-07-13 17:28:24 -0400 |
commit | 3ac56c2fb166fea25974d8c48bb4a72ee298361b (patch) | |
tree | 342497ed21c3dbf0a5db7afae9679b19c177e74b /include/trace | |
parent | 007140ee9b4fc4e59538677799c916890a2f13e2 (diff) |
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>
Diffstat (limited to 'include/trace')
-rw-r--r-- | include/trace/events/rpcrdma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/rpcrdma.h b/include/trace/events/rpcrdma.h index df49ae5d447b..782a4d826a4b 100644 --- a/include/trace/events/rpcrdma.h +++ b/include/trace/events/rpcrdma.h @@ -1863,7 +1863,7 @@ TRACE_EVENT(svcrdma_post_send, ) ); -DEFINE_SENDCOMP_EVENT(send); +DEFINE_COMPLETION_EVENT(svcrdma_wc_send); TRACE_EVENT(svcrdma_post_recv, TP_PROTO( |