mbox series

[v1,0/5] RPC/RDMA client connect-related fixes

Message ID 20191023135907.3992.69010.stgit@manet.1015granger.net (mailing list archive)
Headers show
Series RPC/RDMA client connect-related fixes | expand

Message

Chuck Lever Oct. 23, 2019, 2:01 p.m. UTC
First patch fixes a problem with the logic that deals with failure
to establish a connection. The others are trace point clean-ups that
I found along the way to the fix.

This is the final set of client patches I currently have ready for
the v5.5 merge window.

---

Chuck Lever (5):
      xprtrdma: Wake tasks after connect worker fails
      xprtrdma: Report the computed connect delay
      xprtrdma: Refine trace_xprtrdma_fixup
      xprtrdma: Replace dprintk() in rpcrdma_update_connect_private()
      xprtrdma: Replace dprintk in xprt_rdma_set_port


 include/trace/events/rpcrdma.h  |  164 ++++++++++++++++++++++++---------------
 net/sunrpc/xprtrdma/rpc_rdma.c  |    9 --
 net/sunrpc/xprtrdma/transport.c |   27 ++----
 net/sunrpc/xprtrdma/verbs.c     |   34 +++-----
 4 files changed, 126 insertions(+), 108 deletions(-)

--
Chuck Lever