RDS: Common RDMA transport code
authorAndy Grover <andy.grover@oracle.com>
Tue, 24 Feb 2009 15:30:37 +0000 (15:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Feb 2009 07:39:33 +0000 (23:39 -0800)
commit55b7ed0b582f9ff4bf3b9b44969cddda8c6763ea
treed8c1883c1ba00e9b99888757e86368498b622981
parentfcd8b7c0ecf792dd824b2edcd63cb2c08563c340
RDS: Common RDMA transport code

Although most of IB and iWARP are separated from each other,
there is some common code required to handle their shared
CM listen port. This code listens for CM events and then
dispatches the event to the appropriate transport, either
IB or iWARP.

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