Re: [PATCH 0/26] Reliable Datagram Sockets (RDS), take 2

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andrew Grover
Date: Wednesday, February 25, 2009 - 11:43 am

On Tue, Feb 24, 2009 at 11:28 PM, David Miller <davem@davemloft.net> wrote:

RDS is not an RDMA protocol, it is a protocol that supports RDMA. RDS
is not an IB protocol, it is a protocol that supports IB transport.

RDS's reliable-datagram socket implementation has a modular interface
to the transport (e.g. tcp, udp, or ib) and works fine over transports
that do not support RDMA. (Most users also do not use RDMA.)

OK so we have:

1) RDS socket code
  must go in net/rds, it's socket code
2) RDS core rdma support
  move to drivers/infiniband?
3) RDS IB/iwarp transport
  keep the non-RDMA support in net/rds or move to d/i? It's not RDMA it's IB
4) IB/iwarp transport's rdma support
  move to d/i
5) RDS TCP transport (impl. but not incl. in patchset)
  net/rds
6) RDS UDP/DCB transport (not impl. yet)
  net/rds

Does this look right? Right now it sounds like you're saying 1, 5, and
6 go in net/rds, 2-4 go in drivers/infiniband.

I'd personally prefer to not split it up, or to split it on the
natural core/transport boundary, but I can make it work whatever you
decide. :-)


I'm sure allocating the port won't be too big an issue.

Regards -- Andy
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/26] Reliable Datagram Sockets (RDS), take 2, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 01/26] RDS: Socket interface, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 02/26] RDS: Main header file, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 03/26] RDS: Congestion-handling code, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 04/26] RDS: Transport code, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 05/26] RDS: Info and stats, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 06/26] RDS: Connection handling, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 07/26] RDS: loopback, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 08/26] RDS: sysctls, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 09/26] RDS: Message parsing, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 10/26] RDS: send.c, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 11/26] RDS: recv.c, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 12/26] RDS: RDMA support, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 13/26] RDS/IB: Infiniband transport, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 14/26] RDS/IB: Ring-handling code., Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 15/26] RDS/IB: Implement RDMA ops using FMRs, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 17/26] RDS/IB: Receive datagrams via IB, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 18/26] RDS/IB: Stats and sysctls, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 19/26] RDS: Add iWARP support, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 20/26] RDS: Common RDMA transport code, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 21/26] RDS: Documentation, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 22/26] RDS: Kconfig and Makefile, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 24/26] RDS: Add MAINTAINERS entry, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 25/26] RDS: Add userspace header, Andy Grover, (Tue Feb 24, 6:30 pm)
[PATCH 26/26] RDS: Add RDS to AF key strings, Andy Grover, (Tue Feb 24, 6:30 pm)
Re: [PATCH 0/26] Reliable Datagram Sockets (RDS), take 2, David Miller, (Wed Feb 25, 12:28 am)
Re: [PATCH 0/26] Reliable Datagram Sockets (RDS), take 2, Andrew Grover, (Wed Feb 25, 11:43 am)
Re: [PATCH 0/26] Reliable Datagram Sockets (RDS), take 2, Andrew Grover, (Fri Feb 27, 11:21 am)