RDS/IB: Infiniband transport
authorAndy Grover <andy.grover@oracle.com>
Tue, 24 Feb 2009 15:30:30 +0000 (15:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Feb 2009 07:39:30 +0000 (23:39 -0800)
commitec16227e14141e4fd7ae76354c09dadfe2449d9e
tree9a20de7d9a0688d721517c2b38d6be83956c7ca4
parenteff5f53bef75c0864a5da06bb688939092b848dc
RDS/IB: Infiniband transport

Registers as an RDS transport and an IB client, and uses IB CM
API to allocate ids, queue pairs, and the rest of that fun stuff.

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