[ofa-general] [PATCH 00/03] RDMA Transport Support for 9P
Tom Tucker
tom at opengridcomputing.com
Mon Oct 6 09:12:46 PDT 2008
Roland:
This patchset implements an RDMA transport provider for the
v9fs (Plan 9 filesystem). Could you take a look at it and let us
know what you think?
Thanks,
Tom
Here is the original posting...
Eric:
This patch series implements an RDMA Transport provider for 9P and
is relative to your for-next branch. The RDMA support is built on the
OpenFabrics API and uses SEND and RECV to exchange data. This patch
series has been tested with dbench and iozone.
Signed-off-by: Tom Tucker <tom at opengridcomputing.com>
Signed-off-by: Latchesar Ionkov <lionkov at lanl.gov>
[PATCH 01/03] 9prdma: RDMA Transport Support for 9P
net/9p/trans_rdma.c | 996 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 996 insertions(+), 0 deletions(-)
[PATCH 02/03] 9prdma: Makefile change for the RDMA transport
net/9p/Makefile | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
[PATCH 03/03] 9prdma: Kconfig changes for the RDMA transport
net/9p/Kconfig | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
More information about the general
mailing list