]> git.baikalelectronics.ru Git - kernel.git/commit
IB/mlx4: Remove extra code for RESET->ERR QP state transition
authorRoland Dreier <rolandd@cisco.com>
Tue, 15 Jul 2008 06:48:46 +0000 (23:48 -0700)
committerRoland Dreier <rolandd@cisco.com>
Tue, 15 Jul 2008 06:48:46 +0000 (23:48 -0700)
commit51eb3c183f624dc4153bee85540aa7ccaa49f0b5
tree2978eba94e5b3a7e64086291c58c9dff8a7d231b
parenta0993ee3db6e5aaa9c5cb54a32dbeb092c8abc51
IB/mlx4: Remove extra code for RESET->ERR QP state transition

Commit 7acef1c5 ("IB/mlx4: Fix RESET to RESET and RESET to ERROR
transitions") added some extra code to handle a QP state transition
from RESET to ERROR.  However, the latest 1.2.1 version of the IB spec
has clarified that this transition is actually not allowed, so we can
remove this extra code again.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/mlx4/qp.c