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