[ofa-general] [PATCH 00/03] RDMA Transport Support for 9P

2008-10-06 Thread Tom Tucker

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 [EMAIL PROTECTED]
Signed-off-by: Latchesar Ionkov [EMAIL PROTECTED]

[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(-)

___
general mailing list
general@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general


Re: [ofa-general] [PATCH 00/03] RDMA Transport Support for 9P

2008-10-06 Thread Roland Dreier
  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?

I sent comments on the initial posting I saw on lkml ... did they not
make it to you?

  [PATCH 01/03] 9prdma: RDMA Transport Support for 9P
  [PATCH 02/03] 9prdma: Makefile change for the RDMA transport
  [PATCH 03/03] 9prdma: Kconfig changes for the RDMA transport

one meta-comment I didn't send last time: the patches are small enough
that I would just send it all in one patch, since it makes sense to
apply it that way anyway.

 - R.
___
general mailing list
general@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general


Re: [ofa-general] [PATCH 00/03] RDMA Transport Support for 9P

2008-10-06 Thread Tom Tucker

Roland Dreier wrote:
  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?

I sent comments on the initial posting I saw on lkml ... did they not
make it to you?



No, I just missed it. Sorry. I just responded to your comments,


  [PATCH 01/03] 9prdma: RDMA Transport Support for 9P
  [PATCH 02/03] 9prdma: Makefile change for the RDMA transport
  [PATCH 03/03] 9prdma: Kconfig changes for the RDMA transport

one meta-comment I didn't send last time: the patches are small enough
that I would just send it all in one patch, since it makes sense to
apply it that way anyway.



Ok, makes my life easy.


 - R.


___
general mailing list
general@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general