mbox series

[v1,0/7] svcrdma observability improvements

Message ID 20200501173903.3899.31567.stgit@klimt.1015granger.net (mailing list archive)
Headers show
Series svcrdma observability improvements | expand

Message

Chuck Lever May 1, 2020, 5:40 p.m. UTC
Hi-

(cc: linux-rdma and linux-nfs)

These are minor clean-ups in the svcrdma code that I found while
addressing other issues.

---

Chuck Lever (7):
      svcrdma: Clean up the tracing for rw_ctx_init errors
      svcrdma: Clean up handling of get_rw_ctx errors
      svcrdma: Trace page overruns when constructing RDMA Reads
      svcrdma: trace undersized Write chunks
      svcrdma: Fix backchannel return code
      svcrdma: Remove backchannel dprintk call sites
      svcrdma: Rename tracepoints that record header decoding errors


 include/linux/sunrpc/svc_rdma.h            |  5 +-
 include/trace/events/rpcrdma.h             | 90 +++++++++++++++++++++-
 net/sunrpc/xprtrdma/svc_rdma_backchannel.c | 86 ++++-----------------
 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c    | 21 +++--
 net/sunrpc/xprtrdma/svc_rdma_rw.c          | 36 ++++-----
 5 files changed, 129 insertions(+), 109 deletions(-)

--
Chuck Lever