commit | bb4a7f0da75ce9f3e933880428d39b2aa1f16961 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Mon Sep 12 14:08:51 2005 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Sun Sep 18 22:02:37 2005 -0700 |
tree | 9034e0db70f28c93317ad8794437523e3c3c9c52 | |
parent | 51574e0398a2d93cbf7f26e36b673cd919062268 [diff] |
[PATCH] IB/mthca: assign ACK timeout field correctly The hardware reads the ACK timeout field from the most significant 5 bits of struct mthca_qp_path's ackto field, not the least significant bits. This fix has the driver put the timeout in the right place. Without this, we get a timeout that is 2^8 times too small. Signed-off-by: Roland Dreier <rolandd@cisco.com>