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: NAndy Grover <andy.grover@oracle.com> Signed-off-by: NDavid S. Miller <davem@davemloft.net>
Showing
net/rds/iw.c
0 → 100644
net/rds/iw.h
0 → 100644
net/rds/iw_cm.c
0 → 100644
此差异已折叠。
net/rds/iw_rdma.c
0 → 100644
此差异已折叠。
net/rds/iw_recv.c
0 → 100644
此差异已折叠。
net/rds/iw_ring.c
0 → 100644
net/rds/iw_send.c
0 → 100644
此差异已折叠。
net/rds/iw_stats.c
0 → 100644
net/rds/iw_sysctl.c
0 → 100644
想要评论请 注册 或 登录