mbox series

[0/5] Resend: tracepoint patches for NFSD

Message ID 163335690747.3921.13072315880207206379.stgit@klimt.1015granger.net (mailing list archive)
Headers show
Series Resend: tracepoint patches for NFSD | expand

Message

Chuck Lever III Oct. 4, 2021, 2:16 p.m. UTC
Hi Bruce-

I posted these on 9/22 and have heard no objections. Can you include
them in your v5.16 for-next branch?

---

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

Comments

J. Bruce Fields Oct. 4, 2021, 9:18 p.m. UTC | #1
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