17 Jun, 2011

1 commit


31 Mar, 2011

1 commit


09 Sep, 2010

6 commits


17 Mar, 2010

1 commit


30 Nov, 2009

1 commit


20 Jul, 2009

1 commit


10 Apr, 2009

2 commits


27 Feb, 2009

1 commit

  • 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
    Signed-off-by: David S. Miller

    Andy Grover