RDS: Add iWARP support
authorAndy Grover <andy.grover@oracle.com>
Tue, 24 Feb 2009 15:30:36 +0000 (15:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Feb 2009 07:39:33 +0000 (23:39 -0800)
commitfcd8b7c0ecf792dd824b2edcd63cb2c08563c340
tree9ba10fe626cc9129f9138bc81b1fa61c74097e4f
parente6babe4cc4ce48577d743cc0de19a214f2527956
RDS: Add iWARP support

Support for iWARP NICs is implemented as a separate
RDS transport from IB. The code, however, is very
similar to IB (it was forked, basically.) so let's keep
it in one changeset.

The reason for this duplicationis that despite its similarity
to IB, there are a number of places where it has different
semantics. iwarp zcopy support is still under development,
and giving it its own sandbox ensures that IB code isn't
disrupted while iwarp changes. Over time these transports
will re-converge.

Signed-off-by: Andy Grover <andy.grover@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/iw.c [new file with mode: 0644]
net/rds/iw.h [new file with mode: 0644]
net/rds/iw_cm.c [new file with mode: 0644]
net/rds/iw_rdma.c [new file with mode: 0644]
net/rds/iw_recv.c [new file with mode: 0644]
net/rds/iw_ring.c [new file with mode: 0644]
net/rds/iw_send.c [new file with mode: 0644]
net/rds/iw_stats.c [new file with mode: 0644]
net/rds/iw_sysctl.c [new file with mode: 0644]