2008-10-09 18:59:40

by Tom Talpey

[permalink] [raw]
Subject: [UPDATED PATCH 00/14] RPC/RDMA patchset

The following updated series modifies the RPC/RDMA (NFS/RDMA)
client to support the new rdma "fastreg" memory registration mode,
which fixes operation on the Chelsio cxgb3 adapter and strengthens
the safety of others. Additionally, it fixes many smaller issues
in the code improving its robustness and performance. Except for
supporting large (>32KB) rpc's, it addresses all known issues in
the client.

This updated patchset clarifies the author-vs-acked status of
the individual patches, tunes the git log text of some, and omits
the previous patch 12 ("5 second pause") which I'm currently
working on, as per comments.

This patchset applies to the current nfs-2.6 git;
(69849375d6b13e94d08cdc94b49b11fbab454a0e)

---

Tom Talpey (13):
RPC/RDMA: optionally emit useful transport info upon connect/disconnect.
RPC/RDMA: reformat a debug printk to keep lines together.
RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.
RPC/RDMA: fix connect/reconnect resource leak.
RPC/RDMA: return a consistent error, when connect fails.
RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.
RPC/RDMA: avoid an oops due to disconnect racing with async upcalls.
RPC/RDMA: maintain the RPC task bytes-sent statistic.
RPC/RDMA: suppress retransmit on RPC/RDMA clients.
RPC/RDMA: support FRMR client memory registration.
RPC/RDMA: check selected memory registration mode at runtime.
RPC/RDMA: add data types and new FRMR memory registration enum.
RPC/RDMA: refactor the inline memory registration code.

Tom Tucker (1):
RPC/RDMA: fix connection IRD/ORD setting


include/linux/sunrpc/xprtrdma.h | 4
net/sunrpc/xprtrdma/rpc_rdma.c | 29 +-
net/sunrpc/xprtrdma/transport.c | 34 +-
net/sunrpc/xprtrdma/verbs.c | 735 +++++++++++++++++++++++++++------------
net/sunrpc/xprtrdma/xprt_rdma.h | 17 +
5 files changed, 571 insertions(+), 248 deletions(-)

--

Tom.