Message ID | 162792979429.3902.11831790821518477892.stgit@manet.1015granger.net (mailing list archive) |
---|---|
Headers | show |
Series | NFS/RDMA client fixes | expand |
Hi Chuck, On Mon, Aug 2, 2021 at 2:45 PM Chuck Lever <chuck.lever@oracle.com> wrote: > > Hi- > > Not sure I've posted these yet. I've been working on some error > injection features and while testing them, I found a few bugs in > the NFS/RDMA client. Thanks! I've added these to my linux-next branch for 5.14. Anna > > --- > > Chuck Lever (5): > xprtrdma: Disconnect after an ib_post_send() immediate error > xprtrdma: Put rpcrdma_reps before waking the tear-down completion > xprtrdma: Add xprtrdma_post_recvs_err() tracepoint > xprtrdma: Add an xprtrdma_post_send_err tracepoint > xprtrdma: Eliminate rpcrdma_post_sends() > > > include/trace/events/rpcrdma.h | 74 ++++++++++++++++++++++++++++--- > net/sunrpc/xprtrdma/backchannel.c | 2 +- > net/sunrpc/xprtrdma/frwr_ops.c | 14 +++++- > net/sunrpc/xprtrdma/transport.c | 2 +- > net/sunrpc/xprtrdma/verbs.c | 28 +++--------- > net/sunrpc/xprtrdma/xprt_rdma.h | 2 +- > 6 files changed, 90 insertions(+), 32 deletions(-) > > -- > Chuck Lever >