FYI, and comments to [EMAIL PROTECTED] if any. BTW, linux-nfs is also available at http://news.gmane.org/gmane.linux.nfs .
Tom. > ---------- Forwarded Message ---------- >From: Tom Talpey <[EMAIL PROTECTED]> >Subject: [PATCH 00/15] RPC/RDMA patchset for next merge window >To: [EMAIL PROTECTED] >Date: Wed, 08 Oct 2008 11:46:53 -0400 >User-Agent: StGIT/0.14.2 >Sender: [EMAIL PROTECTED] >List-ID: <linux-nfs.vger.kernel.org> > >The following series updates 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. > >It's my hope this patchset can be queued for the upcoming merge >window. It has been extensively tested with both IB and iWARP >adapters under Connectathon and heavy parallel load. > >This patchset applies to the current nfs-2.6 git; > (4330ed8ed4da360ac1ca14b0fddff4c05b10de16) > >--- > >Tom Talpey (14): > 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: correct a 5 second pause on reconnecting to an idle server. > RPC/RDMA: fix connect/reconnect resource leak. > RPC/RDMA: return a consistent error to mount, 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 > > > net/sunrpc/xprtrdma/rpc_rdma.c | 30 +- > net/sunrpc/xprtrdma/transport.c | 39 +- > net/sunrpc/xprtrdma/verbs.c | 737 +++++++++++++++++++++++++++------------ > net/sunrpc/xprtrdma/xprt_rdma.h | 12 + > 4 files changed, 570 insertions(+), 248 deletions(-) > >-- > >Tom. >-- >To unsubscribe from this list: send the line "unsubscribe linux-nfs" in >the body of a message to [EMAIL PROTECTED] >More majordomo info at http://vger.kernel.org/majordomo-info.html > ---------- End of Forwarded Message ---------- _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
