RDS: Transport code
authorAndy Grover <andy.grover@oracle.com>
Tue, 24 Feb 2009 15:30:21 +0000 (15:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Feb 2009 07:39:24 +0000 (23:39 -0800)
commit0fbc78cbf51f3edee17c2ede42c7b3c13736158a
tree94af9c97ed5883a2ae45bc6ff2a70c8838112546
parent922cb17a5c812fcc9ebee249f4109db099896941
RDS: Transport code

RDS supports multiple transports. While this initial submission
only supports Infiniband transport, this abstraction allows others
to be added. We're working on an iWARP transport, and also see
UDP over DCB as another possibility.

This code handles transport registration.

Signed-off-by: Andy Grover <andy.grover@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/transport.c [new file with mode: 0644]