Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-09 | RDS/IW+IB: Set the RDS_LL_SEND_FULL bit when we're throttled. | Steve Wise | |
The RDS_LL_SEND_FULL bit should be set when we stop transmitted due to flow control. Otherwise the send worker will keep trying as opposed to sleeping until we unthrottle. Saves CPU. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Andy Grover <andy.grover@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net> | |||
2009-02-26 | RDS/IB: Implement IB-specific datagram send. | Andy Grover | |
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> |