commit | 7493d98ea84c1fb92feef5b2e863d696a1634448 | [log] [tgz] |
---|---|---|
author | Moni Shoua <monis@mellanox.com> | Mon Dec 04 08:59:25 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 02 20:35:14 2018 +0100 |
tree | fb3558673c4807bf55f49c09d1a9bc46b01bcb81 | |
parent | c844a458948711c36105bf0b4e8771b104e1906b [diff] |
net/mlx5: Fix error flow in CREATE_QP command [ Upstream commit dbff26e44dc3ec4de6578733b054a0114652a764 ] In error flow, when DESTROY_QP command should be executed, the wrong mailbox was set with data, not the one that is written to hardware, Fix that. Fixes: 09a7d9eca1a6 '{net,IB}/mlx5: QP/XRCD commands via mlx5 ifc' Signed-off-by: Moni Shoua <monis@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>