Message ID | 163335690747.3921.13072315880207206379.stgit@klimt.1015granger.net (mailing list archive) |
---|---|
Headers | show |
Series | Resend: tracepoint patches for NFSD | expand |
On Mon, Oct 04, 2021 at 10:16:02AM -0400, Chuck Lever wrote: > I posted these on 9/22 and have heard no objections. Can you include > them in your v5.16 for-next branch? Looks good, applied.--b. > > --- > > Chuck Lever (5): > svcrdma: Split the svcrdma_wc_receive() tracepoint > svcrdma: Split the svcrdma_wc_send() tracepoint > svcrdma: Split svcrmda_wc_{read,write} tracepoints > SUNRPC: Add trace event when alloc_pages_bulk() makes no progress > SUNRPC: Capture value of xdr_buf::page_base > > > include/trace/events/rpcrdma.h | 185 +++++++++++++++++++++++- > include/trace/events/sunrpc.h | 38 ++++- > net/sunrpc/svc_xprt.c | 1 + > net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 9 +- > net/sunrpc/xprtrdma/svc_rdma_rw.c | 30 +++- > net/sunrpc/xprtrdma/svc_rdma_sendto.c | 14 +- > 6 files changed, 258 insertions(+), 19 deletions(-) > > -- > Chuck Lever