commit | a6a47771b113be8e694aedd80f66ea94d05bd8df | [log] [tgz] |
---|---|---|
author | Yevgeny Petrilin <yevgenyp@mellanox.co.il> | Wed Mar 18 19:49:54 2009 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Mar 18 19:49:54 2009 -0700 |
tree | cd301081f57a9813e0eae4e7b58c9351e13241b2 | |
parent | 27bf91d6a0d5a9c7224e8687754249bba67dd4cf [diff] |
IB/mlx4: Unregister IB device prior to CLOSE PORT command According to the ConnectX programmer's reference manual, all operations should be stopped, all QPs should be torn down and all WQEs flushed before the CLOSE_PORT command is invoked. In some cases reversing the order of operations (as implemented now) could cause a loss of completions. Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>