commit | 1d84612649427a85e1f311baa7215f9a6252d856 | [log] [tgz] |
---|---|---|
author | Sean Hefty <sean.hefty@intel.com> | Mon Jun 18 11:09:37 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Tue Jul 10 21:50:05 2007 -0700 |
tree | cbb9d614cb56c12f76e438f3f05ca9559a2dee3a | |
parent | 24be6e81c78314c91a47200272eb4bc31284bd7b [diff] |
IB/cm: Include HCA ACK delay in local ACK timeout The IB CM should include the HCA ACK delay when calculating the local ACK timeout value to use for RC QPs. If the HCA ACK delay is large enough relative to the packet life time, then if it is not taken into account, the calculated timeout value ends up being too small, which can result in "retry exceeded" errors. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>