2007-12-12 22:13:15

by Tom Tucker

[permalink] [raw]
Subject: [PATCH 0/7] rdma: SVCRDMA Transport Provider


This patchset implements the SVC Transport Provider driver for
RDMA. Clean up in this version includes:

- Simplified the build by having it share the client side config
variable CONFIG_SUNRPC_XPRT_RDMA

- All files have been moved to net/sunrpc/xprtrdma

- Changed the type of the sc_flag bit field to unsigned long

- Fixed incorrect clearing of the xpt_pool variable in transport
connect handler.

This patchset is based on 2.6.24-rc5 and has been tested with
Connectathon, iozone, and a kernel build on V3 with the new text based
mount command.

--
Signed-off-by: Tom Tucker <[email protected]>