commit | c1f74958dbd19f6a837d887ed416688c063af529 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@dev.mellanox.co.il> | Thu Jul 19 14:28:49 2007 +0300 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Jul 20 21:19:43 2007 -0700 |
tree | 57c9763e30d93e9a9f22b059ee65a655769c3726 | |
parent | bd631048116df40837667a72c578b170c906dd30 [diff] |
IB/mthca: Change command token on timeout The FW command token is currently only updated on a command completion event. This means that on command timeout, the same token will be reused for new command, which results in a mess if the timed out command *does* eventually complete. Signed-off-by: Michael S. Tsirkin <mst@dev.mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>