linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Anna Schumaker <schumaker.anna@gmail.com>
To: Trond Myklebust <trond.myklebust@primarydata.com>
Cc: Linux NFS Mailing List <linux-nfs@vger.kernel.org>
Subject: [GIT PULL] Please pull NFSoRDMA client changes for Linux 4.14
Date: Fri, 25 Aug 2017 16:27:05 -0400	[thread overview]
Message-ID: <a4f65696-0602-cde6-fd6e-3017e268297f@gmail.com> (raw)

Hi Trond,

The following changes since commit 16f73eb02d7e1765ccab3d2018e0bd98eb93d973:

  Linux 4.13-rc3 (2017-07-30 12:40:36 -0700)

are available in the git repository at:

  git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-rdma-for-4.14-1

for you to fetch changes up to 67af6f652f9ccad772c48f7c959ad5aa23bdfb40:

  xprtrdma: Re-arrange struct rx_stats (2017-08-22 16:19:32 -0400)

----------------------------------------------------------------
These are mostly cleanups that remove unused variables, improve cache handling in structs,
and improve XDR encoding and decoding by switching over to xdr_streams.  This pull request
does not include "xprtdrdma: Use xprt_pin_rqst in rpcrdma_reply_handler" that you said you
could put on top of your other patches.

Thanks,
Anna
----------------------------------------------------------------
Chuck Lever (16):
      sunrpc: Const-ify all instances of struct rpc_xprt_ops
      xprtrdma: Add xdr_init_decode to rpcrdma_reply_handler()
      xprtrdma: Harden backchannel call decoding
      xprtrdma: Refactor rpcrdma_reply_handler()
      xprtrdma: Replace rpcrdma_count_chunks()
      xprtrdma: Remove opcode check in Receive completion handler
      xprtrdma: Remove rpcrdma_rep::rr_len
      xprtrdma: Clean up XDR decoding in rpcrdma_update_granted_credits()
      xprtrdma: Clean up rpcrdma_marshal_req() synopsis
      xprtrdma: Remove rpclen from rpcrdma_marshal_req
      xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()
      xprtrdma: Harden chunk list encoding against send buffer overflow
      xprtrdma: Clean up rpcrdma_bc_marshal_reply()
      xprtrdma: Remove imul instructions from rpcrdma_convert_iovs()
      xprtrdma: Remove imul instructions from chunk list encoders
      xprtrdma: Re-arrange struct rx_stats

 include/linux/sunrpc/xdr.h                 |  13 ++++
 include/linux/sunrpc/xprt.h                |   2 +-
 net/sunrpc/xprtrdma/backchannel.c          |  71 +++++++-----------
 net/sunrpc/xprtrdma/fmr_ops.c              |  10 +--
 net/sunrpc/xprtrdma/frwr_ops.c             |  12 +--
 net/sunrpc/xprtrdma/rpc_rdma.c             | 844 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------
 net/sunrpc/xprtrdma/svc_rdma_backchannel.c |   2 +-
 net/sunrpc/xprtrdma/transport.c            |   7 +-
 net/sunrpc/xprtrdma/verbs.c                |  21 +++---
 net/sunrpc/xprtrdma/xprt_rdma.h            |  33 ++++++---
 net/sunrpc/xprtsock.c                      |   8 +-
 11 files changed, 597 insertions(+), 426 deletions(-)

                 reply	other threads:[~2017-08-25 20:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a4f65696-0602-cde6-fd6e-3017e268297f@gmail.com \
    --to=schumaker.anna@gmail.com \
    --cc=linux-nfs@vger.kernel.org \
    --cc=trond.myklebust@primarydata.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).