RDS/IB: Implement IB-specific datagram send.
authorAndy Grover <andy.grover@oracle.com>
Tue, 24 Feb 2009 15:30:33 +0000 (15:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Feb 2009 07:39:31 +0000 (23:39 -0800)
commit6a0979df32296c3ba75a346db47a18292a231c6e
tree4d8cff3575e6e12e1472c6b10f837663db23d3fc
parent08b48a1ed84b19b602cbe979184ad06e7e1c025e
RDS/IB: Implement IB-specific datagram send.

Specific to IB is a credits-based flow control mechanism, in
addition to the expected usage of the IB API to package outgoing
data into work requests.

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