Add a little more information to RPC/RDMA transport trace points to help better tie trace events together. --- Chuck Lever (5): svcrdma: Add lockdep class keys for transport locks rpcrdma: Introduce a simple cid tracepoint class svcrdma: SQ error tracepoints should report completion IDs svcrdma: DMA error tracepoints should report completion IDs svcrdma: Update some svcrdma DMA-related tracepoints include/trace/events/rpcrdma.h | 237 ++++++++++------------- net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 2 +- net/sunrpc/xprtrdma/svc_rdma_rw.c | 17 +- net/sunrpc/xprtrdma/svc_rdma_sendto.c | 18 +- net/sunrpc/xprtrdma/svc_rdma_transport.c | 6 + net/sunrpc/xprtrdma/verbs.c | 2 +- 6 files changed, 129 insertions(+), 153 deletions(-) -- Chuck Lever