Hi Anna- Since we have a v4.10-rc8, I've taken the opportunity to update my for-4.11 series based on mailing list discussion late last week. Except for the ->timer fix, all keepalive-related patches have been dropped for now. I have constructed a third keepalive prototype, which I plan to submit for v4.12. Also vailable in the "nfs-rdma-for-4.11" topic branch of this git repo: git://git.linux-nfs.org/projects/cel/cel-2.6.git Or for browsing: http://git.linux-nfs.org/?p=cel/cel-2.6.git;a=log;h=refs/heads/nfs-rdma-for-4.11 Changes since v3: - Rebased on v4.10-rc8 - RPC-over-RDMA keep-alive patches have been dropped Changes since v2: - Rebased on v4.10-rc7 - v4.10-rc bugfixes merged into this series - Minor improvements to patch descriptions - Field moved in 12/12 now done in the correct patch Changes since v1: - Rebased on v4.10-rc6 - Tested-by and additional clean-up in 1/7 - Patch description clarifications - Renamed some constants and variables --- Chuck Lever (9): xprtrdma: Fix Read chunk padding xprtrdma: Per-connection pad optimization xprtrdma: Disable pad optimization by default xprtrdma: Reduce required number of send SGEs xprtrdma: Shrink send SGEs array xprtrdma: Properly recover FRWRs with in-flight FASTREG WRs xprtrdma: Handle stale connection rejection xprtrdma: Refactor management of mw_list field sunrpc: Allow xprt->ops->timer method to sleep net/sunrpc/xprt.c | 2 - net/sunrpc/xprtrdma/fmr_ops.c | 5 -- net/sunrpc/xprtrdma/frwr_ops.c | 11 ++-- net/sunrpc/xprtrdma/rpc_rdma.c | 82 +++++++++++++++++++++------------ net/sunrpc/xprtrdma/transport.c | 6 -- net/sunrpc/xprtrdma/verbs.c | 96 ++++++++++++++------------------------- net/sunrpc/xprtrdma/xprt_rdma.h | 30 +++++++++++- net/sunrpc/xprtsock.c | 2 + 8 files changed, 120 insertions(+), 114 deletions(-) -- Chuck Lever -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html