commit | 61b717d041b1976530f68f8b539b2e3a7dd8e39c | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@wdc.com> | Tue Jun 26 08:39:36 2018 -0700 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Wed Aug 08 09:57:30 2018 -0600 |
tree | a634d324abf904f86e22271c4740a9af8948d588 | |
parent | 2e51e45cf613491a2bd9d757f04e36d8617be5ac [diff] |
RDMA/rxe: Set wqe->status correctly if an unexpected response is received Every function that returns COMPST_ERROR must set wqe->status to another value than IB_WC_SUCCESS before returning COMPST_ERROR. Fix the only code path for which this is not yet the case. Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Cc: <stable@vger.kernel.org> Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>