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(-)