commit | 427c1e7bcd7e5cd62160fcda0ce215ebbe0da3a1 | [log] [tgz] |
---|---|---|
author | majd@mellanox.com <majd@mellanox.com> | Thu Jan 14 19:13:07 2016 +0200 |
committer | Doug Ledford <dledford@redhat.com> | Thu Jan 21 12:01:09 2016 -0500 |
tree | 79230a0252c15cb83a469903f9625bcd9568ed02 | |
parent | 75850d0bcece42416ba81bd38e4c719f101c832d [diff] |
{IB, net}/mlx5: Move the modify QP operation table to mlx5_ib When modifying a QP, the desired operation was determined in the mlx5_core using a transition table that takes the current state, the final state, and returns the desired operation. Since this logic will be used for Raw Packet QP, move the operation table to the mlx5_ib. Signed-off-by: Majd Dibbiny <majd@mellanox.com> Reviewed-by: Matan Barak <matanb@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>